Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv6/netfilter/
Dnf_conntrack_reasm.c89 table[0].data = &net->nf_frag.fqdir->timeout; in nf_ct_frag6_sysctl_register()
90 table[1].data = &net->nf_frag.fqdir->low_thresh; in nf_ct_frag6_sysctl_register()
91 table[1].extra2 = &net->nf_frag.fqdir->high_thresh; in nf_ct_frag6_sysctl_register()
92 table[2].data = &net->nf_frag.fqdir->high_thresh; in nf_ct_frag6_sysctl_register()
93 table[2].extra1 = &net->nf_frag.fqdir->low_thresh; in nf_ct_frag6_sysctl_register()
94 table[2].extra2 = &init_net.nf_frag.fqdir->high_thresh; in nf_ct_frag6_sysctl_register()
161 q = inet_frag_find(net->nf_frag.fqdir, &key); in fq_find()
490 res = fqdir_init(&net->nf_frag.fqdir, &nf_frags, net); in nf_ct_net_init()
494 net->nf_frag.fqdir->high_thresh = IPV6_FRAG_HIGH_THRESH; in nf_ct_net_init()
495 net->nf_frag.fqdir->low_thresh = IPV6_FRAG_LOW_THRESH; in nf_ct_net_init()
[all …]
/Linux-v5.4/include/net/
Dnet_namespace.h145 struct netns_nf_frag nf_frag; member