Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbridgestp.c169 if (bp->bp_txcount > bs->bs_txholdcount) in bstp_transmit()
263 bp->bp_txcount++; in bstp_transmit_tcn()
392 bp->bp_txcount++; in bstp_send_bpdu()
1535 bp->bp_txcount = 0; in bstp_set_holdcount()
1561 bp->bp_txcount = 0; in bstp_set_protocol()
1906 if (bp->bp_txcount > 0) in bstp_tick()
1907 bp->bp_txcount--; in bstp_tick()
H A Dbridgestp.h327 uint8_t bp_txcount; member