Home
last modified time | relevance | path

Searched refs:bp_txcount (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/net/
H A Dbridgestp.c307 if (bp->bp_txcount > bs->bs_txholdcount) in bstp_transmit()
396 bp->bp_txcount++; in bstp_transmit_tcn()
525 bp->bp_txcount++; in bstp_send_bpdu()
1750 if (bp->bp_txcount > 0) in bstp_tick()
1751 bp->bp_txcount--; in bstp_tick()
2019 bp->bp_txcount = 0; in bstp_add()
2239 bp->bp_txcount = 0; in bstp_ioctl()
2278 bp->bp_txcount = 0; in bstp_ioctl()
H A Dif_bridge.h375 u_int8_t bp_txcount; member