Searched refs:missed_max (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/bonding/ |
| H A D | bond_netlink.c | 573 int missed_max = nla_get_u8(data[IFLA_BOND_MISSED_MAX]); in bond_changelink() local 575 bond_opt_initval(&newval, missed_max); in bond_changelink() 830 bond->params.missed_max)) in bond_fill_info()
|
| H A D | bond_procfs.c | 120 bond->params.missed_max); in bond_info_show_master()
|
| H A D | bond_sysfs.c | 312 return sysfs_emit(buf, "%u\n", bond->params.missed_max); in bonding_show_missed_max()
|
| H A D | bond_main.c | 3519 bond->params.missed_max) || in bond_loadbalance_arp_mon() 3521 bond->params.missed_max)) { in bond_loadbalance_arp_mon() 3627 !bond_time_in_interval(bond, last_rx, bond->params.missed_max + 1)) { in bond_ab_arp_inspect() 3639 (!bond_time_in_interval(bond, last_tx, bond->params.missed_max) || in bond_ab_arp_inspect() 3640 !bond_time_in_interval(bond, last_rx, bond->params.missed_max))) { in bond_ab_arp_inspect() 6422 params->missed_max = 2; in bond_check_params()
|
| H A D | bond_options.c | 1477 bond->params.missed_max = newval->value; in bond_option_missed_max_set()
|
| /linux/drivers/infiniband/ulp/rtrs/ |
| H A D | rtrs.c | 390 unsigned int interval_ms, unsigned int missed_max, in rtrs_init_hb() argument 398 path->hb_missed_max = missed_max; in rtrs_init_hb()
|
| H A D | rtrs-pri.h | 332 unsigned int interval_ms, unsigned int missed_max,
|
| /linux/include/net/ |
| H A D | bonding.h | 122 u8 missed_max; member
|