Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dnecp_client.c2145 bool client_updated = FALSE; in necp_client_update_flows() local
2157 client_updated = TRUE; in necp_client_update_flows()
2162 client_updated = TRUE; in necp_client_update_flows()
2166 client_updated = TRUE; in necp_client_update_flows()
2169 …if (flow->viable && client_updated && (flow->socket || (!flow->socket && !flow->nexus)) && flow->u… in necp_client_update_flows()
2176 if (client_updated && (flow->socket || (!flow->socket && !flow->nexus)) && flow->u.cb) { in necp_client_update_flows()
2194 client_updated = TRUE; in necp_client_update_flows()
2209 client_updated = TRUE; in necp_client_update_flows()
2226 any_client_updated |= client_updated; in necp_client_update_flows()
3535 bool client_updated = FALSE; in necp_client_unregister_socket_flow() local
[all …]