Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_bpf_link.c28 const struct nf_defrag_hook *defrag_hook;
32 static const struct nf_defrag_hook *
34 const struct nf_defrag_hook __rcu **ptr_global_hook, in get_proto_defrag_hook()
37 const struct nf_defrag_hook *hook; in get_proto_defrag_hook()
76 const struct nf_defrag_hook __maybe_unused *hook; in bpf_nf_enable_defrag()
104 const struct nf_defrag_hook *hook = link->defrag_hook; in bpf_nf_disable_defrag()
H A Dcore.c681 const struct nf_defrag_hook __rcu *nf_defrag_v4_hook __read_mostly;
684 const struct nf_defrag_hook __rcu *nf_defrag_v6_hook __read_mostly;
/linux/include/linux/
H A Dnetfilter.h491 struct nf_defrag_hook {
497 extern const struct nf_defrag_hook __rcu *nf_defrag_v4_hook;
498 extern const struct nf_defrag_hook __rcu *nf_defrag_v6_hook;
495 struct nf_defrag_hook { global() struct
501 disablenf_defrag_hook global() argument
/linux/net/ipv6/netfilter/
H A Dnf_defrag_ipv6_hooks.c100 static const struct nf_defrag_hook defrag_hook = {
/linux/net/ipv4/netfilter/
H A Dnf_defrag_ipv4.c117 static const struct nf_defrag_hook defrag_hook = {