Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dif_ports_used.c951 struct net_port_entry **best_match) in net_port_info_match_npi() argument
985 if (*best_match == NULL) { in net_port_info_match_npi()
986 *best_match = npe; in net_port_info_match_npi()
990 *best_match = npe; in net_port_info_match_npi()
1003 if (*best_match == NULL) { in net_port_info_match_npi()
1004 *best_match = npe; in net_port_info_match_npi()
1008 *best_match = npe; in net_port_info_match_npi()
1023 if (*best_match != NULL && (npe->npe_npi.npi_flags & NPIF_NOWAKE) != 0) { in net_port_info_match_npi()
1031 *best_match = npe; in net_port_info_match_npi()
1039 if (*best_match == NULL) { in net_port_info_match_npi()
[all …]