Searched refs:fq_find (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/net/ieee802154/6lowpan/ |
H A D | reassembly.c | 114 fq_find(struct net *net, const struct lowpan_frag_info *frag_info, fq_find() function 374 fq = fq_find(net, frag_info, &source, &dest); lowpan_frag_rcv()
|
/linux-4.1.27/net/ipv6/netfilter/ |
H A D | nf_conntrack_reasm.c | 191 static inline struct frag_queue *fq_find(struct net *net, __be32 id, fq_find() function 606 fq = fq_find(net, fhdr->identification, user, &hdr->saddr, &hdr->daddr, nf_ct_frag6_gather()
|
/linux-4.1.27/net/ipv6/ |
H A D | reassembly.c | 185 fq_find(struct net *net, __be32 id, const struct in6_addr *src, fq_find() function 557 fq = fq_find(net, fhdr->identification, &hdr->saddr, &hdr->daddr, ipv6_frag_rcv()
|
Completed in 126 milliseconds