Lines Matching defs:skb
103 #define NAPI_GRO_CB(skb) ((struct napi_gro_cb *)(skb)->cb) argument
106 static inline int gro_recursion_inc_test(struct sk_buff *skb) in gro_recursion_inc_test()
114 struct sk_buff *skb) in call_gro_receive()
129 struct sk_buff *skb) in call_gro_receive_sk()
139 static inline unsigned int skb_gro_offset(const struct sk_buff *skb) in skb_gro_offset()
144 static inline unsigned int skb_gro_len(const struct sk_buff *skb) in skb_gro_len()
149 static inline void skb_gro_pull(struct sk_buff *skb, unsigned int len) in skb_gro_pull()
154 static inline void *skb_gro_header_fast(const struct sk_buff *skb, in skb_gro_header_fast()
160 static inline bool skb_gro_may_pull(const struct sk_buff *skb, in skb_gro_may_pull()
166 static inline void *skb_gro_header_slow(struct sk_buff *skb, unsigned int hlen, in skb_gro_header_slow()
175 static inline void *skb_gro_header(struct sk_buff *skb, unsigned int hlen, in skb_gro_header()
186 static inline int skb_gro_receive_network_offset(const struct sk_buff *skb) in skb_gro_receive_network_offset()
191 static inline void *skb_gro_network_header(const struct sk_buff *skb) in skb_gro_network_header()
199 static inline __wsum inet_gro_compute_pseudo(const struct sk_buff *skb, in inet_gro_compute_pseudo()
208 static inline void skb_gro_postpull_rcsum(struct sk_buff *skb, in skb_gro_postpull_rcsum()
223 static inline bool skb_at_gro_remcsum_start(struct sk_buff *skb) in skb_at_gro_remcsum_start()
228 static inline bool __skb_gro_checksum_validate_needed(struct sk_buff *skb, in __skb_gro_checksum_validate_needed()
240 static inline __sum16 __skb_gro_checksum_validate_complete(struct sk_buff *skb, in __skb_gro_checksum_validate_complete()
252 static inline void skb_gro_incr_csum_unnecessary(struct sk_buff *skb) in skb_gro_incr_csum_unnecessary()
266 #define __skb_gro_checksum_validate(skb, proto, zero_okay, check, \ argument
278 #define skb_gro_checksum_validate(skb, proto, compute_pseudo) \ argument
281 #define skb_gro_checksum_validate_zero_check(skb, proto, check, \ argument
285 #define skb_gro_checksum_simple_validate(skb) \ argument
288 static inline bool __skb_gro_checksum_convert_check(struct sk_buff *skb) in __skb_gro_checksum_convert_check()
294 static inline void __skb_gro_checksum_convert(struct sk_buff *skb, in __skb_gro_checksum_convert()
301 #define skb_gro_checksum_try_convert(skb, proto, compute_pseudo) \ argument
319 static inline void *skb_gro_remcsum_process(struct sk_buff *skb, void *ptr, in skb_gro_remcsum_process()
351 static inline void skb_gro_remcsum_cleanup(struct sk_buff *skb, in skb_gro_remcsum_cleanup()
368 static inline void skb_gro_flush_final(struct sk_buff *skb, struct sk_buff *pp, int flush) in skb_gro_flush_final()
373 static inline void skb_gro_flush_final_remcsum(struct sk_buff *skb, in skb_gro_flush_final_remcsum()
385 static inline void skb_gro_flush_final(struct sk_buff *skb, struct sk_buff *pp, int flush) in skb_gro_flush_final()
389 static inline void skb_gro_flush_final_remcsum(struct sk_buff *skb, in skb_gro_flush_final_remcsum()
415 #define indirect_call_gro_receive_inet(cb, f2, f1, head, skb) \ argument
426 static inline struct udphdr *udp_gro_udphdr(struct sk_buff *skb) in udp_gro_udphdr()
438 static inline __wsum ip6_gro_compute_pseudo(const struct sk_buff *skb, in ip6_gro_compute_pseudo()
526 static inline void gro_normal_one(struct napi_struct *napi, struct sk_buff *skb, int segs) in gro_normal_one()
540 static inline void inet_get_iif_sdif(const struct sk_buff *skb, int *iif, int *sdif) in inet_get_iif_sdif()
561 static inline void inet6_get_iif_sdif(const struct sk_buff *skb, int *iif, int *sdif) in inet6_get_iif_sdif()