Searched refs:sflow_sample_len (Results 1 – 1 of 1) sorted by relevance
820 u_int32_t sflow_sample_type, sflow_sample_len; in sflow_print() local869 sflow_sample_len = EXTRACT_32BITS(sflow_sample->len); in sflow_print()880 sflow_sample_len); in sflow_print()883 if (sflow_sample_type == 0 || sflow_sample_len ==0) { in sflow_print()887 if (tlen < sflow_sample_len) in sflow_print()891 TCHECK2(*tptr, sflow_sample_len); in sflow_print()916 print_unknown_data(tptr, "\n\t ", sflow_sample_len); in sflow_print()919 tptr += sflow_sample_len; in sflow_print()920 tlen -= sflow_sample_len; in sflow_print()