Home
last modified time | relevance | path

Searched refs:stp_xstats (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/bridge/
H A Dbr_stp.c64 p->stp_xstats.transition_blk++; in br_set_state()
67 p->stp_xstats.transition_fwd++; in br_set_state()
525 p->stp_xstats.rx_bpdu++; in br_received_config_bpdu()
560 p->stp_xstats.rx_tcn++; in br_received_tcn_bpdu()
H A Dbr_stp_bpdu.c122 p->stp_xstats.tx_bpdu++; in br_send_config_bpdu()
139 p->stp_xstats.tx_tcn++; in br_send_tcn_bpdu()
H A Dbr_netlink.c1780 (p ? nla_total_size_64bit(sizeof(p->stp_xstats)) : 0) + in br_get_linkxstats_size()
1855 sizeof(p->stp_xstats), in br_fill_linkxstats()
1861 memcpy(nla_data(nla), &p->stp_xstats, sizeof(p->stp_xstats)); in br_fill_linkxstats()
H A Dbr_private.h440 struct bridge_stp_xstats stp_xstats; member