Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dinet_frag.h182 struct sk_buff *inet_frag_pull_head(struct inet_frag_queue *q);
H A Dipv6_frag.h95 head = inet_frag_pull_head(&fq->q); in ip6frag_expire_frag_queue()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dinet_fragment.c547 struct sk_buff *inet_frag_pull_head(struct inet_frag_queue *q) in inet_frag_pull_head() function
570 EXPORT_SYMBOL(inet_frag_pull_head);
H A Dip_fragment.c167 head = inet_frag_pull_head(&qp->q); in ip_expire()