Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dbond_options.h19 #define BOND_OPT_VALID(opt) ((opt) < BOND_OPT_LAST) macro
/openbmc/linux/drivers/net/bonding/
H A Dbond_options.c832 if (!BOND_OPT_VALID(option)) in bond_opt_get()