Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dnecp_client.c599 static struct _necp_client_flow_global_tree necp_client_flow_global_tree; variable
888 …_registration *flow = RB_FIND(_necp_client_flow_global_tree, &necp_client_flow_global_tree, &find); in necp_find_client_and_lock()
1812 RB_REMOVE(_necp_client_flow_global_tree, &necp_client_flow_global_tree, flow_registration); in necpop_close()
3347 RB_INSERT(_necp_client_flow_global_tree, &necp_client_flow_global_tree, new_registration); in necp_client_create_flow_registration()
7494 RB_REMOVE(_necp_client_flow_global_tree, &necp_client_flow_global_tree, flow_registration); in necp_client_remove()
7601 RB_REMOVE(_necp_client_flow_global_tree, &necp_client_flow_global_tree, flow_registration); in necp_client_remove_flow()
8652 RB_REMOVE(_necp_client_flow_global_tree, &necp_client_flow_global_tree, new_registration); in necp_client_add_flow()
11362 RB_INIT(&necp_client_flow_global_tree); in necp_client_init()