Home
last modified time | relevance | path

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

/net/ipv6/netfilter/
Dnf_conntrack_reasm.c63 static struct inet_frags nf_frags; variable
152 return inet6_hash_frag(nq->id, &nq->saddr, &nq->daddr, nf_frags.rnd); in nf_hashfn()
169 ip6_expire_frag_queue(net, fq, &nf_frags); in nf_ct_frag6_expire()
187 read_lock_bh(&nf_frags.lock); in fq_find()
188 hash = inet6_hash_frag(id, src, dst, nf_frags.rnd); in fq_find()
190 q = inet_frag_find(&net->nf_frag.frags, &nf_frags, &arg, hash); in fq_find()
347 inet_frag_kill(&fq->q, &nf_frags); in nf_ct_frag6_queue()
368 inet_frag_kill(&fq->q, &nf_frags); in nf_ct_frag6_reasm()
589 inet_frag_evictor(&net->nf_frag.frags, &nf_frags, false); in nf_ct_frag6_gather()
604 inet_frag_put(&fq->q, &nf_frags); in nf_ct_frag6_gather()
[all …]