Searched refs:setlaggsetopt (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sbin/ifconfig/
H A Diflagg.c133 setlaggsetopt(const char *val, int d, int s, const struct afswtch *afp) function
325 DEF_CMD("use_flowid", LAGG_OPT_USE_FLOWID, setlaggsetopt),
326 DEF_CMD("-use_flowid", -LAGG_OPT_USE_FLOWID, setlaggsetopt),
327 DEF_CMD("use_numa", LAGG_OPT_USE_NUMA, setlaggsetopt),
328 DEF_CMD("-use_numa", -LAGG_OPT_USE_NUMA, setlaggsetopt),
329 DEF_CMD("lacp_strict", LAGG_OPT_LACP_STRICT, setlaggsetopt),
330 DEF_CMD("-lacp_strict", -LAGG_OPT_LACP_STRICT, setlaggsetopt),
331 DEF_CMD("lacp_txtest", LAGG_OPT_LACP_TXTEST, setlaggsetopt),
332 DEF_CMD("-lacp_txtest", -LAGG_OPT_LACP_TXTEST, setlaggsetopt),
333 DEF_CMD("lacp_rxtest", LAGG_OPT_LACP_RXTEST, setlaggsetopt),
[all...]

Completed in 110 milliseconds