Lines Matching defs:skb
372 static inline void skb_truesize_check(struct sk_buff *skb) in skb_truesize_check()
426 static inline struct sk_buff *skb_get(struct sk_buff *skb) in skb_get()
445 static inline int skb_cloned(const struct sk_buff *skb) in skb_cloned()
458 static inline int skb_header_cloned(const struct sk_buff *skb) in skb_header_cloned()
478 static inline void skb_header_release(struct sk_buff *skb) in skb_header_release()
492 static inline int skb_shared(const struct sk_buff *skb) in skb_shared()
510 static inline struct sk_buff *skb_share_check(struct sk_buff *skb, in skb_share_check()
542 static inline struct sk_buff *skb_unshare(struct sk_buff *skb, in skb_unshare()
751 static inline void __skb_unlink(struct sk_buff *skb, struct sk_buff_head *list) in __skb_unlink()
777 struct sk_buff *skb = skb_peek_tail(list); in __skb_dequeue_tail() local
784 static inline int skb_is_nonlinear(const struct sk_buff *skb) in skb_is_nonlinear()
789 static inline unsigned int skb_headlen(const struct sk_buff *skb) in skb_headlen()
794 static inline int skb_pagelen(const struct sk_buff *skb) in skb_pagelen()
803 static inline void skb_fill_page_desc(struct sk_buff *skb, int i, in skb_fill_page_desc()
814 #define SKB_PAGE_ASSERT(skb) BUG_ON(skb_shinfo(skb)->nr_frags) argument
815 #define SKB_FRAG_ASSERT(skb) BUG_ON(skb_shinfo(skb)->frag_list) argument
816 #define SKB_LINEAR_ASSERT(skb) BUG_ON(skb_is_nonlinear(skb)) argument
821 static inline unsigned char *__skb_put(struct sk_buff *skb, unsigned int len) in __skb_put()
839 static inline unsigned char *skb_put(struct sk_buff *skb, unsigned int len) in skb_put()
850 static inline unsigned char *__skb_push(struct sk_buff *skb, unsigned int len) in __skb_push()
866 static inline unsigned char *skb_push(struct sk_buff *skb, unsigned int len) in skb_push()
875 static inline unsigned char *__skb_pull(struct sk_buff *skb, unsigned int len) in __skb_pull()
892 static inline unsigned char *skb_pull(struct sk_buff *skb, unsigned int len) in skb_pull()
899 static inline unsigned char *__pskb_pull(struct sk_buff *skb, unsigned int len) in __pskb_pull()
908 static inline unsigned char *pskb_pull(struct sk_buff *skb, unsigned int len) in pskb_pull()
913 static inline int pskb_may_pull(struct sk_buff *skb, unsigned int len) in pskb_may_pull()
928 static inline int skb_headroom(const struct sk_buff *skb) in skb_headroom()
939 static inline int skb_tailroom(const struct sk_buff *skb) in skb_tailroom()
952 static inline void skb_reserve(struct sk_buff *skb, int len) in skb_reserve()
1003 static inline void __skb_trim(struct sk_buff *skb, unsigned int len) in __skb_trim()
1022 static inline void skb_trim(struct sk_buff *skb, unsigned int len) in skb_trim()
1029 static inline int __pskb_trim(struct sk_buff *skb, unsigned int len) in __pskb_trim()
1037 static inline int pskb_trim(struct sk_buff *skb, unsigned int len) in pskb_trim()
1051 static inline void pskb_trim_unique(struct sk_buff *skb, unsigned int len) in pskb_trim_unique()
1065 static inline void skb_orphan(struct sk_buff *skb) in skb_orphan()
1084 struct sk_buff *skb; in __skb_queue_purge() local
1104 struct sk_buff *skb = alloc_skb(length + NET_SKB_PAD, gfp_mask); in __dev_alloc_skb() local
1161 static inline int skb_cow(struct sk_buff *skb, unsigned int headroom) in skb_cow()
1186 static inline int skb_padto(struct sk_buff *skb, unsigned int len) in skb_padto()
1194 static inline int skb_add_data(struct sk_buff *skb, in skb_add_data()
1215 static inline int skb_can_coalesce(struct sk_buff *skb, int i, in skb_can_coalesce()
1227 static inline int __skb_linearize(struct sk_buff *skb) in __skb_linearize()
1239 static inline int skb_linearize(struct sk_buff *skb) in skb_linearize()
1251 static inline int skb_linearize_cow(struct sk_buff *skb) in skb_linearize_cow()
1268 static inline void skb_postpull_rcsum(struct sk_buff *skb, in skb_postpull_rcsum()
1286 static inline int pskb_trim_rcsum(struct sk_buff *skb, unsigned int len) in pskb_trim_rcsum()
1313 #define skb_queue_walk(queue, skb) \ argument
1318 #define skb_queue_reverse_walk(queue, skb) \ argument
1352 static inline void *skb_header_pointer(const struct sk_buff *skb, int offset, in skb_header_pointer()
1378 static inline void skb_get_timestamp(const struct sk_buff *skb, struct timeval *stamp) in skb_get_timestamp()
1393 static inline void skb_set_timestamp(struct sk_buff *skb, const struct timeval *stamp) in skb_set_timestamp()
1419 static inline unsigned int skb_checksum_complete(struct sk_buff *skb) in skb_checksum_complete()
1437 static inline void nf_conntrack_get_reasm(struct sk_buff *skb) in nf_conntrack_get_reasm()
1442 static inline void nf_conntrack_put_reasm(struct sk_buff *skb) in nf_conntrack_put_reasm()
1460 static inline void nf_reset(struct sk_buff *skb) in nf_reset()
1475 static inline void nf_reset(struct sk_buff *skb) {} in nf_reset()
1484 static inline void skb_init_secmark(struct sk_buff *skb) in skb_init_secmark()
1492 static inline void skb_init_secmark(struct sk_buff *skb) in skb_init_secmark()
1496 static inline int skb_is_gso(const struct sk_buff *skb) in skb_is_gso()