Searched refs:flow_stats_header (Results 1 – 1 of 1) sorted by relevance
8780 struct necp_client_flow_stats_index_header flow_stats_header = {}; in necp_client_fillout_flow_tlvs() local8783 length = sizeof(flow_stats_header.stats_index); in necp_client_fillout_flow_tlvs()8785 flow_stats_header.stats_index_tlv_header.type = type; in necp_client_fillout_flow_tlvs()8786 flow_stats_header.stats_index_tlv_header.length = length; in necp_client_fillout_flow_tlvs()8787 flow_stats_header.stats_index = flow->stats_index; in necp_client_fillout_flow_tlvs()8789 error = copyout(&flow_stats_header, uap->buffer + in necp_client_fillout_flow_tlvs()8790 client->result_length + *assigned_results_cursor, sizeof(flow_stats_header)); in necp_client_fillout_flow_tlvs()8796 *assigned_results_cursor += sizeof(flow_stats_header); in necp_client_fillout_flow_tlvs()