Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dnecp_client.c727 struct necp_client_flow_registration *flow_registration, struct necp_stats_bufreq *bufreq);
764 struct necp_client_flow_registration *flow_registration = NULL; in necp_client_has_unread_flows() local
765 RB_FOREACH(flow_registration, _necp_client_flow_tree, &client->flow_registrations) { in necp_client_has_unread_flows()
766 if (!flow_registration->flow_result_read) { in necp_client_has_unread_flows()
1069 necp_flow_save_current_interface_details(struct necp_client_flow_registration *flow_registration) in necp_flow_save_current_interface_details() argument
1072 LIST_FOREACH(flow, &flow_registration->flow_list, flow_chain) { in necp_flow_save_current_interface_details()
1075 atomic_set_64(&flow_registration->last_interface_details, combined_details); in necp_flow_save_current_interface_details()
1082 necp_client_collect_interface_stats(struct necp_client_flow_registration *flow_registration, struct… in necp_client_collect_interface_stats() argument
1093 LIST_FOREACH(flow, &flow_registration->flow_list, flow_chain) { in necp_client_collect_interface_stats()
1110 necp_client_collect_stats(struct necp_client_flow_registration *flow_registration) in necp_client_collect_stats() argument
[all …]
/xnu-8019.80.24/tools/lldbmacros/
H A Dskywalk.py556 def GetNECPFlowBitFields(flow_registration): argument
563 if flow_registration.flow_result_read != 0:
567 if flow_registration.defunct != 0: