Searched defs:iptcc_alloc_rule (Results 1 - 1 of 1) sorted by relevance

/external/iptables/libiptc/
H A Dlibiptc.c178 static struct rule_head *iptcc_alloc_rule(struct chain_head *c, unsigned int size) function
994 if (!(r = iptcc_alloc_rule(h->chain_iterator_cur,
1783 if (!(r = iptcc_alloc_rule(c, e->next_offset))) {
1833 if (!(r = iptcc_alloc_rule(c, e->next_offset))) {
1871 if (!(r = iptcc_alloc_rule(c, e->next_offset))) {
1978 r = iptcc_alloc_rule(c, origfw->next_offset);

Completed in 69 milliseconds