Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/
Dinet_frag.h175 struct sk_buff *inet_frag_pull_head(struct inet_frag_queue *q);
Dipv6_frag.h94 head = inet_frag_pull_head(&fq->q); in ip6frag_expire_frag_queue()
/Linux-v5.10/net/ipv4/
Dinet_fragment.c545 struct sk_buff *inet_frag_pull_head(struct inet_frag_queue *q) in inet_frag_pull_head() function
568 EXPORT_SYMBOL(inet_frag_pull_head);
Dip_fragment.c166 head = inet_frag_pull_head(&qp->q); in ip_expire()