HomeSort by relevance Sort by last modified time
    Searched full:chain_head (Results 1 - 1 of 1) sorted by null

  /external/iptables/libiptc/
libiptc.c 77 struct chain_head;
101 struct chain_head *chain;
108 struct chain_head *jump; /* jump target, if IPTCC_R_JUMP */
114 struct chain_head struct
140 struct chain_head *chain_iterator_cur;
145 struct chain_head **chain_index; /* array for fast chain list access*/
163 static struct chain_head *iptcc_alloc_chain_head(const char *name, int hooknum)
165 struct chain_head *c = malloc(sizeof(*c));
178 static struct rule_head *iptcc_alloc_rule(struct chain_head *c, unsigned int size)
322 static inline unsigned int iptcc_is_builtin(struct chain_head *c)
    [all...]

Completed in 61 milliseconds