Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/netfilter/
H A Dnf_conntrack_reasm.c37 static struct inet_frags nf_frags; variable
503 res = fqdir_init(&nf_frag->fqdir, &nf_frags, net); in nf_ct_net_init()
552 nf_frags.constructor = ip6frag_init; in nf_ct_frag6_init()
553 nf_frags.destructor = NULL; in nf_ct_frag6_init()
554 nf_frags.qsize = sizeof(struct frag_queue); in nf_ct_frag6_init()
555 nf_frags.frag_expire = nf_ct_frag6_expire; in nf_ct_frag6_init()
556 nf_frags.frags_cache_name = nf_frags_cache_name; in nf_ct_frag6_init()
557 nf_frags.rhash_params = nfct_rhash_params; in nf_ct_frag6_init()
558 ret = inet_frags_init(&nf_frags); in nf_ct_frag6_init()
563 inet_frags_fini(&nf_frags); in nf_ct_frag6_init()
[all …]