Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dnft-shared.h173 bool compare_targets(struct xtables_target *tg1, struct xtables_target *tg2);
Dnft-shared.c963 bool compare_targets(struct xtables_target *tg1, struct xtables_target *tg2) in compare_targets() function
Dnft.c2074 if (!compare_targets(cs->target, this.target)) { in nft_rule_cmp()