PTP_MAX_SAMPLES
if (extoff->n_samples > PTP_MAX_SAMPLES || extoff->rsv[0] || extoff->rsv[1])
if (sysoff->n_samples > PTP_MAX_SAMPLES)
struct ptp_clock_time ts[2 * PTP_MAX_SAMPLES + 1];
struct ptp_clock_time ts[PTP_MAX_SAMPLES][3];
progname, PTP_MAX_SAMPLES);
if (getextended < 1 || getextended > PTP_MAX_SAMPLES) {
PTP_MAX_SAMPLES, getextended);