Searched refs:flow_stats_header (Results 1 – 1 of 1) sorted by relevance
8800 struct necp_client_flow_stats_index_header flow_stats_header = {}; in necp_client_fillout_flow_tlvs() local8803 length = sizeof(flow_stats_header.stats_index); in necp_client_fillout_flow_tlvs()8805 flow_stats_header.stats_index_tlv_header.type = type; in necp_client_fillout_flow_tlvs()8806 flow_stats_header.stats_index_tlv_header.length = length; in necp_client_fillout_flow_tlvs()8807 flow_stats_header.stats_index = flow->stats_index; in necp_client_fillout_flow_tlvs()8809 error = copyout(&flow_stats_header, uap->buffer + in necp_client_fillout_flow_tlvs()8810 client->result_length + *assigned_results_cursor, sizeof(flow_stats_header)); in necp_client_fillout_flow_tlvs()8816 *assigned_results_cursor += sizeof(flow_stats_header); in necp_client_fillout_flow_tlvs()