Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbridgestp.c189 bp->bp_flags &= ~BSTP_PORT_NEWINFO; in bstp_transmit()
942 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_roles()
974 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_roles()
1028 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_roles()
1071 if (bp->bp_flags & BSTP_PORT_NEWINFO) in bstp_update_roles()
1157 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_update_info()
1379 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_set_port_tc()
1432 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_set_timer_tc()
1954 if ((bp->bp_flags & BSTP_PORT_NEWINFO) || in bstp_hello_timer_expiry()
1959 bp->bp_flags |= BSTP_PORT_NEWINFO; in bstp_hello_timer_expiry()
[all …]
H A Dbridgestp.h109 #define BSTP_PORT_NEWINFO 0x0002 macro