Searched refs:match_types (Results 1 – 1 of 1) sorted by relevance
1399 generate_check(match_type_t match_types[], int index, int type) in generate_check() argument1401 match_type_t *mtp = &match_types[index]; in generate_check()1407 generate_check(match_types, mtp->m_depend, type); in generate_check()1432 match_type_t *match_types; in comparison() local1436 match_types = ether_match_types; in comparison()1439 match_types = ipnet_match_types; in comparison()1444 match_types = iptun_match_types; in comparison()1450 for (i = 0; match_types[i].m_name != NULL; i++) { in comparison()1451 if (strcmp(s, match_types[i].m_name) != 0) in comparison()1455 generate_check(match_types, i, interface->mac_type); in comparison()