Searched refs:spb_len (Results 1 – 1 of 1) sorted by relevance
374 u_int spb_len; in stp_print() local439 spb_len = EXTRACT_16BITS (p + MST_BPDU_VER3_LEN_OFFSET + mstp_len); in stp_print()440 spb_len += 2; in stp_print()441 if (length < (sizeof(struct stp_bpdu_) + mstp_len + spb_len) || in stp_print()442 spb_len < SPB_BPDU_MIN_LEN) { in stp_print()