Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/netfilter/
H A Dnf_conntrack_reasm.c70 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()
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()
158 q = inet_frag_find(nf_frag->fqdir, &key); in fq_find()
509 fqdir_exit(nf_frag->fqdir); in nf_ct_net_init()
517 fqdir_pre_exit(nf_frag->fqdir); in nf_ct_net_pre_exit()
[all …]