Searched refs:iptcc_find_label (Results 1 – 1 of 1) sorted by relevance
/external/iptables/libiptc/ |
D | libiptc.c | 719 iptcc_find_label(const char *name, struct xtc_handle *handle) in iptcc_find_label() function 1451 return iptcc_find_label(chain, handle) != NULL; in TC_IS_CHAIN() 1517 c = iptcc_find_label(chain, handle); in TC_FIRST_RULE() 1636 c = iptcc_find_label(chain, handle); in TC_BUILTIN() 1657 c = iptcc_find_label(chain, handle); in TC_GET_POLICY() 1724 c = iptcc_find_label(t->u.user.name, handle); in iptcc_map_target() 1758 if (!(c = iptcc_find_label(chain, handle))) { in TC_INSERT_ENTRY() 1816 if (!(c = iptcc_find_label(chain, handle))) { in TC_REPLACE_ENTRY() 1865 if (!(c = iptcc_find_label(chain, handle))) { in TC_APPEND_ENTRY() 1972 if (!(c = iptcc_find_label(chain, handle))) { in delete_entry() [all …]
|