Home
last modified time | relevance | path

Searched refs:BOND_OPT_LAST (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/
H A Dbond_options.h19 #define BOND_OPT_VALID(opt) ((opt) < BOND_OPT_LAST)
80 BOND_OPT_LAST enumerator
/linux/drivers/net/bonding/
H A Dbond_options.c242 static const struct bond_option bond_opts[BOND_OPT_LAST] = {
524 for (option = 0; option < BOND_OPT_LAST; option++) { in bond_opt_get_by_name()