Searched refs:flow_registrations (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.140.41/bsd/net/ |
| H A D | necp_client.c | 496 struct _necp_client_flow_tree flow_registrations; member 786 RB_FOREACH(flow_registration, _necp_client_flow_tree, &client->flow_registrations) { in necp_client_has_unread_flows() 887 flow = RB_FIND(_necp_client_flow_tree, &client->flow_registrations, &find); in necp_client_find_flow() 889 flow = RB_ROOT(&client->flow_registrations); in necp_client_find_flow() 1334 RB_FOREACH(flow_registration, _necp_client_flow_tree, &client->flow_registrations) { in necp_defunct_client_for_policy() 1632 RB_REMOVE(_necp_client_flow_tree, &client->flow_registrations, flow_registration); in necp_destroy_client_flow_registration() 1669 …RB_FOREACH_SAFE(flow_registration, _necp_client_flow_tree, &client->flow_registrations, temp_flow_… in necp_destroy_client() 2159 RB_FOREACH(flow_registration, _necp_client_flow_tree, &client->flow_registrations) { in necp_client_update_flows() 2262 RB_FOREACH(flow_registration, _necp_client_flow_tree, &client->flow_registrations) { in necp_client_mark_all_nonsocket_flows_as_invalid() 3195 RB_INSERT(_necp_client_flow_tree, &client->flow_registrations, new_registration); in necp_client_create_flow_registration() [all …]
|
| /xnu-8020.140.41/tools/lldbmacros/ |
| H A D | skywalk.py | 604 …for f in IterateRBTreeEntry(c.flow_registrations, 'struct necp_client_flow_registration *', 'clien…
|