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