Home
last modified time | relevance | path

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

/linux-6.12.1/net/ipv6/netfilter/
Dnf_conntrack_reasm.c69 struct nft_ct_frag6_pernet *nf_frag; in nf_ct_frag6_sysctl_register() local
81 nf_frag = nf_frag_pernet(net); in nf_ct_frag6_sysctl_register()
83 table[0].data = &nf_frag->fqdir->timeout; in nf_ct_frag6_sysctl_register()
84 table[1].data = &nf_frag->fqdir->low_thresh; in nf_ct_frag6_sysctl_register()
85 table[1].extra2 = &nf_frag->fqdir->high_thresh; in nf_ct_frag6_sysctl_register()
86 table[2].data = &nf_frag->fqdir->high_thresh; in nf_ct_frag6_sysctl_register()
87 table[2].extra1 = &nf_frag->fqdir->low_thresh; in nf_ct_frag6_sysctl_register()
94 nf_frag->nf_frag_frags_hdr = hdr; in nf_ct_frag6_sysctl_register()
106 struct nft_ct_frag6_pernet *nf_frag = nf_frag_pernet(net); in nf_ct_frags6_sysctl_unregister() local
109 table = nf_frag->nf_frag_frags_hdr->ctl_table_arg; in nf_ct_frags6_sysctl_unregister()
[all …]