Searched refs:necp_client_flow_global_tree (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.140.69/bsd/net/ |
| H A D | necp_client.c | 601 static struct _necp_client_flow_global_tree necp_client_flow_global_tree; variable 988 …_registration *flow = RB_FIND(_necp_client_flow_global_tree, &necp_client_flow_global_tree, &find); in necp_find_client_and_lock() 1912 RB_REMOVE(_necp_client_flow_global_tree, &necp_client_flow_global_tree, flow_registration); in necpop_close() 3459 RB_INSERT(_necp_client_flow_global_tree, &necp_client_flow_global_tree, new_registration); in necp_client_create_flow_registration() 7647 RB_REMOVE(_necp_client_flow_global_tree, &necp_client_flow_global_tree, flow_registration); in necp_client_remove() 7754 RB_REMOVE(_necp_client_flow_global_tree, &necp_client_flow_global_tree, flow_registration); in necp_client_remove_flow() 8824 RB_REMOVE(_necp_client_flow_global_tree, &necp_client_flow_global_tree, new_registration); in necp_client_add_flow() 11573 RB_INIT(&necp_client_flow_global_tree); in necp_client_init()
|