Searched refs:nf_frags (Results 1 – 1 of 1) sorted by relevance
50 static struct inet_frags nf_frags; variable490 res = fqdir_init(&net->nf_frag.fqdir, &nf_frags, net); in nf_ct_net_init()533 nf_frags.constructor = ip6frag_init; in nf_ct_frag6_init()534 nf_frags.destructor = NULL; in nf_ct_frag6_init()535 nf_frags.qsize = sizeof(struct frag_queue); in nf_ct_frag6_init()536 nf_frags.frag_expire = nf_ct_frag6_expire; in nf_ct_frag6_init()537 nf_frags.frags_cache_name = nf_frags_cache_name; in nf_ct_frag6_init()538 nf_frags.rhash_params = nfct_rhash_params; in nf_ct_frag6_init()539 ret = inet_frags_init(&nf_frags); in nf_ct_frag6_init()544 inet_frags_fini(&nf_frags); in nf_ct_frag6_init()[all …]