Home
last modified time | relevance | path

Searched refs:bs (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dbridgestp.c218 bstp_transmit(struct bstp_state *bs, struct bstp_port *bp) in bstp_transmit() argument
220 if (bs->bs_running == 0) { in bstp_transmit()
230 bstp_hello_timer_expiry(bs, bp); in bstp_transmit()
233 if (bp->bp_txcount > bs->bs_txholdcount) { in bstp_transmit()
239 bstp_transmit_bpdu(bs, bp); in bstp_transmit()
244 bstp_transmit_bpdu(bs, bp); in bstp_transmit()
249 bstp_transmit_tcn(bs, bp); in bstp_transmit()
258 bstp_transmit_bpdu(struct bstp_state *bs, struct bstp_port *bp) in bstp_transmit_bpdu() argument
262 BSTP_LOCK_ASSERT(bs); in bstp_transmit_bpdu()
290 bstp_send_bpdu(bs, bp, &bpdu); in bstp_transmit_bpdu()
[all …]
H A Dif_bridge.c3106 struct bstp_state *bs = &sc->sc_stp; in bridge_ioctl_gpri() local
3108 param->ifbrp_prio = bs->bs_bridge_priority; in bridge_ioctl_gpri()
3129 struct bstp_state *bs = &sc->sc_stp; in bridge_ioctl_ght() local
3131 param->ifbrp_hellotime = bs->bs_bridge_htime >> 8; in bridge_ioctl_ght()
3152 struct bstp_state *bs; in bridge_ioctl_gfd() local
3155 bs = &sc->sc_stp; in bridge_ioctl_gfd()
3156 param->ifbrp_fwddelay = bs->bs_bridge_fdelay >> 8; in bridge_ioctl_gfd()
3177 struct bstp_state *bs; in bridge_ioctl_gma() local
3180 bs = &sc->sc_stp; in bridge_ioctl_gma()
3181 param->ifbrp_maxage = bs->bs_bridge_max_age >> 8; in bridge_ioctl_gma()
[all …]
H A Dbpf.c1948 struct bpf_stat bs; in bpfioctl() local
1950 bzero(&bs, sizeof(bs)); in bpfioctl()
1951 bs.bs_recv = d->bd_rcount; in bpfioctl()
1952 bs.bs_drop = d->bd_dcount; in bpfioctl()
1953 bcopy(&bs, addr, sizeof(bs)); in bpfioctl()
/xnu-8019.80.24/bsd/vm/
H A Dvnode_pager.h94 void *bs; member