Lines Matching refs:sk_buff
25 struct sk_buff *last;
103 static inline int gro_recursion_inc_test(struct sk_buff *skb) in gro_recursion_inc_test()
108 typedef struct sk_buff *(*gro_receive_t)(struct list_head *, struct sk_buff *);
109 static inline struct sk_buff *call_gro_receive(gro_receive_t cb,
111 struct sk_buff *skb)
121 typedef struct sk_buff *(*gro_receive_sk_t)(struct sock *, struct list_head *,
122 struct sk_buff *);
123 static inline struct sk_buff *call_gro_receive_sk(gro_receive_sk_t cb,
126 struct sk_buff *skb)
136 static inline unsigned int skb_gro_offset(const struct sk_buff *skb)
141 static inline unsigned int skb_gro_len(const struct sk_buff *skb) in skb_gro_len()
146 static inline void skb_gro_pull(struct sk_buff *skb, unsigned int len) in skb_gro_pull()
151 static inline void *skb_gro_header_fast(struct sk_buff *skb, in skb_gro_header_fast()
157 static inline int skb_gro_header_hard(struct sk_buff *skb, unsigned int hlen) in skb_gro_header_hard()
162 static inline void skb_gro_frag0_invalidate(struct sk_buff *skb) in skb_gro_frag0_invalidate()
168 static inline void *skb_gro_header_slow(struct sk_buff *skb, unsigned int hlen, in skb_gro_header_slow()
178 static inline void *skb_gro_header(struct sk_buff *skb, in skb_gro_header()
189 static inline void *skb_gro_network_header(struct sk_buff *skb) in skb_gro_network_header()
195 static inline __wsum inet_gro_compute_pseudo(struct sk_buff *skb, int proto) in inet_gro_compute_pseudo()
203 static inline void skb_gro_postpull_rcsum(struct sk_buff *skb, in skb_gro_postpull_rcsum()
216 __sum16 __skb_gro_checksum_complete(struct sk_buff *skb);
218 static inline bool skb_at_gro_remcsum_start(struct sk_buff *skb) in skb_at_gro_remcsum_start()
223 static inline bool __skb_gro_checksum_validate_needed(struct sk_buff *skb, in __skb_gro_checksum_validate_needed()
235 static inline __sum16 __skb_gro_checksum_validate_complete(struct sk_buff *skb, in __skb_gro_checksum_validate_complete()
247 static inline void skb_gro_incr_csum_unnecessary(struct sk_buff *skb) in skb_gro_incr_csum_unnecessary()
283 static inline bool __skb_gro_checksum_convert_check(struct sk_buff *skb) in __skb_gro_checksum_convert_check()
289 static inline void __skb_gro_checksum_convert(struct sk_buff *skb, in __skb_gro_checksum_convert()
314 static inline void *skb_gro_remcsum_process(struct sk_buff *skb, void *ptr, in skb_gro_remcsum_process()
346 static inline void skb_gro_remcsum_cleanup(struct sk_buff *skb, in skb_gro_remcsum_cleanup()
363 static inline void skb_gro_flush_final(struct sk_buff *skb, struct sk_buff *pp, int flush) in skb_gro_flush_final()
368 static inline void skb_gro_flush_final_remcsum(struct sk_buff *skb, in skb_gro_flush_final_remcsum()
369 struct sk_buff *pp, in skb_gro_flush_final_remcsum()
380 static inline void skb_gro_flush_final(struct sk_buff *skb, struct sk_buff *pp, int flush) in skb_gro_flush_final()
384 static inline void skb_gro_flush_final_remcsum(struct sk_buff *skb, in skb_gro_flush_final_remcsum()
385 struct sk_buff *pp, in skb_gro_flush_final_remcsum()
395 INDIRECT_CALLABLE_DECLARE(struct sk_buff *ipv6_gro_receive(struct list_head *,
396 struct sk_buff *));
397 INDIRECT_CALLABLE_DECLARE(int ipv6_gro_complete(struct sk_buff *, int));
398 INDIRECT_CALLABLE_DECLARE(struct sk_buff *inet_gro_receive(struct list_head *,
399 struct sk_buff *));
400 INDIRECT_CALLABLE_DECLARE(int inet_gro_complete(struct sk_buff *, int));
402 INDIRECT_CALLABLE_DECLARE(struct sk_buff *udp4_gro_receive(struct list_head *,
403 struct sk_buff *));
404 INDIRECT_CALLABLE_DECLARE(int udp4_gro_complete(struct sk_buff *, int));
406 INDIRECT_CALLABLE_DECLARE(struct sk_buff *udp6_gro_receive(struct list_head *,
407 struct sk_buff *));
408 INDIRECT_CALLABLE_DECLARE(int udp6_gro_complete(struct sk_buff *, int));
417 struct sk_buff *udp_gro_receive(struct list_head *head, struct sk_buff *skb,
419 int udp_gro_complete(struct sk_buff *skb, int nhoff, udp_lookup_t lookup);
421 static inline struct udphdr *udp_gro_udphdr(struct sk_buff *skb) in udp_gro_udphdr()
433 static inline __wsum ip6_gro_compute_pseudo(struct sk_buff *skb, int proto) in ip6_gro_compute_pseudo()
441 int skb_gro_receive(struct sk_buff *p, struct sk_buff *skb);
456 static inline void gro_normal_one(struct napi_struct *napi, struct sk_buff *skb, int segs) in gro_normal_one()
470 static inline void inet_get_iif_sdif(const struct sk_buff *skb, int *iif, int *sdif) in inet_get_iif_sdif()
491 static inline void inet6_get_iif_sdif(const struct sk_buff *skb, int *iif, int *sdif) in inet6_get_iif_sdif()