|
@@ -3286,7 +3286,7 @@ void skb_split(struct sk_buff *skb, struct sk_buff *skb1, const u32 len);
|
|
int skb_shift(struct sk_buff *tgt, struct sk_buff *skb, int shiftlen);
|
|
int skb_shift(struct sk_buff *tgt, struct sk_buff *skb, int shiftlen);
|
|
void skb_scrub_packet(struct sk_buff *skb, bool xnet);
|
|
void skb_scrub_packet(struct sk_buff *skb, bool xnet);
|
|
unsigned int skb_gso_transport_seglen(const struct sk_buff *skb);
|
|
unsigned int skb_gso_transport_seglen(const struct sk_buff *skb);
|
|
-bool skb_gso_validate_mtu(const struct sk_buff *skb, unsigned int mtu);
|
|
|
|
|
|
+bool skb_gso_validate_network_len(const struct sk_buff *skb, unsigned int mtu);
|
|
bool skb_gso_validate_mac_len(const struct sk_buff *skb, unsigned int len);
|
|
bool skb_gso_validate_mac_len(const struct sk_buff *skb, unsigned int len);
|
|
struct sk_buff *skb_segment(struct sk_buff *skb, netdev_features_t features);
|
|
struct sk_buff *skb_segment(struct sk_buff *skb, netdev_features_t features);
|
|
struct sk_buff *skb_vlan_untag(struct sk_buff *skb);
|
|
struct sk_buff *skb_vlan_untag(struct sk_buff *skb);
|