Home
last modified time | relevance | path

Searched refs:IFLA_BOND_ACTIVE_SLAVE (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/net/bonding/
A Dbond_netlink.c89 [IFLA_BOND_ACTIVE_SLAVE] = { .type = NLA_U32 },
199 if (data[IFLA_BOND_ACTIVE_SLAVE]) { in bond_changelink()
200 int ifindex = nla_get_u32(data[IFLA_BOND_ACTIVE_SLAVE]); in bond_changelink()
213 data[IFLA_BOND_ACTIVE_SLAVE], extack); in bond_changelink()
641 if (ifindex && nla_put_u32(skb, IFLA_BOND_ACTIVE_SLAVE, ifindex)) in bond_fill_info()
/linux-6.3-rc2/tools/include/uapi/linux/
A Dif_link.h837 IFLA_BOND_ACTIVE_SLAVE, enumerator
/linux-6.3-rc2/include/uapi/linux/
A Dif_link.h919 IFLA_BOND_ACTIVE_SLAVE, enumerator

Completed in 14 milliseconds