Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Dif_ports_used.c926 struct net_port_entry **best_match) in net_port_info_match_npi() argument
955 *best_match = npe; in net_port_info_match_npi()
964 *best_match = npe; in net_port_info_match_npi()
981 *best_match = npe; in net_port_info_match_npi()
988 if (*best_match == NULL) { in net_port_info_match_npi()
989 *best_match = npe; in net_port_info_match_npi()
1001 struct net_port_entry *best_match = NULL; in net_port_info_find_match() local
1008 if (net_port_info_match_npi(npe, in_npi, &best_match)) { in net_port_info_find_match()
1013 if (best_match != NULL) { in net_port_info_find_match()
1014 best_match->npe_npi.npi_flags |= NPIF_WAKEPKT; in net_port_info_find_match()
[all …]