Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnf_bpf_link.c29 const struct nf_defrag_hook *defrag_hook;
33 static const struct nf_defrag_hook *
35 const struct nf_defrag_hook __rcu **ptr_global_hook, in get_proto_defrag_hook()
38 const struct nf_defrag_hook *hook; in get_proto_defrag_hook()
77 const struct nf_defrag_hook __maybe_unused *hook; in bpf_nf_enable_defrag()
105 const struct nf_defrag_hook *hook = link->defrag_hook; in bpf_nf_disable_defrag()
155 const struct nf_defrag_hook *hook = nf_link->defrag_hook; in bpf_nf_link_fill_link_info()
H A Dcore.c683 const struct nf_defrag_hook __rcu *nf_defrag_v4_hook __read_mostly;
686 const struct nf_defrag_hook __rcu *nf_defrag_v6_hook __read_mostly;
/openbmc/linux/include/linux/
H A Dnetfilter.h486 struct nf_defrag_hook { struct
492 extern const struct nf_defrag_hook __rcu *nf_defrag_v4_hook; argument
493 extern const struct nf_defrag_hook __rcu *nf_defrag_v6_hook;
/openbmc/linux/net/ipv6/netfilter/
H A Dnf_defrag_ipv6_hooks.c100 static const struct nf_defrag_hook defrag_hook = {
/openbmc/linux/net/ipv4/netfilter/
H A Dnf_defrag_ipv4.c117 static const struct nf_defrag_hook defrag_hook = {