Home
last modified time | relevance | path

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

/src/sys/net/
H A Dbridgestp.c468 BSTP_LOCK(bs); in bstp_input()
1505 BSTP_LOCK(bs); in bstp_set_htime()
1521 BSTP_LOCK(bs); in bstp_set_fdelay()
1537 BSTP_LOCK(bs); in bstp_set_maxage()
1553 BSTP_LOCK(bs); in bstp_set_holdcount()
1576 BSTP_LOCK(bs); in bstp_set_protocol()
1602 BSTP_LOCK(bs); in bstp_set_priority()
1620 BSTP_LOCK(bs); in bstp_set_port_priority()
1639 BSTP_LOCK(bs); in bstp_set_path_cost()
1658 BSTP_LOCK(bs); in bstp_set_edge()
[all …]
H A Dbridgestp.h366 #define BSTP_LOCK(_bs) mtx_lock(&(_bs)->bs_mtx) macro