Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp_client.c8769 struct necp_client_flow_stats_index_header flow_stats_header = {}; in necp_client_fillout_flow_tlvs() local
8772 length = sizeof(flow_stats_header.stats_index); in necp_client_fillout_flow_tlvs()
8774 flow_stats_header.stats_index_tlv_header.type = type; in necp_client_fillout_flow_tlvs()
8775 flow_stats_header.stats_index_tlv_header.length = length; in necp_client_fillout_flow_tlvs()
8776 flow_stats_header.stats_index = flow->stats_index; in necp_client_fillout_flow_tlvs()
8778 error = copyout(&flow_stats_header, uap->buffer + in necp_client_fillout_flow_tlvs()
8779 client->result_length + *assigned_results_cursor, sizeof(flow_stats_header)); in necp_client_fillout_flow_tlvs()
8785 *assigned_results_cursor += sizeof(flow_stats_header); in necp_client_fillout_flow_tlvs()