Lines Matching refs:defunct_list

1272     struct _necp_flow_defunct_list *defunct_list)  in necp_defunct_flow_registration()  argument
1283 if (defunct_list != NULL) { in necp_defunct_flow_registration()
1305 LIST_INSERT_HEAD(defunct_list, flow_defunct, chain); in necp_defunct_flow_registration()
1329 struct _necp_flow_defunct_list *defunct_list) in necp_defunct_client_for_policy() argument
1335 necp_defunct_flow_registration(client, flow_registration, defunct_list); in necp_defunct_client_for_policy()
1702 …inner(struct necp_fd_data *client_fd, struct _necp_flow_defunct_list *defunct_list, bool destroy_s…
1705 necp_process_defunct_list(struct _necp_flow_defunct_list *defunct_list) in necp_process_defunct_list() argument
1707 if (!LIST_EMPTY(defunct_list)) { in necp_process_defunct_list()
1712 LIST_FOREACH_SAFE(flow_defunct, defunct_list, chain, temp_flow_defunct) { in necp_process_defunct_list()
1738 ASSERT(LIST_EMPTY(defunct_list)); in necp_process_defunct_list()
1769 struct _necp_flow_defunct_list defunct_list; in necpop_close() local
1770 LIST_INIT(&defunct_list); in necpop_close()
1772 (void)necp_defunct_client_fd_locked_inner(fd_data, &defunct_list, false); in necpop_close()
1836 necp_process_defunct_list(&defunct_list); in necpop_close()
2151 struct _necp_flow_defunct_list *defunct_list) in necp_client_update_flows() argument
2208 if (defunct_list != NULL) { in necp_client_update_flows()
2214 necp_defunct_flow_registration(client, flow_registration, defunct_list); in necp_client_update_flows()
2220 (void)defunct_list; in necp_client_update_flows()
4299 struct _necp_flow_defunct_list *defunct_list) in necp_update_client_result() argument
4371 if (defunct_list != NULL && in necp_update_client_result()
4374 necp_defunct_client_for_policy(client, defunct_list); in necp_update_client_result()
4776 if (necp_client_update_flows(proc, client, defunct_list)) { in necp_update_client_result()
4790 …inner(struct necp_fd_data *client_fd, struct _necp_flow_defunct_list *defunct_list, bool destroy_s… in necp_defunct_client_fd_locked_inner() argument
4829 LIST_INSERT_HEAD(defunct_list, flow_defunct, chain); in necp_defunct_client_fd_locked_inner()
4854 …ocked(struct necp_fd_data *client_fd, struct _necp_flow_defunct_list *defunct_list, struct proc *p… in necp_defunct_client_fd_locked() argument
4865 updated_result = necp_defunct_client_fd_locked_inner(client_fd, defunct_list, true); in necp_defunct_client_fd_locked()
4889 struct _necp_flow_defunct_list *defunct_list) in necp_update_client_fd_locked() argument
4896 if (necp_update_client_result(proc, client_fd, client, defunct_list)) { in necp_update_client_fd_locked()
4931 struct _necp_flow_defunct_list defunct_list; in necp_update_all_clients_callout() local
4932 LIST_INIT(&defunct_list); in necp_update_all_clients_callout()
4944 necp_update_client_fd_locked(client_fd, proc, &defunct_list); in necp_update_all_clients_callout()
4954 necp_process_defunct_list(&defunct_list); in necp_update_all_clients_callout()
5035 struct _necp_flow_defunct_list defunct_list; in necp_fd_defunct() local
5046 LIST_INIT(&defunct_list); in necp_fd_defunct()
5054 necp_defunct_client_fd_locked(client_fd, &defunct_list, proc); in necp_fd_defunct()
5057 necp_process_defunct_list(&defunct_list); in necp_fd_defunct()