Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dinet_fragment.c60 FRAG_CB(q->last_run_head)->frag_run_len += skb->len; in fragrun_append_to_last()
71 if (q->last_run_head) in fragrun_create()
72 rb_link_node(&skb->rbnode, &q->last_run_head->rbnode, in fragrun_create()
73 &q->last_run_head->rbnode.rb_right); in fragrun_create()
79 q->last_run_head = skb; in fragrun_create()
331 q->last_run_head = NULL; in inet_frag_queue_flush()
H A Dip_fragment.c455 qp->q.last_run_head = NULL; in ip_frag_reasm()
/linux/include/net/
H A Dinet_frag.h96 struct sk_buff *last_run_head; member
/linux/net/ieee802154/6lowpan/
H A Dreassembly.c184 fq->q.last_run_head = NULL; in lowpan_frag_reasm()
/linux/net/ipv6/netfilter/
H A Dnf_conntrack_reasm.c373 fq->q.last_run_head = NULL; in nf_ct_frag6_reasm()