Searched refs:setlaggsetopt (Results 1 – 1 of 1) sorted by relevance
| /f-stack/tools/ifconfig/ |
| H A D | iflagg.c | 131 setlaggsetopt(const char *val, int d, int s, const struct afswtch *afp) in setlaggsetopt() function 342 DEF_CMD("use_flowid", LAGG_OPT_USE_FLOWID, setlaggsetopt), 343 DEF_CMD("-use_flowid", -LAGG_OPT_USE_FLOWID, setlaggsetopt), 344 DEF_CMD("use_numa", LAGG_OPT_USE_NUMA, setlaggsetopt), 345 DEF_CMD("-use_numa", -LAGG_OPT_USE_NUMA, setlaggsetopt), 346 DEF_CMD("lacp_strict", LAGG_OPT_LACP_STRICT, setlaggsetopt), 347 DEF_CMD("-lacp_strict", -LAGG_OPT_LACP_STRICT, setlaggsetopt), 348 DEF_CMD("lacp_txtest", LAGG_OPT_LACP_TXTEST, setlaggsetopt), 349 DEF_CMD("-lacp_txtest", -LAGG_OPT_LACP_TXTEST, setlaggsetopt), 350 DEF_CMD("lacp_rxtest", LAGG_OPT_LACP_RXTEST, setlaggsetopt), [all …]
|