Home
last modified time | relevance | path

Searched refs:bstp_attach (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net/
H A Dbridgestp.h372 void bstp_attach(struct bstp_state *, struct bstp_cb_ops *);
H A Dbridgestp.c2162 bstp_attach(struct bstp_state *bs, struct bstp_cb_ops *cb) in bstp_attach() function
H A Dif_bridge.c893 bstp_attach(&sc->sc_stp, &bridge_ops); in bridge_clone_create()