Lines Matching defs:skb

211 	struct sk_buff *skb;  in alloc_skb()  local
221 struct sk_buff *skb; in __dev_alloc_skb() local
232 struct sk_buff *skb; in dev_alloc_skb() local
241 kfree_skb(struct sk_buff *skb) in kfree_skb()
248 consume_skb(struct sk_buff *skb) in consume_skb()
255 dev_kfree_skb(struct sk_buff *skb) in dev_kfree_skb()
262 dev_kfree_skb_any(struct sk_buff *skb) in dev_kfree_skb_any()
269 dev_kfree_skb_irq(struct sk_buff *skb) in dev_kfree_skb_irq()
279 struct sk_buff *skb; in build_skb() local
289 skb_is_nonlinear(struct sk_buff *skb) in skb_is_nonlinear()
297 skb_reserve(struct sk_buff *skb, size_t len) in skb_reserve()
318 __skb_push(struct sk_buff *skb, size_t len) in __skb_push()
329 skb_push(struct sk_buff *skb, size_t len) in skb_push()
340 skb_headlen(struct sk_buff *skb) in skb_headlen()
350 skb_tail_pointer(struct sk_buff *skb) in skb_tail_pointer()
359 skb_tailroom(struct sk_buff *skb) in skb_tailroom()
372 skb_headroom(const struct sk_buff *skb) in skb_headroom()
386 __skb_put(struct sk_buff *skb, size_t len) in __skb_put()
410 skb_put(struct sk_buff *skb, size_t len) in skb_put()
419 skb_put_data(struct sk_buff *skb, const void *buf, size_t len) in skb_put_data()
433 skb_put_zero(struct sk_buff *skb, size_t len) in skb_put_zero()
450 skb_pull(struct sk_buff *skb, size_t len) in skb_pull()
467 __skb_trim(struct sk_buff *skb, unsigned int len) in __skb_trim()
479 skb_trim(struct sk_buff *skb, unsigned int len) in skb_trim()
486 skb_shinfo(struct sk_buff *skb) in skb_shinfo()
494 skb_add_rx_frag(struct sk_buff *skb, int fragno, struct page *page, in skb_add_rx_frag()
523 #define skb_queue_walk(_q, skb) \ argument
527 #define skb_queue_walk_safe(_q, skb, tmp) \ argument
531 #define skb_list_walk_safe(_q, skb, tmp) \ argument
580 __skb_queue_after(struct sk_buff_head *q, struct sk_buff *skb, in __skb_queue_after()
589 __skb_queue_before(struct sk_buff_head *q, struct sk_buff *skb, in __skb_queue_before()
619 struct sk_buff *skb; in skb_peek() local
631 struct sk_buff *skb; in skb_peek_tail() local
641 __skb_unlink(struct sk_buff *skb, struct sk_buff_head *q) in __skb_unlink()
656 skb_unlink(struct sk_buff *skb, struct sk_buff_head *q) in skb_unlink()
669 struct sk_buff *skb; in __skb_dequeue() local
682 struct sk_buff *skb; in skb_dequeue() local
694 struct sk_buff *skb; in __skb_dequeue_tail() local
707 struct sk_buff *skb; in skb_dequeue_tail() local
717 __skb_queue_head(struct sk_buff_head *q, struct sk_buff *skb) in __skb_queue_head()
725 skb_queue_head(struct sk_buff_head *q, struct sk_buff *skb) in skb_queue_head()
798 struct sk_buff *skb; in __skb_queue_purge() local
826 skb_queue_prev(struct sk_buff_head *q, struct sk_buff *skb) in skb_queue_prev()
837 skb_copy(const struct sk_buff *skb, gfp_t gfp) in skb_copy()
847 skb_checksum(struct sk_buff *skb, int offs, size_t len, int x) in skb_checksum()
855 skb_checksum_start_offset(struct sk_buff *skb) in skb_checksum_start_offset()
882 skb_checksum_help(struct sk_buff *skb) in skb_checksum_help()
889 skb_ensure_writable(struct sk_buff *skb, size_t off) in skb_ensure_writable()
911 skb_gso_segment(struct sk_buff *skb, netdev_features_t netdev_flags) in skb_gso_segment()
919 skb_is_gso(struct sk_buff *skb) in skb_is_gso()
927 skb_mark_not_on_list(struct sk_buff *skb) in skb_mark_not_on_list()
934 skb_reset_transport_header(struct sk_buff *skb) in skb_reset_transport_header()
942 skb_transport_header(struct sk_buff *skb) in skb_transport_header()
950 skb_network_header(struct sk_buff *skb) in skb_network_header()
958 __skb_linearize(struct sk_buff *skb) in __skb_linearize()
966 skb_linearize(struct sk_buff *skb) in skb_linearize()
972 pskb_expand_head(struct sk_buff *skb, int x, int len, gfp_t gfp) in pskb_expand_head()
981 skb_set_queue_mapping(struct sk_buff *skb, uint16_t qmap) in skb_set_queue_mapping()
989 skb_get_queue_mapping(struct sk_buff *skb) in skb_get_queue_mapping()
997 skb_header_cloned(struct sk_buff *skb) in skb_header_cloned()
1005 skb_mac_header(const struct sk_buff *skb) in skb_mac_header()
1012 skb_reset_mac_header(struct sk_buff *skb) in skb_reset_mac_header()
1019 skb_set_mac_header(struct sk_buff *skb, const size_t len) in skb_set_mac_header()
1027 skb_hwtstamps(struct sk_buff *skb) in skb_hwtstamps()
1035 skb_orphan(struct sk_buff *skb) in skb_orphan()
1048 skb_postpush_rcsum(struct sk_buff *skb, const void *data, size_t len) in skb_postpush_rcsum()
1054 skb_reset_tail_pointer(struct sk_buff *skb) in skb_reset_tail_pointer()
1066 skb_get(struct sk_buff *skb) in skb_get()
1075 skb_realloc_headroom(struct sk_buff *skb, unsigned int headroom) in skb_realloc_headroom()
1083 skb_copy_from_linear_data(const struct sk_buff *skb, void *dst, size_t len) in skb_copy_from_linear_data()
1092 skb_pad(struct sk_buff *skb, int pad) in skb_pad()
1101 skb_list_del_init(struct sk_buff *skb) in skb_list_del_init()
1110 napi_consume_skb(struct sk_buff *skb, int budget) in napi_consume_skb()
1126 skb_get_hash(struct sk_buff *skb) in skb_get_hash()
1134 skb_mark_for_recycle(struct sk_buff *skb) in skb_mark_for_recycle()
1142 skb_cow_head(struct sk_buff *skb, unsigned int headroom) in skb_cow_head()