Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dnecp_client.c741 struct necp_client_flow_registration *flow_registration, struct necp_stats_bufreq *bufreq);
793 struct necp_client_flow_registration *flow_registration = NULL; in necp_client_has_unread_flows() local
794 RB_FOREACH(flow_registration, _necp_client_flow_tree, &client->flow_registrations) { in necp_client_has_unread_flows()
795 if (!flow_registration->flow_result_read) { in necp_client_has_unread_flows()
1098 necp_flow_save_current_interface_details(struct necp_client_flow_registration *flow_registration) in necp_flow_save_current_interface_details() argument
1101 LIST_FOREACH(flow, &flow_registration->flow_list, flow_chain) { in necp_flow_save_current_interface_details()
1104 atomic_set_64(&flow_registration->last_interface_details, combined_details); in necp_flow_save_current_interface_details()
1111 necp_client_collect_interface_stats(struct necp_client_flow_registration *flow_registration, struct… in necp_client_collect_interface_stats() argument
1122 LIST_FOREACH(flow, &flow_registration->flow_list, flow_chain) { in necp_client_collect_interface_stats()
1139 necp_client_collect_stats(struct necp_client_flow_registration *flow_registration) in necp_client_collect_stats() argument
[all …]
/xnu-8792.41.9/tools/lldbmacros/
H A Dskywalk.py560 def GetNECPFlowBitFields(flow_registration): argument
567 if flow_registration.flow_result_read != 0:
571 if flow_registration.defunct != 0: