Searched refs:IFLA_BR_MCAST_STATS_ENABLED (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/bridge/
H A Dbr_netlink.c1265 [IFLA_BR_MCAST_STATS_ENABLED] = { .type = NLA_U8 },
1489 if (data[IFLA_BR_MCAST_STATS_ENABLED]) {
1492 mcast_stats = nla_get_u8(data[IFLA_BR_MCAST_STATS_ENABLED]);
1614 nla_total_size(sizeof(u8)) + /* IFLA_BR_MCAST_STATS_ENABLED */
1708 nla_put_u8(skb, IFLA_BR_MCAST_STATS_ENABLED,
/linux-master/include/uapi/linux/
H A Dif_link.h704 * @IFLA_BR_MCAST_STATS_ENABLED
705 * Enable (*IFLA_BR_MCAST_STATS_ENABLED* > 0) or disable
706 * (*IFLA_BR_MCAST_STATS_ENABLED* == 0) multicast (IGMP/MLD) stats
787 IFLA_BR_MCAST_STATS_ENABLED, enumerator in enum:__anon2735
/linux-master/tools/include/uapi/linux/
H A Dif_link.h507 IFLA_BR_MCAST_STATS_ENABLED, enumerator in enum:__anon3257

Completed in 246 milliseconds