Searched refs:IFLA_BR_MCAST_LAST_MEMBER_CNT (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_netlink.c | 1078 [IFLA_BR_MCAST_LAST_MEMBER_CNT] = { .type = NLA_U32 }, 1256 if (data[IFLA_BR_MCAST_LAST_MEMBER_CNT]) { in br_changelink() 1257 u32 val = nla_get_u32(data[IFLA_BR_MCAST_LAST_MEMBER_CNT]); in br_changelink() 1422 nla_total_size(sizeof(u32)) + /* IFLA_BR_MCAST_LAST_MEMBER_CNT */ in br_get_size() 1512 nla_put_u32(skb, IFLA_BR_MCAST_LAST_MEMBER_CNT, in br_fill_info()
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_netlink.c | 1249 [IFLA_BR_MCAST_LAST_MEMBER_CNT] = { .type = NLA_U32 }, 1436 if (data[IFLA_BR_MCAST_LAST_MEMBER_CNT]) { in br_changelink() 1437 u32 val = nla_get_u32(data[IFLA_BR_MCAST_LAST_MEMBER_CNT]); in br_changelink() 1604 nla_total_size(sizeof(u32)) + /* IFLA_BR_MCAST_LAST_MEMBER_CNT */ in br_get_size() 1696 nla_put_u32(skb, IFLA_BR_MCAST_LAST_MEMBER_CNT, in br_fill_info()
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | if_link.h | 276 IFLA_BR_MCAST_LAST_MEMBER_CNT, enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | if_link.h | 455 IFLA_BR_MCAST_LAST_MEMBER_CNT, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | if_link.h | 493 IFLA_BR_MCAST_LAST_MEMBER_CNT, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | if_link.h | 217 IFLA_BR_MCAST_LAST_MEMBER_CNT, enumerator
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | if_link.h | 467 IFLA_BR_MCAST_LAST_MEMBER_CNT, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_link.h | 217 IFLA_BR_MCAST_LAST_MEMBER_CNT, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | if_link.h | 200 IFLA_BR_MCAST_LAST_MEMBER_CNT, enumerator
|
Completed in 22 milliseconds