Searched refs:slave_last_rx (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | bonding.h | 517 static inline unsigned long slave_last_rx(struct bonding *bond, in slave_last_rx() function
|
/kernel/linux/linux-6.6/include/net/ |
H A D | bonding.h | 530 static inline unsigned long slave_last_rx(struct bonding *bond, in slave_last_rx() function
|
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_main.c | 3143 time_after(slave_last_rx(bond, curr_active_slave), in bond_arp_rcv() 3334 time_after(slave_last_rx(bond, curr_active_slave), in bond_na_rcv() 3529 last_rx = slave_last_rx(bond, slave); in bond_ab_arp_inspect()
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_main.c | 2959 time_after(slave_last_rx(bond, curr_active_slave), in bond_arp_rcv() 3117 last_rx = slave_last_rx(bond, slave); in bond_ab_arp_inspect()
|
Completed in 17 milliseconds