Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dnecp_client.c448 void *socket_handle; member
2211 new_flow->u.socket_handle = flow_registration->interface_handle; in necp_client_add_interface_flow()
2237 flow->u.socket_handle = flow_registration->interface_handle; in necp_client_add_interface_flow_if_needed()
2459 …flow->u.cb(flow->u.socket_handle, NECP_CLIENT_CBACTION_VIABLE, flow->interface_index, flow->necp_f… in necp_client_update_flows()
2466 …flow->u.cb(flow->u.socket_handle, NECP_CLIENT_CBACTION_NONVIABLE, flow->interface_index, flow->nec… in necp_client_update_flows()
3652 new_flow->u.socket_handle = inp; in necp_client_add_socket_flow()
3986 if (search_flow->socket && search_flow->u.socket_handle == handle) { in necp_client_unregister_socket_flow()
4040 search_flow->u.socket_handle == handle) { in necp_client_unregister_multipath_cb()
4041 search_flow->u.socket_handle = NULL; in necp_client_unregister_multipath_cb()
4099 if (flow->socket && flow->u.socket_handle == inp) { in necp_client_assign_from_socket()