Home
last modified time | relevance | path

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

/third_party/iptables/iptables/
Dnft-shared.h172 bool compare_matches(struct xtables_rule_match *mt1, struct xtables_rule_match *mt2);
Dnft-shared.c927 bool compare_matches(struct xtables_rule_match *mt1, in compare_matches() function
Dnft.c2069 if (!compare_matches(cs->matches, this.matches)) { in nft_rule_cmp()