Searched refs:next_frag (Results 1 – 2 of 2) sorted by relevance
40 struct sk_buff *next_frag; member49 FRAG_CB(skb)->next_frag = NULL; in fragcb_clear()60 FRAG_CB(q->fragments_tail)->next_frag = skb; in fragrun_append_to_last()274 struct sk_buff *next = FRAG_CB(skb)->next_frag; in inet_frag_rbtree_purge()452 FRAG_CB(fp)->next_frag = FRAG_CB(skb)->next_frag; in inet_frag_reasm_prepare()454 FRAG_CB(parent)->next_frag = fp; in inet_frag_reasm_prepare()461 FRAG_CB(skb)->next_frag = FRAG_CB(head)->next_frag; in inet_frag_reasm_prepare()521 fp = FRAG_CB(head)->next_frag; in inet_frag_reasm_finish()532 struct sk_buff *next_frag = FRAG_CB(fp)->next_frag; in inet_frag_reasm_finish() local558 fp = next_frag; in inet_frag_reasm_finish()[all …]
3888 skb_frag_t *next_frag, *end_frag; in bpf_xdp_copy_buf() local3902 next_frag = &sinfo->frags[0]; in bpf_xdp_copy_buf()3921 if (!len || next_frag == end_frag) in bpf_xdp_copy_buf()3925 ptr_buf = skb_frag_address(next_frag); in bpf_xdp_copy_buf()3926 ptr_len = skb_frag_size(next_frag); in bpf_xdp_copy_buf()3927 next_frag++; in bpf_xdp_copy_buf()