MCPcopy Create free account
hub / github.com/F-Stack/f-stack / bstp_init

Function bstp_init

freebsd/net/bridgestp.c:2175–2183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2173}
2174
2175void
2176bstp_init(struct bstp_state *bs)
2177{
2178 BSTP_LOCK(bs);
2179 callout_reset(&bs->bs_bstpcallout, hz, bstp_tick, bs);
2180 bs->bs_running = 1;
2181 bstp_reinit(bs);
2182 BSTP_UNLOCK(bs);
2183}
2184
2185void
2186bstp_stop(struct bstp_state *bs)

Callers 1

bridge_initFunction · 0.85

Calls 1

bstp_reinitFunction · 0.85

Tested by

no test coverage detected