Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dbridgestp.c233 if (bp->bp_txcount > bs->bs_txholdcount) { in bstp_transmit()
333 bp->bp_txcount++; in bstp_transmit_tcn()
464 bp->bp_txcount++; in bstp_send_bpdu()
1693 bp->bp_txcount = 0; in bstp_set_holdcount()
1719 bp->bp_txcount = 0; in bstp_set_protocol()
2076 if (bp->bp_txcount > 0) { in bstp_tick()
2077 bp->bp_txcount--; in bstp_tick()
H A Dbridgestp.h367 uint8_t bp_txcount; member