Searched refs:IFLA_BOND_ARP_INTERVAL (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/net/bonding/ |
| H A D | bond_netlink.c | 100 [IFLA_BOND_ARP_INTERVAL] = { .type = NLA_U32 }, 269 if (data[IFLA_BOND_ARP_INTERVAL]) { in bond_changelink() 270 int arp_interval = nla_get_u32(data[IFLA_BOND_ARP_INTERVAL]); in bond_changelink() 273 NL_SET_ERR_MSG_ATTR(extack, data[IFLA_BOND_ARP_INTERVAL], in bond_changelink() 280 data[IFLA_BOND_ARP_INTERVAL], extack); in bond_changelink() 346 NL_SET_ERR_MSG_ATTR(extack, data[IFLA_BOND_ARP_INTERVAL], in bond_changelink() 682 if (nla_put_u32(skb, IFLA_BOND_ARP_INTERVAL, bond->params.arp_interval)) in bond_fill_info()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | if_link.h | 1503 IFLA_BOND_ARP_INTERVAL, enumerator
|
| /linux-6.15/include/uapi/linux/ |
| H A D | if_link.h | 1511 IFLA_BOND_ARP_INTERVAL, enumerator
|