Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dnetfilter.h78 typedef unsigned int nf_hookfn(void *priv, typedef
83 nf_hookfn *hook;
93 nf_hookfn *hook;
/OK3568_Linux_fs/kernel/include/net/netfilter/
H A Dnf_flow_table.h60 nf_hookfn *hook;
H A Dnf_tables.h995 nf_hookfn *hooks[NFT_MAX_HOOKS];
/OK3568_Linux_fs/kernel/include/linux/netfilter/
H A Dx_tables.h449 struct nf_hook_ops *xt_hook_ops_alloc(const struct xt_table *, nf_hookfn *);
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dx_tables.c1689 xt_hook_ops_alloc(const struct xt_table *table, nf_hookfn *fn) in xt_hook_ops_alloc()