Searched refs:nf_frags (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/net/ipv6/netfilter/ |
D | nf_conntrack_reasm.c | 64 static struct inet_frags nf_frags; variable 159 net_get_random_once(&nf_frags.rnd, sizeof(nf_frags.rnd)); in nf_hash_frag() 161 (__force u32)id, nf_frags.rnd); in nf_hash_frag() 187 ip6_expire_frag_queue(net, fq, &nf_frags); in nf_ct_frag6_expire() 209 q = inet_frag_find(&net->nf_frag.frags, &nf_frags, &arg, hash); in fq_find() 365 inet_frag_kill(&fq->q, &nf_frags); in nf_ct_frag6_queue() 386 inet_frag_kill(&fq->q, &nf_frags); in nf_ct_frag6_reasm() 618 inet_frag_put(&fq->q, &nf_frags); in nf_ct_frag6_gather() 630 inet_frag_put(&fq->q, &nf_frags); in nf_ct_frag6_gather() 663 inet_frags_exit_net(&net->nf_frag.frags, &nf_frags); in nf_ct_net_exit() [all …]
|