Lines Matching refs:socket_handle
448 void *socket_handle; member
592 void *socket_handle; member
1552 search_flow->u.socket_handle != NULL) { in necp_defunct_flow_registration()
1565 flow_defunct->socket_handle = search_flow->u.socket_handle; in necp_defunct_flow_registration()
2018 } else if (flow_defunct->socket_handle != NULL) { in necp_process_defunct_list()
2019 struct inpcb *inp = (struct inpcb *)flow_defunct->socket_handle; in necp_process_defunct_list()
2233 new_flow->u.socket_handle = flow_registration->interface_handle; in necp_client_add_interface_flow()
2259 flow->u.socket_handle = flow_registration->interface_handle; in necp_client_add_interface_flow_if_needed()
2481 …flow->u.cb(flow->u.socket_handle, NECP_CLIENT_CBACTION_VIABLE, flow->interface_index, flow->necp_f… in necp_client_update_flows()
2488 …flow->u.cb(flow->u.socket_handle, NECP_CLIENT_CBACTION_NONVIABLE, flow->interface_index, flow->nec… in necp_client_update_flows()
3674 new_flow->u.socket_handle = inp; in necp_client_add_socket_flow()
4008 if (search_flow->socket && search_flow->u.socket_handle == handle) { in necp_client_unregister_socket_flow()
4062 search_flow->u.socket_handle == handle) { in necp_client_unregister_multipath_cb()
4063 search_flow->u.socket_handle = NULL; in necp_client_unregister_multipath_cb()
4121 if (flow->socket && flow->u.socket_handle == inp) { in necp_client_assign_from_socket()