Home
last modified time | relevance | path

Searched refs:BOND_OPT_PACKETS_PER_SLAVE (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/net/
Dbond_options.h42 BOND_OPT_PACKETS_PER_SLAVE, enumerator
/Linux-v4.19/drivers/net/bonding/
Dbond_options.c218 [BOND_OPT_PACKETS_PER_SLAVE] = {
219 .id = BOND_OPT_PACKETS_PER_SLAVE,
Dbond_netlink.c381 err = __bond_opt_set(bond, BOND_OPT_PACKETS_PER_SLAVE, &newval); in bond_changelink()
Dbond_main.c4484 if (!bond_opt_parse(bond_opt_get(BOND_OPT_PACKETS_PER_SLAVE), &newval)) { in bond_check_params()