Searched refs:IFLA_BR_MCAST_STATS_ENABLED (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_netlink.c | 1091 [IFLA_BR_MCAST_STATS_ENABLED] = { .type = NLA_U8 }, 1304 if (data[IFLA_BR_MCAST_STATS_ENABLED]) { in br_changelink() 1307 mcast_stats = nla_get_u8(data[IFLA_BR_MCAST_STATS_ENABLED]); in br_changelink() 1419 nla_total_size(sizeof(u8)) + /* IFLA_BR_MCAST_STATS_ENABLED */ in br_get_size() 1508 nla_put_u8(skb, IFLA_BR_MCAST_STATS_ENABLED, in br_fill_info()
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_netlink.c | 1262 [IFLA_BR_MCAST_STATS_ENABLED] = { .type = NLA_U8 }, 1484 if (data[IFLA_BR_MCAST_STATS_ENABLED]) { in br_changelink() 1487 mcast_stats = nla_get_u8(data[IFLA_BR_MCAST_STATS_ENABLED]); in br_changelink() 1601 nla_total_size(sizeof(u8)) + /* IFLA_BR_MCAST_STATS_ENABLED */ in br_get_size() 1692 nla_put_u8(skb, IFLA_BR_MCAST_STATS_ENABLED, in br_fill_info()
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | if_link.h | 290 IFLA_BR_MCAST_STATS_ENABLED, enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | if_link.h | 469 IFLA_BR_MCAST_STATS_ENABLED, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | if_link.h | 507 IFLA_BR_MCAST_STATS_ENABLED, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | if_link.h | 231 IFLA_BR_MCAST_STATS_ENABLED, enumerator
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | if_link.h | 481 IFLA_BR_MCAST_STATS_ENABLED, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_link.h | 231 IFLA_BR_MCAST_STATS_ENABLED, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | if_link.h | 214 IFLA_BR_MCAST_STATS_ENABLED, enumerator
|
Completed in 22 milliseconds