Searched refs:best_match (Results 1 – 1 of 1) sorted by relevance
929 struct net_port_entry **best_match) in net_port_info_match_npi() argument958 *best_match = npe; in net_port_info_match_npi()967 *best_match = npe; in net_port_info_match_npi()984 *best_match = npe; in net_port_info_match_npi()991 if (*best_match == NULL) { in net_port_info_match_npi()992 *best_match = npe; in net_port_info_match_npi()1004 struct net_port_entry *best_match = NULL; in net_port_info_find_match() local1011 if (net_port_info_match_npi(npe, in_npi, &best_match)) { in net_port_info_find_match()1016 if (best_match != NULL) { in net_port_info_find_match()1017 best_match->npe_npi.npi_flags |= NPIF_WAKEPKT; in net_port_info_find_match()[all …]