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

/freebsd-current/usr.sbin/ypldap/
H A Dypldap.h148 u_int8_t sc_opts; member in struct:env
/freebsd-current/sys/net/
H A Dif_lagg.h169 /* Pseudo flags which are used in ro_opts but not stored into sc_opts. */
255 u_int sc_opts; member in struct:lagg_softc
H A Dif_lagg.c550 sc->sc_opts |= LAGG_OPT_USE_FLOWID;
552 sc->sc_opts |= LAGG_OPT_USE_NUMA;
1411 ro->ro_opts = sc->sc_opts;
1462 * not in sc_opts.
1500 * Store new options into sc->sc_opts except for
1515 sc->sc_opts |= ro->ro_opts;
1517 sc->sc_opts &= ~ro->ro_opts;
1842 if ((sc->sc_opts & LAGG_OPT_USE_FLOWID) == 0 ||
1851 if ((sc->sc_opts & LAGG_OPT_USE_FLOWID) == 0 ||
2601 if ((sc->sc_opts
[all...]
H A Dieee8023ad_lacp.c858 if ((sc->sc_opts & LAGG_OPT_USE_NUMA) &&
888 if ((sc->sc_opts & LAGG_OPT_USE_FLOWID) &&

Completed in 93 milliseconds