Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dnecp_client.c2189 bool client_updated = FALSE; in necp_client_update_flows() local
2201 client_updated = TRUE; in necp_client_update_flows()
2206 client_updated = TRUE; in necp_client_update_flows()
2210 client_updated = TRUE; in necp_client_update_flows()
2213 …if (flow->viable && client_updated && (flow->socket || (!flow->socket && !flow->nexus)) && flow->u… in necp_client_update_flows()
2220 if (client_updated && (flow->socket || (!flow->socket && !flow->nexus)) && flow->u.cb) { in necp_client_update_flows()
2238 client_updated = TRUE; in necp_client_update_flows()
2253 client_updated = TRUE; in necp_client_update_flows()
2270 any_client_updated |= client_updated; in necp_client_update_flows()
3695 bool client_updated = FALSE; in necp_client_unregister_socket_flow() local
[all …]