HomeSort by relevance Sort by last modified time
    Searched defs:hooknum (Results 1 - 2 of 2) sorted by null

  /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/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 192 milliseconds