Home
last modified time | relevance | path

Searched refs:cu_max_age (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/net/
Dbridgestp.c293 cu->cu_max_age = ntohs(cpdu->cbu_maxage); in bstp_decode_bpdu()
598 if (cu->cu_message_age >= cu->cu_max_age) { in bstp_received_bpdu()
601 if (cu->cu_max_age < BSTP_MIN_MAX_AGE || in bstp_received_bpdu()
602 cu->cu_max_age > BSTP_MAX_MAX_AGE) { in bstp_received_bpdu()
636 bp->bp_port_max_age = cu->cu_max_age; in bstp_received_bpdu()
708 bp->bp_port_max_age != cu->cu_max_age || in bstp_pdu_rcvtype()
Dbridgestp.h262 uint16_t cu_max_age; member