Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/bonding/
Dbond_netlink.c93 [IFLA_BOND_ARP_INTERVAL] = { .type = NLA_U32 },
227 if (data[IFLA_BOND_ARP_INTERVAL]) { in bond_changelink()
228 int arp_interval = nla_get_u32(data[IFLA_BOND_ARP_INTERVAL]); in bond_changelink()
533 if (nla_put_u32(skb, IFLA_BOND_ARP_INTERVAL, bond->params.arp_interval)) in bond_fill_info()
/linux-4.4.14/include/uapi/linux/
Dif_link.h479 IFLA_BOND_ARP_INTERVAL, enumerator