Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dbridgestp.c189 bp->bp_flags &= ~BSTP_PORT_NEWINFO; in bstp_transmit()
962 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_roles()
994 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_roles()
1048 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_roles()
1091 if (bp->bp_flags & BSTP_PORT_NEWINFO) in bstp_update_roles()
1177 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_info()
1399 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_set_port_tc()
1452 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_set_timer_tc()
1977 if ((bp->bp_flags & BSTP_PORT_NEWINFO) || in bstp_hello_timer_expiry()
1982 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_hello_timer_expiry()
[all …]
H A Dbridgestp.h107 #define BSTP_PORT_NEWINFO 0x0002 macro