Searched refs:nf_frags (Results 1 – 1 of 1) sorted by relevance
50 static struct inet_frags nf_frags; variable500 res = fqdir_init(&net->nf_frag.fqdir, &nf_frags, net); in nf_ct_net_init()543 nf_frags.constructor = ip6frag_init; in nf_ct_frag6_init()544 nf_frags.destructor = NULL; in nf_ct_frag6_init()545 nf_frags.qsize = sizeof(struct frag_queue); in nf_ct_frag6_init()546 nf_frags.frag_expire = nf_ct_frag6_expire; in nf_ct_frag6_init()547 nf_frags.frags_cache_name = nf_frags_cache_name; in nf_ct_frag6_init()548 nf_frags.rhash_params = nfct_rhash_params; in nf_ct_frag6_init()549 ret = inet_frags_init(&nf_frags); in nf_ct_frag6_init()554 inet_frags_fini(&nf_frags); in nf_ct_frag6_init()[all …]