Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnetfilter.h78 typedef unsigned int nf_hookfn(void *priv, typedef
89 nf_hookfn *hook;
100 nf_hookfn *hook;
/openbmc/linux/include/net/netfilter/
H A Dnf_flow_table.h67 nf_hookfn *hook;
H A Dnf_tables.h1147 nf_hookfn *hooks[NFT_MAX_HOOKS];
/openbmc/linux/include/linux/netfilter/
H A Dx_tables.h450 struct nf_hook_ops *xt_hook_ops_alloc(const struct xt_table *, nf_hookfn *);
/openbmc/linux/net/netfilter/
H A Dx_tables.c1732 xt_hook_ops_alloc(const struct xt_table *table, nf_hookfn *fn) in xt_hook_ops_alloc()