Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbridgestp.h281 struct bstp_state *bp_bs;
336 struct bstp_state { struct
337 LIST_ENTRY(bstp_state) bs_list;
375 void bstp_detach(struct bstp_state *);
376 void bstp_init(struct bstp_state *);
377 void bstp_stop(struct bstp_state *);
383 int bstp_set_htime(struct bstp_state *, int);
384 int bstp_set_fdelay(struct bstp_state *, int);
385 int bstp_set_maxage(struct bstp_state *, int);
387 int bstp_set_protocol(struct bstp_state *, int);
[all …]
H A Dbridgestp.c91 LIST_HEAD(, bstp_state) bstp_list;
456 struct bstp_state *bs = bp->bp_bs; in bstp_input()
1135 struct bstp_state *bs = bp->bp_bs; in bstp_update_info()
1164 struct bstp_state *bs = bp->bp_bs; in bstp_set_other_tcprop()
1242 struct bstp_state *bs = bp->bp_bs; in bstp_set_port_role()
1316 struct bstp_state *bs = bp->bp_bs; in bstp_set_port_proto()
1865 struct bstp_state *bs = arg; in bstp_tick()
2022 bstp_reinit(struct bstp_state *bs) in bstp_reinit()
2164 bstp_detach(struct bstp_state *bs) in bstp_detach()
2176 bstp_init(struct bstp_state *bs) in bstp_init()
[all …]
H A Dif_bridge.c273 struct bstp_state sc_stp; /* STP state */
1566 struct bstp_state *bs = &sc->sc_stp; in bridge_ioctl_gpri()
1584 struct bstp_state *bs = &sc->sc_stp; in bridge_ioctl_ght()
1602 struct bstp_state *bs = &sc->sc_stp; in bridge_ioctl_gfd()
1620 struct bstp_state *bs = &sc->sc_stp; in bridge_ioctl_gma()
1740 struct bstp_state *bs = &sc->sc_stp; in bridge_ioctl_gbparam()