Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-sflow.c97 struct sflow_expanded_flow_sample_t { struct
841 const struct sflow_expanded_flow_sample_t *sflow_expanded_flow_sample; in sflow_print_expanded_flow_sample()
844 if (len < sizeof(struct sflow_expanded_flow_sample_t)) in sflow_print_expanded_flow_sample()
847 sflow_expanded_flow_sample = (const struct sflow_expanded_flow_sample_t *)pointer; in sflow_print_expanded_flow_sample()
861 return sflow_print_flow_records(ndo, pointer + sizeof(struct sflow_expanded_flow_sample_t), in sflow_print_expanded_flow_sample()
862 len - sizeof(struct sflow_expanded_flow_sample_t), in sflow_print_expanded_flow_sample()