Home
last modified time | relevance | path

Searched refs:FRAG_CB (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dinet_fragment.c47 #define FRAG_CB(skb) ((struct ipfrag_skb_cb *)((skb)->cb)) macro
52 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()
279 struct sk_buff *next = FRAG_CB(skb)->next_frag; in inet_frag_rbtree_purge()
402 else if (FRAG_CB(last)->ip_defrag_offset + last->len < end) { in inet_frag_queue_insert()
405 if (offset < FRAG_CB(last)->ip_defrag_offset + last->len) in inet_frag_queue_insert()
407 if (offset == FRAG_CB(last)->ip_defrag_offset + last->len) in inet_frag_queue_insert()
424 curr_run_end = FRAG_CB(curr)->ip_defrag_offset + in inet_frag_queue_insert()
[all …]