Lines Matching refs:hooknum
118 unsigned int hooknum; /* hook number+1 if builtin */
163 static struct chain_head *iptcc_alloc_chain_head(const char *name, int hooknum)
171 c->hooknum = hooknum;
652 return (c->hooknum ? 1 : 0);
872 if (!c->hooknum) {
874 if (!tmp->hooknum && strcmp(c->name, tmp->name) <= 0) {
983 c->hooknum = builtin;
1161 repl->hook_entry[c->hooknum-1] = c->head_offset;
1162 repl->underflow[c->hooknum-1] = c->foot_offset;