Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dnecp_client.c573 static struct _necp_client_flow_global_tree necp_client_flow_global_tree; variable
839 …_registration *flow = RB_FIND(_necp_client_flow_global_tree, &necp_client_flow_global_tree, &find); in necp_find_client_and_lock()
1760 RB_REMOVE(_necp_client_flow_global_tree, &necp_client_flow_global_tree, flow_registration); in necpop_close()
3181 RB_INSERT(_necp_client_flow_global_tree, &necp_client_flow_global_tree, new_registration); in necp_client_create_flow_registration()
6960 RB_REMOVE(_necp_client_flow_global_tree, &necp_client_flow_global_tree, flow_registration); in necp_client_remove()
7067 RB_REMOVE(_necp_client_flow_global_tree, &necp_client_flow_global_tree, flow_registration); in necp_client_remove_flow()
8012 RB_REMOVE(_necp_client_flow_global_tree, &necp_client_flow_global_tree, new_registration); in necp_client_add_flow()
10360 RB_INIT(&necp_client_flow_global_tree); in necp_client_init()