HomeSort by relevance Sort by last modified time
    Searched refs:hooknum (Results 26 - 31 of 31) sorted by null

12

  /external/iptables/include/net/netfilter/
nf_nat.h 15 #define HOOK2MANIP(hooknum) ((hooknum) != NF_INET_POST_ROUTING && \
16 (hooknum) != NF_INET_LOCAL_IN)
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_nat_rule.h 12 unsigned int hooknum,
21 unsigned int hooknum);
26 unsigned int hooknum);
ip_nat.h 15 #define HOOK2MANIP(hooknum) ((hooknum) != NF_IP_POST_ROUTING && (hooknum) != NF_IP_LOCAL_IN)
69 unsigned int hooknum);
  /external/kernel-headers/original/linux/
netfilter.h 90 typedef unsigned int nf_hookfn(unsigned int hooknum,
103 unsigned int hooknum; member in struct:nf_hook_ops
  /external/kernel-headers/original/linux/netfilter/
x_tables.h 212 unsigned int hooknum,
  /external/iptables/libiptc/
libiptc.c 117 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)
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-1] = c->foot_offset
    [all...]

Completed in 1926 milliseconds

12