Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
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 in nf_ct_frags6_sysctl_unregister()
148 struct nft_ct_frag6_pernet *nf_frag = nf_frag_pernet(net); fq_find() local
496 struct nft_ct_frag6_pernet *nf_frag = nf_frag_pernet(net); nf_ct_net_init() local
515 struct nft_ct_frag6_pernet *nf_frag = nf_frag_pernet(net); nf_ct_net_pre_exit() local
522 struct nft_ct_frag6_pernet *nf_frag = nf_frag_pernet(net); nf_ct_net_exit() local
[all...]
/kernel/linux/linux-5.10/net/ipv6/netfilter/
H A 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()
500 res = fqdir_init(&net->nf_frag.fqdir, &nf_frags, net); in nf_ct_net_init()
504 net->nf_frag.fqdir->high_thresh = IPV6_FRAG_HIGH_THRESH; in nf_ct_net_init()
505 net->nf_frag in nf_ct_net_init()
[all...]
/kernel/linux/linux-5.10/include/net/
H A Dnet_namespace.h155 struct netns_nf_frag nf_frag; member

Completed in 2 milliseconds