Home
last modified time | relevance | path

Searched refs:next_frag (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/net/ipv4/
Dinet_fragment.c40 struct sk_buff *next_frag; member
49 FRAG_CB(skb)->next_frag = NULL; in fragcb_clear()
60 FRAG_CB(q->fragments_tail)->next_frag = skb; in fragrun_append_to_last()
276 struct sk_buff *next = FRAG_CB(skb)->next_frag; in inet_frag_rbtree_purge()
458 FRAG_CB(fp)->next_frag = FRAG_CB(skb)->next_frag; in inet_frag_reasm_prepare()
460 FRAG_CB(parent)->next_frag = fp; in inet_frag_reasm_prepare()
467 FRAG_CB(skb)->next_frag = FRAG_CB(head)->next_frag; in inet_frag_reasm_prepare()
527 fp = FRAG_CB(head)->next_frag; in inet_frag_reasm_finish()
538 struct sk_buff *next_frag = FRAG_CB(fp)->next_frag; in inet_frag_reasm_finish() local
564 fp = next_frag; in inet_frag_reasm_finish()
[all …]
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c515 struct mlx5e_wqe_frag_info next_frag = {}; in mlx5e_init_frags_partition() local
521 next_frag.frag_page = &rq->wqe.alloc_units->frag_pages[0]; in mlx5e_init_frags_partition()
524 next_frag.flags = BIT(MLX5E_WQE_FRAG_SKIP_RELEASE); in mlx5e_init_frags_partition()
533 if (next_frag.offset + frag_info[f].frag_stride > PAGE_SIZE) { in mlx5e_init_frags_partition()
535 next_frag.frag_page++; in mlx5e_init_frags_partition()
536 next_frag.offset = 0; in mlx5e_init_frags_partition()
540 *frag = next_frag; in mlx5e_init_frags_partition()
543 next_frag.offset += frag_info[f].frag_stride; in mlx5e_init_frags_partition()
/linux-6.6.21/tools/testing/selftests/bpf/
Dxskxceiver.c573 u32 nb_frags = 1, next_frag; in pkt_nb_frags() local
588 next_frag = pkt_stream->current_pkt_nb; in pkt_nb_frags()
590 while (next_frag++ < pkt_stream->nb_pkts) { in pkt_nb_frags()
/linux-6.6.21/net/core/
Dfilter.c3928 skb_frag_t *next_frag, *end_frag; in bpf_xdp_copy_buf() local
3942 next_frag = &sinfo->frags[0]; in bpf_xdp_copy_buf()
3961 if (!len || next_frag == end_frag) in bpf_xdp_copy_buf()
3965 ptr_buf = skb_frag_address(next_frag); in bpf_xdp_copy_buf()
3966 ptr_len = skb_frag_size(next_frag); in bpf_xdp_copy_buf()
3967 next_frag++; in bpf_xdp_copy_buf()
/linux-6.6.21/drivers/s390/net/
Dqeth_core_main.c5530 unsigned int next_frag; in qeth_create_skb_frag() local
5532 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()