Searched refs:spb_len (Results 1 – 1 of 1) sorted by relevance
379 u_int spb_len; in stp_print() local446 spb_len = GET_BE_U_2(p + MST_BPDU_VER3_LEN_OFFSET + mstp_len); in stp_print()447 spb_len += 2; in stp_print()448 if (length < (sizeof(struct stp_bpdu_) + mstp_len + spb_len) || in stp_print()449 spb_len < SPB_BPDU_MIN_LEN) { in stp_print()