Home
last modified time | relevance | path

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

/third_party/iptables/include/
Dxtables.h468 extern struct xtables_match *xtables_find_match_revision(const char *name,
/third_party/iptables/iptables/
Diptables.c350 mt = xtables_find_match_revision(name, XTF_TRY_LOAD, in print_match()
830 mt = mt2 = xtables_find_match_revision(name, XTF_TRY_LOAD, in print_match_save()
Dip6tables.c360 mt = xtables_find_match_revision(name, XTF_TRY_LOAD, in print_match()
833 mt = mt2 = xtables_find_match_revision(name, XTF_TRY_LOAD, in print_match_save()
/third_party/iptables/libxtables/
Dxtables.c765 xtables_find_match_revision(const char *name, enum xtables_tryload tryload, in xtables_find_match_revision() function