Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp_client.c619 static struct _necp_client_flow_global_tree necp_client_flow_global_tree; variable
1009 …_registration *flow = RB_FIND(_necp_client_flow_global_tree, &necp_client_flow_global_tree, &find); in necp_find_client_and_lock()
2051 RB_REMOVE(_necp_client_flow_global_tree, &necp_client_flow_global_tree, flow_registration); in necpop_close()
3616 RB_INSERT(_necp_client_flow_global_tree, &necp_client_flow_global_tree, new_registration); in necp_client_create_flow_registration()
8233 RB_REMOVE(_necp_client_flow_global_tree, &necp_client_flow_global_tree, flow_registration); in necp_client_remove()
8340 RB_REMOVE(_necp_client_flow_global_tree, &necp_client_flow_global_tree, flow_registration); in necp_client_remove_flow()
9610 RB_REMOVE(_necp_client_flow_global_tree, &necp_client_flow_global_tree, new_registration); in necp_client_add_flow()
12524 RB_INIT(&necp_client_flow_global_tree); in necp_client_init()