Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dnetfilter.h61 typedef unsigned int nf_hookfn(void *priv, typedef
66 nf_hookfn *hook;
76 nf_hookfn *hook;
/Linux-v4.19/include/net/netfilter/
Dnf_flow_table.h19 nf_hookfn *hook;
Dnf_tables.h917 nf_hookfn *hooks[NF_MAX_HOOKS];
/Linux-v4.19/include/linux/netfilter/
Dx_tables.h450 struct nf_hook_ops *xt_hook_ops_alloc(const struct xt_table *, nf_hookfn *);
/Linux-v4.19/net/netfilter/
Dx_tables.c1701 xt_hook_ops_alloc(const struct xt_table *table, nf_hookfn *fn) in xt_hook_ops_alloc()