Home
last modified time | relevance | path

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

/src/contrib/tcpdump/
H A Dprint-sflow.c107 struct sflow_expanded_flow_sample_t { struct
788 const struct sflow_expanded_flow_sample_t *sflow_expanded_flow_sample; in sflow_print_expanded_flow_sample()
791 if (len < sizeof(struct sflow_expanded_flow_sample_t)) in sflow_print_expanded_flow_sample()
794 sflow_expanded_flow_sample = (const struct sflow_expanded_flow_sample_t *)pointer; in sflow_print_expanded_flow_sample()
807 return sflow_print_flow_records(ndo, pointer + sizeof(struct sflow_expanded_flow_sample_t), in sflow_print_expanded_flow_sample()
808 len - sizeof(struct sflow_expanded_flow_sample_t), in sflow_print_expanded_flow_sample()