Searched refs:FRAG_CB (Results 1 – 1 of 1) sorted by relevance
45 #define FRAG_CB(skb) ((struct ipfrag_skb_cb *)((skb)->cb)) macro50 FRAG_CB(skb)->next_frag = NULL; in fragcb_clear()51 FRAG_CB(skb)->frag_run_len = skb->len; in fragcb_clear()60 FRAG_CB(q->last_run_head)->frag_run_len += skb->len; in fragrun_append_to_last()61 FRAG_CB(q->fragments_tail)->next_frag = skb; in fragrun_append_to_last()317 struct sk_buff *next = FRAG_CB(skb)->next_frag; in inet_frag_rbtree_purge()462 else if (FRAG_CB(last)->ip_defrag_offset + last->len < end) { in inet_frag_queue_insert()465 if (offset < FRAG_CB(last)->ip_defrag_offset + last->len) in inet_frag_queue_insert()467 if (offset == FRAG_CB(last)->ip_defrag_offset + last->len) in inet_frag_queue_insert()484 curr_run_end = FRAG_CB(curr)->ip_defrag_offset + in inet_frag_queue_insert()[all …]