Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/ !
Dnetfilter.h77 typedef unsigned int nf_hookfn(void *priv, typedef
87 nf_hookfn *hook;
98 nf_hookfn *hook;
/linux-6.1.9/include/net/netfilter/ !
Dnf_flow_table.h64 nf_hookfn *hook;
Dnf_tables.h1107 nf_hookfn *hooks[NFT_MAX_HOOKS];
/linux-6.1.9/include/linux/netfilter/ !
Dx_tables.h450 struct nf_hook_ops *xt_hook_ops_alloc(const struct xt_table *, nf_hookfn *);
/linux-6.1.9/net/netfilter/ !
Dx_tables.c1732 xt_hook_ops_alloc(const struct xt_table *table, nf_hookfn *fn) in xt_hook_ops_alloc()