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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/libiptc/
H A Dlibiptc.c69 struct chain_head;
93 struct chain_head *chain;
100 struct chain_head *jump; /* jump target, if IPTCC_R_JUMP */
106 struct chain_head struct
132 struct chain_head *chain_iterator_cur;
140 static struct chain_head *iptcc_alloc_chain_head(const char *name, int hooknum)
142 struct chain_head *c = malloc(sizeof(*c));
155 static struct rule_head *iptcc_alloc_rule(struct chain_head *c, unsigned int size)
271 static unsigned int iptcc_is_builtin(struct chain_head *c)
277 static struct rule_head *iptcc_get_rule_num(struct chain_head *
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlibiptc.c76 struct chain_head;
100 struct chain_head *chain;
107 struct chain_head *jump; /* jump target, if IPTCC_R_JUMP */
113 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 *
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dlockdep.c2011 int chain_head = 0; local
2133 chain_head = 1;
2155 chain_head = 1;
2200 if (!chain_head && ret != 2)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Droute.c578 static struct rtable **rt_remove_balanced_route(struct rtable **chain_head, argument
584 struct rtable **rthp = chain_head;

Completed in 134 milliseconds