Searched refs:nf_frags (Results 1 – 1 of 1) sorted by relevance
37 static struct inet_frags nf_frags; variable502 res = fqdir_init(&nf_frag->fqdir, &nf_frags, net); in nf_ct_net_init()551 nf_frags.constructor = ip6frag_init; in nf_ct_frag6_init()552 nf_frags.destructor = NULL; in nf_ct_frag6_init()553 nf_frags.qsize = sizeof(struct frag_queue); in nf_ct_frag6_init()554 nf_frags.frag_expire = nf_ct_frag6_expire; in nf_ct_frag6_init()555 nf_frags.frags_cache_name = nf_frags_cache_name; in nf_ct_frag6_init()556 nf_frags.rhash_params = nfct_rhash_params; in nf_ct_frag6_init()557 ret = inet_frags_init(&nf_frags); in nf_ct_frag6_init()562 inet_frags_fini(&nf_frags); in nf_ct_frag6_init()[all …]