OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compare_matches
(Results
1 - 3
of
3
) sorted by null
/external/iptables/iptables/
nft-shared.h
174
bool
compare_matches
(struct xtables_rule_match *mt1, struct xtables_rule_match *mt2);
nft-shared.c
800
bool
compare_matches
(struct xtables_rule_match *mt1,
function
867
if (!
compare_matches
(cs->matches, this.matches)) {
nft-bridge.c
613
if (!
compare_matches
(cs->matches, this.matches)) {
Completed in 107 milliseconds