Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dnecp_client.c2289 bool client_updated = FALSE; in necp_client_update_flows() local
2301 client_updated = TRUE; in necp_client_update_flows()
2306 client_updated = TRUE; in necp_client_update_flows()
2310 client_updated = TRUE; in necp_client_update_flows()
2313 …if (flow->viable && client_updated && (flow->socket || (!flow->socket && !flow->nexus)) && flow->u… in necp_client_update_flows()
2320 if (client_updated && (flow->socket || (!flow->socket && !flow->nexus)) && flow->u.cb) { in necp_client_update_flows()
2338 client_updated = TRUE; in necp_client_update_flows()
2352 client_updated = TRUE; in necp_client_update_flows()
2369 any_client_updated |= client_updated; in necp_client_update_flows()
3807 bool client_updated = FALSE; in necp_client_unregister_socket_flow() local
[all …]