Home
last modified time | relevance | path

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

/f-stack/tools/ifconfig/
H A Diflagg.c138 case LAGG_OPT_USE_FLOWID: in setlaggsetopt()
139 case -LAGG_OPT_USE_FLOWID: in setlaggsetopt()
342 DEF_CMD("use_flowid", LAGG_OPT_USE_FLOWID, setlaggsetopt),
343 DEF_CMD("-use_flowid", -LAGG_OPT_USE_FLOWID, setlaggsetopt),
/f-stack/freebsd/net/
H A Dif_lagg.h170 #define LAGG_OPT_USE_FLOWID 0x01 /* enable use of flowid */ macro
H A Dif_lagg.c547 sc->sc_opts |= LAGG_OPT_USE_FLOWID; in lagg_clone_create()
1433 case LAGG_OPT_USE_FLOWID: in lagg_ioctl()
1434 case -LAGG_OPT_USE_FLOWID: in lagg_ioctl()
1770 if ((sc->sc_opts & LAGG_OPT_USE_FLOWID) == 0 || in lookup_snd_tag_port()
1779 if ((sc->sc_opts & LAGG_OPT_USE_FLOWID) == 0 || in lookup_snd_tag_port()
2505 if ((sc->sc_opts & LAGG_OPT_USE_FLOWID) && in lagg_lb_start()
H A Dieee8023ad_lacp.c891 if ((sc->sc_opts & LAGG_OPT_USE_FLOWID) && in lacp_select_tx_port()