Searched refs:next_frag (Results 1 – 4 of 4) 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 …]
492 struct mlx5e_wqe_frag_info next_frag = {}; in mlx5e_init_frags_partition() local503 next_frag.au = &rq->wqe.alloc_units[0]; in mlx5e_init_frags_partition()512 if (next_frag.offset + frag_info[f].frag_stride > PAGE_SIZE) { in mlx5e_init_frags_partition()513 next_frag.au++; in mlx5e_init_frags_partition()514 next_frag.offset = 0; in mlx5e_init_frags_partition()518 *frag = next_frag; in mlx5e_init_frags_partition()521 next_frag.offset += frag_info[f].frag_stride; in mlx5e_init_frags_partition()
3865 skb_frag_t *next_frag, *end_frag; in bpf_xdp_copy_buf() local3879 next_frag = &sinfo->frags[0]; in bpf_xdp_copy_buf()3898 if (!len || next_frag == end_frag) in bpf_xdp_copy_buf()3902 ptr_buf = skb_frag_address(next_frag); in bpf_xdp_copy_buf()3903 ptr_len = skb_frag_size(next_frag); in bpf_xdp_copy_buf()3904 next_frag++; in bpf_xdp_copy_buf()
5530 unsigned int next_frag; in qeth_create_skb_frag() local5532 next_frag = skb_shinfo(skb)->nr_frags; in qeth_create_skb_frag()5534 skb_add_rx_frag(skb, next_frag, page, offset_in_page(data), data_len, in qeth_create_skb_frag()