Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv6/netfilter/
Dnf_conntrack_reasm.c54 static struct inet_frags nf_frags; variable
610 net->nf_frag.frags.f = &nf_frags; in nf_ct_net_init()
644 nf_frags.constructor = ip6frag_init; in nf_ct_frag6_init()
645 nf_frags.destructor = NULL; in nf_ct_frag6_init()
646 nf_frags.qsize = sizeof(struct frag_queue); in nf_ct_frag6_init()
647 nf_frags.frag_expire = nf_ct_frag6_expire; in nf_ct_frag6_init()
648 nf_frags.frags_cache_name = nf_frags_cache_name; in nf_ct_frag6_init()
649 nf_frags.rhash_params = nfct_rhash_params; in nf_ct_frag6_init()
650 ret = inet_frags_init(&nf_frags); in nf_ct_frag6_init()
655 inet_frags_fini(&nf_frags); in nf_ct_frag6_init()
[all …]