Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dnecp_client.c2455 bool client_updated = FALSE; in necp_client_update_flows() local
2467 client_updated = TRUE; in necp_client_update_flows()
2472 client_updated = TRUE; in necp_client_update_flows()
2476 client_updated = TRUE; in necp_client_update_flows()
2479 …if (flow->viable && client_updated && (flow->socket || (!flow->socket && !flow->nexus)) && flow->u… in necp_client_update_flows()
2486 if (client_updated && (flow->socket || (!flow->socket && !flow->nexus)) && flow->u.cb) { in necp_client_update_flows()
2504 client_updated = TRUE; in necp_client_update_flows()
2518 client_updated = TRUE; in necp_client_update_flows()
2538 any_client_updated |= client_updated; in necp_client_update_flows()
3991 bool client_updated = FALSE; in necp_client_unregister_socket_flow() local
[all …]