Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dbridgestp.c169 if (bp->bp_txcount > bs->bs_txholdcount) in bstp_transmit()
263 bp->bp_txcount++; in bstp_transmit_tcn()
393 bp->bp_txcount++; in bstp_send_bpdu()
1555 bp->bp_txcount = 0; in bstp_set_holdcount()
1581 bp->bp_txcount = 0; in bstp_set_protocol()
1928 if (bp->bp_txcount > 0) in bstp_tick()
1929 bp->bp_txcount--; in bstp_tick()
H A Dbridgestp.h325 uint8_t bp_txcount; member