Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dnetfilter.h83 typedef unsigned int nf_hookfn(void *priv, typedef
91 nf_hookfn *hook;
/linux-4.4.14/include/net/netfilter/
Dnf_tables.h782 nf_hookfn *hooks[NF_MAX_HOOKS];
881 nf_hookfn *hooks[NF_MAX_HOOKS];
/linux-4.4.14/include/linux/netfilter/
Dx_tables.h418 struct nf_hook_ops *xt_hook_link(const struct xt_table *, nf_hookfn *);
/linux-4.4.14/net/netfilter/
Dx_tables.c1418 struct nf_hook_ops *xt_hook_link(const struct xt_table *table, nf_hookfn *fn) in xt_hook_link()
Dnf_tables_api.c1344 nf_hookfn *hookfn; in nf_tables_newchain()