Searched refs:cu_max_age (Results 1 – 2 of 2) sorted by relevance
294 cu->cu_max_age = ntohs(cpdu->cbu_maxage); in bstp_decode_bpdu()600 if (cu->cu_message_age >= cu->cu_max_age) { in bstp_received_bpdu()603 if (cu->cu_max_age < BSTP_MIN_MAX_AGE || in bstp_received_bpdu()604 cu->cu_max_age > BSTP_MAX_MAX_AGE) { in bstp_received_bpdu()638 bp->bp_port_max_age = cu->cu_max_age; in bstp_received_bpdu()710 bp->bp_port_max_age != cu->cu_max_age || in bstp_pdu_rcvtype()
259 uint16_t cu_max_age; member