Searched refs:fq_find (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/net/ieee802154/6lowpan/ |
D | reassembly.c | 63 fq_find(struct net *net, const struct lowpan_802154_cb *cb, in fq_find() function 303 fq = fq_find(net, cb, &hdr.source, &hdr.dest); in lowpan_frag_rcv()
|
/linux-6.6.21/net/ipv6/netfilter/ |
D | nf_conntrack_reasm.c | 145 static struct frag_queue *fq_find(struct net *net, __be32 id, u32 user, in fq_find() function 473 fq = fq_find(net, fhdr->identification, user, hdr, in nf_ct_frag6_gather()
|
/linux-6.6.21/net/ipv6/ |
D | reassembly.c | 84 fq_find(struct net *net, __be32 id, const struct ipv6hdr *hdr, int iif) in fq_find() function 380 fq = fq_find(net, fhdr->identification, hdr, iif); in ipv6_frag_rcv()
|