Lines Matching defs:skb
95 static void skb_panic(struct sk_buff *skb, unsigned int sz, void *addr, in skb_panic()
105 static void skb_over_panic(struct sk_buff *skb, unsigned int sz, void *addr) in skb_over_panic()
110 static void skb_under_panic(struct sk_buff *skb, unsigned int sz, void *addr) in skb_under_panic()
160 struct sk_buff *skb; in __alloc_skb_head() local
205 struct sk_buff *skb; in __alloc_skb() local
304 struct sk_buff *skb; in __build_skb() local
339 struct sk_buff *skb = __build_skb(data, frag_size); in build_skb() local
445 struct sk_buff *skb = NULL; in __netdev_alloc_skb() local
474 void skb_add_rx_frag(struct sk_buff *skb, int i, struct page *page, int off, in skb_add_rx_frag()
484 void skb_coalesce_rx_frag(struct sk_buff *skb, int i, int size, in skb_coalesce_rx_frag()
502 static inline void skb_drop_fraglist(struct sk_buff *skb) in skb_drop_fraglist()
507 static void skb_clone_fraglist(struct sk_buff *skb) in skb_clone_fraglist()
515 static void skb_free_head(struct sk_buff *skb) in skb_free_head()
523 static void skb_release_data(struct sk_buff *skb) in skb_release_data()
557 static void kfree_skbmem(struct sk_buff *skb) in kfree_skbmem()
586 static void skb_release_head_state(struct sk_buff *skb) in skb_release_head_state()
612 static void skb_release_all(struct sk_buff *skb) in skb_release_all()
628 void __kfree_skb(struct sk_buff *skb) in __kfree_skb()
642 void kfree_skb(struct sk_buff *skb) in kfree_skb()
673 void skb_tx_error(struct sk_buff *skb) in skb_tx_error()
694 void consume_skb(struct sk_buff *skb) in consume_skb()
768 static struct sk_buff *__skb_clone(struct sk_buff *n, struct sk_buff *skb) in __skb_clone()
830 int skb_copy_ubufs(struct sk_buff *skb, gfp_t gfp_mask) in skb_copy_ubufs()
890 struct sk_buff *skb_clone(struct sk_buff *skb, gfp_t gfp_mask) in skb_clone()
920 static void skb_headers_offset_update(struct sk_buff *skb, int off) in skb_headers_offset_update()
944 static inline int skb_alloc_rx_flag(const struct sk_buff *skb) in skb_alloc_rx_flag()
968 struct sk_buff *skb_copy(const struct sk_buff *skb, gfp_t gfp_mask) in skb_copy()
1008 struct sk_buff *__pskb_copy_fclone(struct sk_buff *skb, int headroom, in __pskb_copy_fclone()
1071 int pskb_expand_head(struct sk_buff *skb, int nhead, int ntail, in pskb_expand_head()
1150 struct sk_buff *skb_realloc_headroom(struct sk_buff *skb, unsigned int headroom) in skb_realloc_headroom()
1187 struct sk_buff *skb_copy_expand(const struct sk_buff *skb, in skb_copy_expand()
1240 int skb_pad(struct sk_buff *skb, int pad) in skb_pad()
1287 unsigned char *pskb_put(struct sk_buff *skb, struct sk_buff *tail, int len) in pskb_put()
1306 unsigned char *skb_put(struct sk_buff *skb, unsigned int len) in skb_put()
1327 unsigned char *skb_push(struct sk_buff *skb, unsigned int len) in skb_push()
1347 unsigned char *skb_pull(struct sk_buff *skb, unsigned int len) in skb_pull()
1362 void skb_trim(struct sk_buff *skb, unsigned int len) in skb_trim()
1372 int ___pskb_trim(struct sk_buff *skb, unsigned int len) in ___pskb_trim()
1480 unsigned char *__pskb_pull_tail(struct sk_buff *skb, int delta) in __pskb_pull_tail()
1612 int skb_copy_bits(const struct sk_buff *skb, int offset, void *to, int len) in skb_copy_bits()
1793 static bool __skb_splice_bits(struct sk_buff *skb, struct pipe_inode_info *pipe, in __skb_splice_bits()
1833 int skb_splice_bits(struct sk_buff *skb, unsigned int offset, in skb_splice_bits()
1901 int skb_store_bits(struct sk_buff *skb, int offset, const void *from, int len) in skb_store_bits()
1974 __wsum __skb_checksum(const struct sk_buff *skb, int offset, int len, in __skb_checksum()
2045 __wsum skb_checksum(const struct sk_buff *skb, int offset, in skb_checksum()
2059 __wsum skb_copy_and_csum_bits(const struct sk_buff *skb, int offset, in skb_copy_and_csum_bits()
2234 void skb_copy_and_csum_dev(const struct sk_buff *skb, u8 *to) in skb_copy_and_csum_dev()
2312 struct sk_buff *skb; in skb_queue_purge() local
2370 void skb_unlink(struct sk_buff *skb, struct sk_buff_head *list) in skb_unlink()
2422 static inline void skb_split_inside_header(struct sk_buff *skb, in skb_split_inside_header()
2443 static inline void skb_split_no_header(struct sk_buff *skb, in skb_split_no_header()
2490 void skb_split(struct sk_buff *skb, struct sk_buff *skb1, const u32 len) in skb_split()
2506 static int skb_prepare_for_shift(struct sk_buff *skb) in skb_prepare_for_shift()
2529 int skb_shift(struct sk_buff *tgt, struct sk_buff *skb, int shiftlen) in skb_shift()
2655 void skb_prepare_seq_read(struct sk_buff *skb, unsigned int from, in skb_prepare_seq_read()
2799 unsigned int skb_find_text(struct sk_buff *skb, unsigned int from, in skb_find_text()
2826 int skb_append_datato_frags(struct sock *sk, struct sk_buff *skb, in skb_append_datato_frags()
2828 int len, int odd, struct sk_buff *skb), in skb_append_datato_frags()
2884 unsigned char *skb_pull_rcsum(struct sk_buff *skb, unsigned int len) in skb_pull_rcsum()
3120 int skb_gro_receive(struct sk_buff **head, struct sk_buff *skb) in skb_gro_receive()
3299 __skb_to_sgvec(struct sk_buff *skb, struct scatterlist *sg, int offset, int len) in __skb_to_sgvec()
3377 int skb_to_sgvec_nomark(struct sk_buff *skb, struct scatterlist *sg, in skb_to_sgvec_nomark()
3384 int skb_to_sgvec(struct sk_buff *skb, struct scatterlist *sg, int offset, int len) in skb_to_sgvec()
3411 int skb_cow_data(struct sk_buff *skb, int tailbits, struct sk_buff **trailer) in skb_cow_data()
3504 static void sock_rmem_free(struct sk_buff *skb) in sock_rmem_free()
3514 int sock_queue_err_skb(struct sock *sk, struct sk_buff *skb) in sock_queue_err_skb()
3538 struct sk_buff *skb, *skb_next; in sock_dequeue_err_skb() local
3569 struct sk_buff *skb_clone_sk(struct sk_buff *skb) in skb_clone_sk()
3590 static void __skb_complete_tx_timestamp(struct sk_buff *skb, in __skb_complete_tx_timestamp()
3615 void skb_complete_tx_timestamp(struct sk_buff *skb, in skb_complete_tx_timestamp()
3635 struct sk_buff *skb; in __skb_tstamp_tx() local
3661 void skb_complete_wifi_ack(struct sk_buff *skb, bool acked) in skb_complete_wifi_ack()
3700 bool skb_partial_csum_set(struct sk_buff *skb, u16 start, u16 off) in skb_partial_csum_set()
3716 static int skb_maybe_pull_tail(struct sk_buff *skb, unsigned int len, in skb_maybe_pull_tail()
3739 static __sum16 *skb_checksum_setup_ip(struct sk_buff *skb, in skb_checksum_setup_ip()
3773 static int skb_checksum_setup_ipv4(struct sk_buff *skb, bool recalculate) in skb_checksum_setup_ipv4()
3818 #define OPT_HDR(type, skb, off) \ argument
3821 static int skb_checksum_setup_ipv6(struct sk_buff *skb, bool recalculate) in skb_checksum_setup_ipv6()
3926 int skb_checksum_setup(struct sk_buff *skb, bool recalculate) in skb_checksum_setup()
3948 void __skb_warn_lro_forwarding(const struct sk_buff *skb) in __skb_warn_lro_forwarding()
3955 void kfree_skb_partial(struct sk_buff *skb, bool head_stolen) in kfree_skb_partial()
4058 void skb_scrub_packet(struct sk_buff *skb, bool xnet) in skb_scrub_packet()
4088 unsigned int skb_gso_transport_seglen(const struct sk_buff *skb) in skb_gso_transport_seglen()
4110 static struct sk_buff *skb_reorder_vlan_header(struct sk_buff *skb) in skb_reorder_vlan_header()
4123 struct sk_buff *skb_vlan_untag(struct sk_buff *skb) in skb_vlan_untag()
4182 struct sk_buff *skb; in alloc_skb_with_frags() local