Home
last modified time | relevance | path

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

/aosp_15_r20/external/tcpdump/
H A Dprint-sflow.c209 struct sflow_expanded_counter_sample_t { struct
588 const struct sflow_expanded_counter_sample_t *sflow_expanded_counter_sample; in sflow_print_expanded_counter_sample()
592 if (len < sizeof(struct sflow_expanded_counter_sample_t)) in sflow_print_expanded_counter_sample()
595 sflow_expanded_counter_sample = (const struct sflow_expanded_counter_sample_t *)pointer; in sflow_print_expanded_counter_sample()
605 … return sflow_print_counter_records(ndo, pointer + sizeof(struct sflow_expanded_counter_sample_t), in sflow_print_expanded_counter_sample()
606 len - sizeof(struct sflow_expanded_counter_sample_t), in sflow_print_expanded_counter_sample()