Home
last modified time | relevance | path

Searched refs:chain_head (Results 1 – 1 of 1) sorted by relevance

/external/iptables/libiptc/
Dlibiptc.c77 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; argument
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) in iptcc_alloc_chain_head()
165 struct chain_head *c = malloc(sizeof(*c)); in iptcc_alloc_chain_head()
178 static struct rule_head *iptcc_alloc_rule(struct chain_head *c, unsigned int size) in iptcc_alloc_rule()
322 static inline unsigned int iptcc_is_builtin(struct chain_head *c);
[all …]