Searched refs:flow_registration (Results 1 – 2 of 2) sorted by relevance
| /xnu-11417.140.69/bsd/net/ |
| H A D | necp_client.c | 763 struct necp_client_flow_registration *flow_registration, struct necp_stats_bufreq *bufreq); 913 struct necp_client_flow_registration *flow_registration = NULL; in necp_client_has_unread_flows() local 914 RB_FOREACH(flow_registration, _necp_client_flow_tree, &client->flow_registrations) { in necp_client_has_unread_flows() 915 if (!flow_registration->flow_result_read) { in necp_client_has_unread_flows() 1218 necp_flow_save_current_interface_details(struct necp_client_flow_registration *flow_registration) in necp_flow_save_current_interface_details() argument 1221 LIST_FOREACH(flow, &flow_registration->flow_list, flow_chain) { in necp_flow_save_current_interface_details() 1224 os_atomic_store(&flow_registration->last_interface_details, combined_details, release); in necp_flow_save_current_interface_details() 1231 necp_client_collect_interface_stats(struct necp_client_flow_registration *flow_registration, struct… in necp_client_collect_interface_stats() argument 1242 LIST_FOREACH(flow, &flow_registration->flow_list, flow_chain) { in necp_client_collect_interface_stats() 1259 necp_client_collect_stats(struct necp_client_flow_registration *flow_registration) in necp_client_collect_stats() argument [all …]
|
| /xnu-11417.140.69/tools/lldbmacros/ |
| H A D | skywalk.py | 554 def GetNECPFlowBitFields(flow_registration): argument 561 if flow_registration.flow_result_read != 0: 565 if flow_registration.defunct != 0:
|