Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/bonding/
H A Dbond_netlink.c99 [IFLA_BOND_ARP_INTERVAL] = { .type = NLA_U32 },
267 if (data[IFLA_BOND_ARP_INTERVAL]) { in bond_changelink()
268 int arp_interval = nla_get_u32(data[IFLA_BOND_ARP_INTERVAL]); in bond_changelink()
271 NL_SET_ERR_MSG_ATTR(extack, data[IFLA_BOND_ARP_INTERVAL], in bond_changelink()
278 data[IFLA_BOND_ARP_INTERVAL], extack); in bond_changelink()
344 NL_SET_ERR_MSG_ATTR(extack, data[IFLA_BOND_ARP_INTERVAL], in bond_changelink()
667 if (nla_put_u32(skb, IFLA_BOND_ARP_INTERVAL, bond->params.arp_interval)) in bond_fill_info()
/openbmc/linux/tools/include/uapi/linux/
H A Dif_link.h843 IFLA_BOND_ARP_INTERVAL, enumerator
/openbmc/linux/include/uapi/linux/
H A Dif_link.h928 IFLA_BOND_ARP_INTERVAL, enumerator