Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbridgestp.c525 BSTP_UNLOCK(bs); in bstp_input()
1487 BSTP_UNLOCK(bs); in bstp_set_htime()
1503 BSTP_UNLOCK(bs); in bstp_set_fdelay()
1519 BSTP_UNLOCK(bs); in bstp_set_maxage()
1536 BSTP_UNLOCK(bs); in bstp_set_holdcount()
1568 BSTP_UNLOCK(bs); in bstp_set_protocol()
1584 BSTP_UNLOCK(bs); in bstp_set_priority()
1602 BSTP_UNLOCK(bs); in bstp_set_port_priority()
1628 BSTP_UNLOCK(bs); in bstp_set_path_cost()
1642 BSTP_UNLOCK(bs); in bstp_set_edge()
[all …]
H A Dbridgestp.h369 #define BSTP_UNLOCK(_bs) mtx_unlock(&(_bs)->bs_mtx) macro