Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dnetfilter.h104 typedef unsigned int nf_hookfn(unsigned int hooknum, typedef
114 nf_hookfn *hook;
/linux-3.4.99/include/linux/netfilter/
Dx_tables.h538 extern struct nf_hook_ops *xt_hook_link(const struct xt_table *, nf_hookfn *);
/linux-3.4.99/net/netfilter/
Dx_tables.c1228 struct nf_hook_ops *xt_hook_link(const struct xt_table *table, nf_hookfn *fn) in xt_hook_link()