Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dip_fragment.c74 #define FRAG_CB(skb) ((struct ipfrag_skb_cb *)((skb)->cb)) macro
80 FRAG_CB(skb)->next_frag = NULL; in ip4_frag_init_run()
81 FRAG_CB(skb)->frag_run_len = skb->len; in ip4_frag_init_run()
89 FRAG_CB(skb)->next_frag = NULL; in ip4_frag_append_to_last_run()
91 FRAG_CB(q->last_run_head)->frag_run_len += skb->len; in ip4_frag_append_to_last_run()
92 FRAG_CB(q->fragments_tail)->next_frag = skb; in ip4_frag_append_to_last_run()
222 if (FRAG_CB(head)->next_frag) in ip_expire()
224 &FRAG_CB(head)->next_frag->rbnode, in ip_expire()
450 FRAG_CB(skb1)->frag_run_len) in ip_frag_queue()
531 FRAG_CB(fp)->next_frag = FRAG_CB(skb)->next_frag; in ip_frag_reasm()
[all …]