Home
last modified time | relevance | path

Searched refs:LAGG_OPT_USE_FLOWID (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/ifconfig/
H A Diflagg.c129 case LAGG_OPT_USE_FLOWID: in setlaggsetopt()
130 case -LAGG_OPT_USE_FLOWID: in setlaggsetopt()
314 DEF_CMD("use_flowid", LAGG_OPT_USE_FLOWID, setlaggsetopt),
315 DEF_CMD("-use_flowid", -LAGG_OPT_USE_FLOWID, setlaggsetopt),
/freebsd/sys/net/
H A Dif_lagg.h168 #define LAGG_OPT_USE_FLOWID 0x01 /* enable use of flowid */ macro
H A Dif_lagg.c545 sc->sc_opts |= LAGG_OPT_USE_FLOWID; in lagg_clone_create()
1464 case LAGG_OPT_USE_FLOWID: in lagg_ioctl()
1465 case -LAGG_OPT_USE_FLOWID: in lagg_ioctl()
1839 if ((sc->sc_opts & LAGG_OPT_USE_FLOWID) == 0 || in lookup_snd_tag_port()
1848 if ((sc->sc_opts & LAGG_OPT_USE_FLOWID) == 0 || in lookup_snd_tag_port()
2598 if ((sc->sc_opts & LAGG_OPT_USE_FLOWID) && in lagg_lb_start()
H A Dieee8023ad_lacp.c888 if ((sc->sc_opts & LAGG_OPT_USE_FLOWID) && in lacp_select_tx_port()