Searched refs:IFLA_BOND_ACTIVE_SLAVE (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_netlink.c | 94 [IFLA_BOND_ACTIVE_SLAVE] = { .type = NLA_U32 }, 204 if (data[IFLA_BOND_ACTIVE_SLAVE]) { in bond_changelink() 205 int ifindex = nla_get_u32(data[IFLA_BOND_ACTIVE_SLAVE]); in bond_changelink() 218 data[IFLA_BOND_ACTIVE_SLAVE], extack); in bond_changelink() 579 nla_total_size(sizeof(u32)) + /* IFLA_BOND_ACTIVE_SLAVE */ in bond_get_size() 646 if (ifindex && nla_put_u32(skb, IFLA_BOND_ACTIVE_SLAVE, ifindex)) in bond_fill_info()
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_netlink.c | 84 [IFLA_BOND_ACTIVE_SLAVE] = { .type = NLA_U32 }, 178 if (data[IFLA_BOND_ACTIVE_SLAVE]) { in bond_changelink() 179 int ifindex = nla_get_u32(data[IFLA_BOND_ACTIVE_SLAVE]); in bond_changelink() 472 nla_total_size(sizeof(u32)) + /* IFLA_BOND_ACTIVE_SLAVE */ in bond_get_size() 534 if (ifindex && nla_put_u32(skb, IFLA_BOND_ACTIVE_SLAVE, ifindex)) in bond_fill_info()
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | if_link.h | 627 IFLA_BOND_ACTIVE_SLAVE, enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | if_link.h | 818 IFLA_BOND_ACTIVE_SLAVE, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | if_link.h | 923 IFLA_BOND_ACTIVE_SLAVE, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | if_link.h | 522 IFLA_BOND_ACTIVE_SLAVE, enumerator
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | if_link.h | 838 IFLA_BOND_ACTIVE_SLAVE, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_link.h | 522 IFLA_BOND_ACTIVE_SLAVE, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | if_link.h | 467 IFLA_BOND_ACTIVE_SLAVE, enumerator
|
Completed in 20 milliseconds