Searched refs:arp_ip_target (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/tools/testing/selftests/drivers/net/bonding/ |
| H A D | bond-arp-interval-causes-panic.sh | 41 arp_interval 1000 arp_ip_target "+${server_ip4}"
|
| /linux-6.15/Documentation/networking/ |
| H A D | bonding.rst | 160 arp_ip_target parameters be specified, otherwise serious network 290 the arp_ip_target option. 305 arp_ip_target 374 that they were generated by an arp_ip_target. Since backup slaves 1329 arp_ip_target=+192.168.1.1 arp_ip_target=+192.168.1.2 1566 exception of arp_ip_target, they accept the same values. To see the 1595 # echo +192.168.0.100 > /sys/class/net/bond0/bonding/arp_ip_target 1596 # echo +192.168.0.101 > /sys/class/net/bond0/bonding/arp_ip_target 1604 # echo -192.168.0.100 > /sys/class/net/bond0/bonding/arp_ip_target 1642 echo +192.168.2.100 /sys/class/net/bond1/bonding/arp_ip_target [all …]
|
| /linux-6.15/drivers/net/bonding/ |
| H A D | bond_main.c | 117 static char *arp_ip_target[BOND_MAX_ARP_TARGETS]; variable 179 module_param_array(arp_ip_target, charp, NULL, 0); 180 MODULE_PARM_DESC(arp_ip_target, "arp targets in n.n.n.n form"); 6277 (arp_ip_count < BOND_MAX_ARP_TARGETS) && arp_ip_target[i]; i++) { in bond_check_params() 6281 if (!in4_pton(arp_ip_target[i], -1, (u8 *)&ip, -1, NULL) || in bond_check_params() 6284 arp_ip_target[i]); in bond_check_params() 6343 pr_cont(" %s", arp_ip_target[i]); in bond_check_params()
|
| H A D | bond_sysfs.c | 302 static DEVICE_ATTR(arp_ip_target, 0644,
|