Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dnetfilter.h77 typedef unsigned int nf_hookfn(const struct nf_hook_ops *ops, typedef
85 nf_hookfn *hook;
/linux-4.1.27/include/net/netfilter/
Dnf_tables.h769 nf_hookfn *hooks[NF_MAX_HOOKS];
854 nf_hookfn *hooks[NF_MAX_HOOKS];
/linux-4.1.27/include/linux/netfilter/
Dx_tables.h354 struct nf_hook_ops *xt_hook_link(const struct xt_table *, nf_hookfn *);
/linux-4.1.27/net/netfilter/
Dx_tables.c1193 struct nf_hook_ops *xt_hook_link(const struct xt_table *table, nf_hookfn *fn) in xt_hook_link()
Dnf_tables_api.c1297 nf_hookfn *hookfn; in nf_tables_newchain()