Home
last modified time | relevance | path

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

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