Home
last modified time | relevance | path

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

/Linux-v5.15/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()
274 struct sk_buff *next = FRAG_CB(skb)->next_frag; in inet_frag_rbtree_purge()
450 FRAG_CB(fp)->next_frag = FRAG_CB(skb)->next_frag; in inet_frag_reasm_prepare()
452 FRAG_CB(parent)->next_frag = fp; in inet_frag_reasm_prepare()
459 FRAG_CB(skb)->next_frag = FRAG_CB(head)->next_frag; in inet_frag_reasm_prepare()
519 fp = FRAG_CB(head)->next_frag; in inet_frag_reasm_finish()
530 struct sk_buff *next_frag = FRAG_CB(fp)->next_frag; in inet_frag_reasm_finish() local
556 fp = next_frag; in inet_frag_reasm_finish()
[all …]
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c302 struct mlx5e_wqe_frag_info next_frag = {}; in mlx5e_init_frags_partition() local
306 next_frag.di = &rq->wqe.di[0]; in mlx5e_init_frags_partition()
315 if (next_frag.offset + frag_info[f].frag_stride > PAGE_SIZE) { in mlx5e_init_frags_partition()
316 next_frag.di++; in mlx5e_init_frags_partition()
317 next_frag.offset = 0; in mlx5e_init_frags_partition()
321 *frag = next_frag; in mlx5e_init_frags_partition()
324 next_frag.offset += frag_info[f].frag_stride; in mlx5e_init_frags_partition()
/Linux-v5.15/drivers/s390/net/
Dqeth_core_main.c5637 unsigned int next_frag; in qeth_create_skb_frag() local
5639 next_frag = skb_shinfo(skb)->nr_frags; in qeth_create_skb_frag()
5641 skb_add_rx_frag(skb, next_frag, page, offset_in_page(data), data_len, in qeth_create_skb_frag()