Searched refs:bstp_state (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/net/ |
H A D | bridgestp.h | 279 struct bstp_state *bp_bs; 334 struct bstp_state { struct 335 LIST_ENTRY(bstp_state) bs_list; 372 void bstp_attach(struct bstp_state *, struct bstp_cb_ops *); argument 373 void bstp_detach(struct bstp_state *); 374 void bstp_init(struct bstp_state *); 375 void bstp_stop(struct bstp_state *); 376 int bstp_create(struct bstp_state *, struct bstp_port *, struct ifnet *); 381 int bstp_set_htime(struct bstp_state *, int); 382 int bstp_set_fdelay(struct bstp_state *, int); [all …]
|
H A D | bridgestp.c | 89 LIST_HEAD(, bstp_state) bstp_list; 92 static void bstp_transmit(struct bstp_state *, struct bstp_port *); 93 static void bstp_transmit_bpdu(struct bstp_state *, struct bstp_port *); 94 static void bstp_transmit_tcn(struct bstp_state *, struct bstp_port *); 97 static void bstp_send_bpdu(struct bstp_state *, struct bstp_port *, 100 static void bstp_received_stp(struct bstp_state *, struct bstp_port *, 102 static void bstp_received_rstp(struct bstp_state *, struct bstp_port *, 104 static void bstp_received_tcn(struct bstp_state *, struct bstp_port *, 106 static void bstp_received_bpdu(struct bstp_state *, struct bstp_port *, 114 static void bstp_assign_roles(struct bstp_state *); [all …]
|
H A D | if_bridge.c | 289 struct bstp_state sc_stp; /* STP state */ 1691 struct bstp_state *bs = &sc->sc_stp; in bridge_ioctl_gpri() 1709 struct bstp_state *bs = &sc->sc_stp; in bridge_ioctl_ght() 1727 struct bstp_state *bs = &sc->sc_stp; in bridge_ioctl_gfd() 1745 struct bstp_state *bs = &sc->sc_stp; in bridge_ioctl_gma() 1865 struct bstp_state *bs = &sc->sc_stp; in bridge_ioctl_gbparam()
|