Home
last modified time | relevance | path

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

/linux-6.6.21/net/netfilter/
Dnf_bpf_link.c28 const struct nf_defrag_hook *defrag_hook; member
85 link->defrag_hook = hook; in bpf_nf_enable_defrag()
94 link->defrag_hook = hook; in bpf_nf_enable_defrag()
104 const struct nf_defrag_hook *hook = link->defrag_hook; in bpf_nf_disable_defrag()
237 link->defrag_hook = NULL; in bpf_nf_link_attach()
/linux-6.6.21/net/ipv6/netfilter/
Dnf_defrag_ipv6_hooks.c100 static const struct nf_defrag_hook defrag_hook = { variable
125 rcu_assign_pointer(nf_defrag_v6_hook, &defrag_hook); in nf_defrag_init()
/linux-6.6.21/net/ipv4/netfilter/
Dnf_defrag_ipv4.c117 static const struct nf_defrag_hook defrag_hook = { variable
135 rcu_assign_pointer(nf_defrag_v4_hook, &defrag_hook); in nf_defrag_init()