Lines Matching refs:sk_buff
26 static inline int skb_tnl_header_len(const struct sk_buff *inner_skb) in skb_tnl_header_len()
32 static inline int gso_pskb_expand_head(struct sk_buff *skb, int extra) in gso_pskb_expand_head()
47 static inline void gso_reset_checksum(struct sk_buff *skb, __wsum res) in gso_reset_checksum()
65 static inline __sum16 gso_make_checksum(struct sk_buff *skb, __wsum res) in gso_make_checksum()
77 struct sk_buff *__skb_gso_segment(struct sk_buff *skb,
80 static inline struct sk_buff *skb_gso_segment(struct sk_buff *skb, in skb_gso_segment()
86 struct sk_buff *skb_eth_gso_segment(struct sk_buff *skb,
89 struct sk_buff *skb_mac_gso_segment(struct sk_buff *skb,
92 bool skb_gso_validate_network_len(const struct sk_buff *skb, unsigned int mtu);
94 bool skb_gso_validate_mac_len(const struct sk_buff *skb, unsigned int len);
96 static inline void skb_gso_error_unwind(struct sk_buff *skb, __be16 protocol, in skb_gso_error_unwind()