Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dinet_fragment.c44 #define FRAG_CB(skb) ((struct ipfrag_skb_cb *)((skb)->cb)) macro
49 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()
243 struct sk_buff *next = FRAG_CB(skb)->next_frag; in inet_frag_rbtree_purge()
385 FRAG_CB(curr)->frag_run_len; in inet_frag_queue_insert()
421 FRAG_CB(fp)->next_frag = FRAG_CB(skb)->next_frag; in inet_frag_reasm_prepare()
423 FRAG_CB(paren in inet_frag_reasm_prepare()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dinet_fragment.c44 #define FRAG_CB(skb) ((struct ipfrag_skb_cb *)((skb)->cb)) macro
49 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()
276 struct sk_buff *next = FRAG_CB(skb)->next_frag; in inet_frag_rbtree_purge()
422 FRAG_CB(curr)->frag_run_len; in inet_frag_queue_insert()
458 FRAG_CB(fp)->next_frag = FRAG_CB(skb)->next_frag; in inet_frag_reasm_prepare()
460 FRAG_CB(paren in inet_frag_reasm_prepare()
[all...]

Completed in 3 milliseconds