Searched refs:hooknum (Results 1 - 6 of 6) sorted by relevance

/external/iptables/include/net/netfilter/
H A Dnf_nat.h15 #define HOOK2MANIP(hooknum) ((hooknum) != NF_INET_POST_ROUTING && \
16 (hooknum) != NF_INET_LOCAL_IN)
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dip_nat_rule.h12 unsigned int hooknum,
21 unsigned int hooknum);
26 unsigned int hooknum);
H A Dip_nat.h15 #define HOOK2MANIP(hooknum) ((hooknum) != NF_IP_POST_ROUTING && (hooknum) != NF_IP_LOCAL_IN)
69 unsigned int hooknum);
/external/kernel-headers/original/linux/
H A Dnetfilter.h90 typedef unsigned int nf_hookfn(unsigned int hooknum,
103 unsigned int hooknum; member in struct:nf_hook_ops
/external/kernel-headers/original/linux/netfilter/
H A Dx_tables.h212 unsigned int hooknum,
/external/iptables/libiptc/
H A Dlibiptc.c117 unsigned int hooknum; /* hook number+1 if builtin */ member in struct:chain_head
163 static struct chain_head *iptcc_alloc_chain_head(const char *name, int hooknum) argument
171 c->hooknum = hooknum;
654 return (c->hooknum ? 1 : 0);
874 if (!c->hooknum) {
876 if (!tmp->hooknum && strcmp(c->name, tmp->name) <= 0) {
985 c->hooknum = builtin;
1162 repl->hook_entry[c->hooknum-1] = c->head_offset;
1163 repl->underflow[c->hooknum
[all...]

Completed in 575 milliseconds