Searched refs:next_frag (Results 1 – 3 of 3) sorted by relevance
70 struct sk_buff *next_frag; member80 FRAG_CB(skb)->next_frag = NULL; in ip4_frag_init_run()89 FRAG_CB(skb)->next_frag = NULL; in ip4_frag_append_to_last_run()92 FRAG_CB(q->fragments_tail)->next_frag = skb; in ip4_frag_append_to_last_run()222 if (FRAG_CB(head)->next_frag) in ip_expire()224 &FRAG_CB(head)->next_frag->rbnode, in ip_expire()531 FRAG_CB(fp)->next_frag = FRAG_CB(skb)->next_frag; in ip_frag_reasm()533 FRAG_CB(prev_tail)->next_frag = fp; in ip_frag_reasm()540 FRAG_CB(skb)->next_frag = FRAG_CB(head)->next_frag; in ip_frag_reasm()589 fp = FRAG_CB(head)->next_frag; in ip_frag_reasm()[all …]
418 struct mlx5e_wqe_frag_info next_frag, *prev; in mlx5e_init_frags_partition() local421 next_frag.di = &rq->wqe.di[0]; in mlx5e_init_frags_partition()422 next_frag.offset = 0; in mlx5e_init_frags_partition()432 if (next_frag.offset + frag_info[f].frag_stride > PAGE_SIZE) { in mlx5e_init_frags_partition()433 next_frag.di++; in mlx5e_init_frags_partition()434 next_frag.offset = 0; in mlx5e_init_frags_partition()438 *frag = next_frag; in mlx5e_init_frags_partition()441 next_frag.offset += frag_info[f].frag_stride; in mlx5e_init_frags_partition()
5210 unsigned int next_frag; in qeth_create_skb_frag() local5224 next_frag = skb_shinfo(skb)->nr_frags; in qeth_create_skb_frag()5226 skb_add_rx_frag(skb, next_frag, page, offset, data_len, data_len); in qeth_create_skb_frag()