Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/ !
H A Dnecp_client.c5310 bool updated_result = FALSE; in necp_defunct_client_fd_locked_inner() local
5351 updated_result = true; in necp_defunct_client_fd_locked_inner()
5368 return updated_result; in necp_defunct_client_fd_locked_inner()
5375 bool updated_result = FALSE; in necp_defunct_client_fd_locked() local
5383 updated_result = necp_defunct_client_fd_locked_inner(client_fd, defunct_list, true); in necp_defunct_client_fd_locked()
5399 if (updated_result) { in necp_defunct_client_fd_locked()
5410 bool updated_result = FALSE; in necp_update_client_fd_locked() local
5415 updated_result = TRUE; in necp_update_client_fd_locked()
5432 if (updated_result || client_fd->request_in_process_flow_divert) { in necp_update_client_fd_locked()
5719 bool updated_result = FALSE; in necp_force_update_client() local
[all …]