Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dnecp_client.c875 necp_client_fd_find_client_unlocked(struct necp_fd_data *client_fd, uuid_t client_id) in necp_client_fd_find_client_unlocked() argument
877 NECP_FD_ASSERT_LOCKED(client_fd); in necp_client_fd_find_client_unlocked()
883 …struct necp_client_flow_registration *flow = RB_FIND(_necp_fd_flow_tree, &client_fd->flows, &find); in necp_client_fd_find_client_unlocked()
890 client = RB_FIND(_necp_client_tree, &client_fd->clients, &find); in necp_client_fd_find_client_unlocked()
897 necp_client_fd_find_client_and_lock(struct necp_fd_data *client_fd, uuid_t client_id) in necp_client_fd_find_client_and_lock() argument
899 struct necp_client *client = necp_client_fd_find_client_unlocked(client_fd, client_id); in necp_client_fd_find_client_and_lock()
1681 necp_defunct_client_fd_locked_inner(struct necp_fd_data *client_fd, struct _necp_flow_defunct_list …
3230 struct necp_fd_data *client_fd = NULL; in necp_client_register_socket_inner() local
3234 LIST_FOREACH(client_fd, &necp_fd_list, chain) { in necp_client_register_socket_inner()
3235 NECP_FD_LOCK(client_fd); in necp_client_register_socket_inner()
[all …]
H A Dnecp.h1300 extern void necp_fd_memstatus(proc_t proc, uint32_t status, struct necp_fd_data *client_fd); // Pur…
1301 extern void necp_fd_defunct(proc_t proc, struct necp_fd_data *client_fd); // Set all clients for an…