Searched refs:xtables_find_match_revision (Results 1 – 4 of 4) sorted by relevance
/external/iptables/include/ |
D | xtables.h | 468 extern struct xtables_match *xtables_find_match_revision(const char *name,
|
/external/iptables/iptables/ |
D | ip6tables.c | 360 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()
|
D | iptables.c | 350 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()
|
/external/iptables/libxtables/ |
D | xtables.c | 768 xtables_find_match_revision(const char *name, enum xtables_tryload tryload, in xtables_find_match_revision() function
|