Searched refs:BSTP_LOCK_INIT (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/net/ | ||
H A D | bridgestp.h | 364 #define BSTP_LOCK_INIT(_bs) mtx_init(&(_bs)->bs_mtx, "bstp", NULL, MTX_DEF) macro |
H A D | bridgestp.c | 2162 BSTP_LOCK_INIT(bs); in bstp_attach() |