Searched refs:flow_registration (Results 1 – 2 of 2) sorted by relevance
727 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() local765 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() argument1072 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() argument1093 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 …]
556 def GetNECPFlowBitFields(flow_registration): argument563 if flow_registration.flow_result_read != 0:567 if flow_registration.defunct != 0: