Searched refs:flow_registration (Results 1 – 2 of 2) sorted by relevance
741 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() local794 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() argument1101 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() argument1122 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 …]
560 def GetNECPFlowBitFields(flow_registration): argument567 if flow_registration.flow_result_read != 0:571 if flow_registration.defunct != 0: