Searched refs:defunct_list (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/bsd/net/ |
| H A D | necp_client.c | 1537 struct _necp_flow_defunct_list *defunct_list, in necp_defunct_flow_registration() argument 1558 if (defunct_list != NULL) { in necp_defunct_flow_registration() 1584 LIST_INSERT_HEAD(defunct_list, flow_defunct, chain); in necp_defunct_flow_registration() 1608 struct _necp_flow_defunct_list *defunct_list, bool defunct_socket_flows) in necp_defunct_client_for_policy() argument 1614 necp_defunct_flow_registration(client, flow_registration, defunct_list, defunct_socket_flows); in necp_defunct_client_for_policy() 1985 …inner(struct necp_fd_data *client_fd, struct _necp_flow_defunct_list *defunct_list, bool destroy_s… 1988 necp_process_defunct_list(struct _necp_flow_defunct_list *defunct_list) in necp_process_defunct_list() argument 1990 if (!LIST_EMPTY(defunct_list)) { in necp_process_defunct_list() 1995 LIST_FOREACH_SAFE(flow_defunct, defunct_list, chain, temp_flow_defunct) { in necp_process_defunct_list() 2035 ASSERT(LIST_EMPTY(defunct_list)); in necp_process_defunct_list() [all …]
|