Searched refs:FRAG_CB (Results 1 – 1 of 1) sorted by relevance
44 #define FRAG_CB(skb) ((struct ipfrag_skb_cb *)((skb)->cb)) macro49 FRAG_CB(skb)->next_frag = NULL; in fragcb_clear()50 FRAG_CB(skb)->frag_run_len = skb->len; in fragcb_clear()59 FRAG_CB(q->last_run_head)->frag_run_len += skb->len; in fragrun_append_to_last()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()416 FRAG_CB(curr)->frag_run_len; in inet_frag_queue_insert()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()[all …]