Searched refs:FRAG_CB (Results 1 – 1 of 1) sorted by relevance
47 #define FRAG_CB(skb) ((struct ipfrag_skb_cb *)((skb)->cb)) macro52 FRAG_CB(skb)->next_frag = NULL; in fragcb_clear()53 FRAG_CB(skb)->frag_run_len = skb->len; in fragcb_clear()62 FRAG_CB(q->last_run_head)->frag_run_len += skb->len; in fragrun_append_to_last()63 FRAG_CB(q->fragments_tail)->next_frag = skb; in fragrun_append_to_last()313 struct sk_buff *next = FRAG_CB(skb)->next_frag; in inet_frag_rbtree_purge()448 else if (FRAG_CB(last)->ip_defrag_offset + last->len < end) { in inet_frag_queue_insert()451 if (offset < FRAG_CB(last)->ip_defrag_offset + last->len) in inet_frag_queue_insert()453 if (offset == FRAG_CB(last)->ip_defrag_offset + last->len) in inet_frag_queue_insert()470 curr_run_end = FRAG_CB(curr)->ip_defrag_offset + in inet_frag_queue_insert()[all …]