Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dnecp_client.c2433 bool client_updated = FALSE; in necp_client_update_flows() local
2445 client_updated = TRUE; in necp_client_update_flows()
2450 client_updated = TRUE; in necp_client_update_flows()
2454 client_updated = TRUE; in necp_client_update_flows()
2457 …if (flow->viable && client_updated && (flow->socket || (!flow->socket && !flow->nexus)) && flow->u… in necp_client_update_flows()
2464 if (client_updated && (flow->socket || (!flow->socket && !flow->nexus)) && flow->u.cb) { in necp_client_update_flows()
2482 client_updated = TRUE; in necp_client_update_flows()
2496 client_updated = TRUE; in necp_client_update_flows()
2516 any_client_updated |= client_updated; in necp_client_update_flows()
3969 bool client_updated = FALSE; in necp_client_unregister_socket_flow() local
[all …]