Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/bonding/
Dbond_netlink.c75 [IFLA_BOND_ACTIVE_SLAVE] = { .type = NLA_U32 },
160 if (data[IFLA_BOND_ACTIVE_SLAVE]) { in bond_changelink()
161 int ifindex = nla_get_u32(data[IFLA_BOND_ACTIVE_SLAVE]); in bond_changelink()
457 if (ifindex && nla_put_u32(skb, IFLA_BOND_ACTIVE_SLAVE, ifindex)) in bond_fill_info()
/linux-4.1.27/include/uapi/linux/
Dif_link.h398 IFLA_BOND_ACTIVE_SLAVE, enumerator