Searched refs:BOND_OPT_VALID (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/include/net/ | ||
D | bond_options.h | 11 #define BOND_OPT_VALID(opt) ((opt) < BOND_OPT_LAST) macro |
/Linux-v5.4/drivers/net/bonding/ | ||
D | bond_options.c | 742 if (!BOND_OPT_VALID(option)) in bond_opt_get() |