Searched refs:IFLA_BOND_ACTIVE_SLAVE (Results 1 – 3 of 3) sorted by relevance
89 [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()
837 IFLA_BOND_ACTIVE_SLAVE, enumerator
919 IFLA_BOND_ACTIVE_SLAVE, enumerator
Completed in 14 milliseconds