Home
last modified time | relevance | path

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

/dragonfly/sys/net/bridge/
H A Dbridgestp.c128 static void bstp_disable_port(struct bridge_softc *,
313 bstp_root_bridge(struct bridge_softc *sc) in bstp_root_bridge()
425 bstp_transmit_tcn(struct bridge_softc *sc) in bstp_transmit_tcn()
482 bstp_configuration_update(struct bridge_softc *sc) in bstp_configuration_update()
662 bstp_port_state_selection(struct bridge_softc *sc) in bstp_port_state_selection()
1033 bstp_hello_timer_expiry(struct bridge_softc *sc) in bstp_hello_timer_expiry()
1090 bstp_tcn_timer_expiry(struct bridge_softc *sc) in bstp_tcn_timer_expiry()
1135 bstp_initialization(struct bridge_softc *sc) in bstp_initialization()
1225 bstp_stop(struct bridge_softc *sc) in bstp_stop()
1348 struct bridge_softc *sc; in bstp_linkstate()
[all …]
H A Dif_bridge.c321 struct bridge_softc *bc_sc;
327 struct bridge_softc *br_softc;
337 struct bridge_softc *br_softc;
344 struct bridge_softc *br_softc;
351 struct bridge_softc *br_softc;
592 LIST_HEAD(, bridge_softc) bridge_list;
710 struct bridge_softc *sc; in bridge_clone_create()
1869 struct bridge_softc *sc; in bridge_ifdetach_dispatch()
3585 struct bridge_softc *sc = arg; in bridge_timer()
4525 struct bridge_softc *sc; in bridge_add_bif_handler()
[all …]
H A Dif_bridgevar.h341 struct bridge_softc { struct
344 LIST_ENTRY(bridge_softc) sc_list; argument
389 void bridge_rtdelete(struct bridge_softc *, struct ifnet *ifp, int); argument
393 void bstp_initialization(struct bridge_softc *);
395 void bstp_stop(struct bridge_softc *);
396 void bstp_input(struct bridge_softc *, struct bridge_iflist *,
399 int bstp_supersedes_port_info(struct bridge_softc *,