Home
last modified time | relevance | path

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

/net/ipv4/
A Dinet_fragment.c52 FRAG_CB(skb)->next_frag = NULL; in fragcb_clear()
53 FRAG_CB(skb)->frag_run_len = skb->len; in fragcb_clear()
63 FRAG_CB(q->fragments_tail)->next_frag = skb; in fragrun_append_to_last()
424 FRAG_CB(curr)->frag_run_len; in inet_frag_queue_insert()
425 if (end <= FRAG_CB(curr)->ip_defrag_offset) in inet_frag_queue_insert()
443 FRAG_CB(skb)->ip_defrag_offset = offset; in inet_frag_queue_insert()
475 FRAG_CB(fp)->next_frag = FRAG_CB(skb)->next_frag; in inet_frag_reasm_prepare()
477 FRAG_CB(parent)->next_frag = fp; in inet_frag_reasm_prepare()
490 FRAG_CB(skb)->next_frag = FRAG_CB(head)->next_frag; in inet_frag_reasm_prepare()
567 fp = FRAG_CB(head)->next_frag; in inet_frag_reasm_finish()
[all …]

Completed in 6 milliseconds