Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-sflow.c841 const struct sflow_expanded_flow_sample_t *sflow_expanded_flow_sample; in sflow_print_expanded_flow_sample() local
847 sflow_expanded_flow_sample = (const struct sflow_expanded_flow_sample_t *)pointer; in sflow_print_expanded_flow_sample()
848 ND_TCHECK(*sflow_expanded_flow_sample); in sflow_print_expanded_flow_sample()
850 nrecords = EXTRACT_32BITS(sflow_expanded_flow_sample->records); in sflow_print_expanded_flow_sample()
853 EXTRACT_32BITS(sflow_expanded_flow_sample->seqnum), in sflow_print_expanded_flow_sample()
854 EXTRACT_32BITS(sflow_expanded_flow_sample->type), in sflow_print_expanded_flow_sample()
855 EXTRACT_32BITS(sflow_expanded_flow_sample->index), in sflow_print_expanded_flow_sample()
856 EXTRACT_32BITS(sflow_expanded_flow_sample->rate), in sflow_print_expanded_flow_sample()
857 EXTRACT_32BITS(sflow_expanded_flow_sample->pool), in sflow_print_expanded_flow_sample()
858 EXTRACT_32BITS(sflow_expanded_flow_sample->drops), in sflow_print_expanded_flow_sample()
[all …]