Lines Matching refs:nf_frag

70 	struct nft_ct_frag6_pernet *nf_frag;  in nf_ct_frag6_sysctl_register()  local
82 nf_frag = nf_frag_pernet(net); in nf_ct_frag6_sysctl_register()
84 table[0].data = &nf_frag->fqdir->timeout; in nf_ct_frag6_sysctl_register()
85 table[1].data = &nf_frag->fqdir->low_thresh; in nf_ct_frag6_sysctl_register()
86 table[1].extra2 = &nf_frag->fqdir->high_thresh; in nf_ct_frag6_sysctl_register()
87 table[2].data = &nf_frag->fqdir->high_thresh; in nf_ct_frag6_sysctl_register()
88 table[2].extra1 = &nf_frag->fqdir->low_thresh; in nf_ct_frag6_sysctl_register()
95 nf_frag->nf_frag_frags_hdr = hdr; in nf_ct_frag6_sysctl_register()
107 struct nft_ct_frag6_pernet *nf_frag = nf_frag_pernet(net); in nf_ct_frags6_sysctl_unregister() local
110 table = nf_frag->nf_frag_frags_hdr->ctl_table_arg; in nf_ct_frags6_sysctl_unregister()
111 unregister_net_sysctl_table(nf_frag->nf_frag_frags_hdr); in nf_ct_frags6_sysctl_unregister()
148 struct nft_ct_frag6_pernet *nf_frag = nf_frag_pernet(net); in fq_find() local
162 q = inet_frag_find(nf_frag->fqdir, &key); in fq_find()
500 struct nft_ct_frag6_pernet *nf_frag = nf_frag_pernet(net); in nf_ct_net_init() local
503 res = fqdir_init(&nf_frag->fqdir, &nf_frags, net); in nf_ct_net_init()
507 nf_frag->fqdir->high_thresh = IPV6_FRAG_HIGH_THRESH; in nf_ct_net_init()
508 nf_frag->fqdir->low_thresh = IPV6_FRAG_LOW_THRESH; in nf_ct_net_init()
509 nf_frag->fqdir->timeout = IPV6_FRAG_TIMEOUT; in nf_ct_net_init()
513 fqdir_exit(nf_frag->fqdir); in nf_ct_net_init()
519 struct nft_ct_frag6_pernet *nf_frag = nf_frag_pernet(net); in nf_ct_net_pre_exit() local
521 fqdir_pre_exit(nf_frag->fqdir); in nf_ct_net_pre_exit()
526 struct nft_ct_frag6_pernet *nf_frag = nf_frag_pernet(net); in nf_ct_net_exit() local
529 fqdir_exit(nf_frag->fqdir); in nf_ct_net_exit()