Searched refs:best_match (Results 1 – 1 of 1) sorted by relevance
948 struct net_port_entry **best_match) in net_port_info_match_npi() argument977 *best_match = npe; in net_port_info_match_npi()986 *best_match = npe; in net_port_info_match_npi()1003 *best_match = npe; in net_port_info_match_npi()1010 if (*best_match == NULL) { in net_port_info_match_npi()1011 *best_match = npe; in net_port_info_match_npi()1023 struct net_port_entry *best_match = NULL; in net_port_info_find_match() local1030 if (net_port_info_match_npi(npe, in_npi, &best_match)) { in net_port_info_find_match()1035 if (best_match != NULL) { in net_port_info_find_match()1036 best_match->npe_npi.npi_flags |= NPIF_WAKEPKT; in net_port_info_find_match()[all …]