Searched refs:next_frag (Results 1 – 1 of 1) 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 …]