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

/freebsd-11.0-release/usr.sbin/ypldap/
H A Dypldap.h148 u_int8_t sc_opts; member in struct:env
/freebsd-11.0-release/sys/net/
H A Dif_lagg.h145 /* Pseudo flags which are used in ro_opts but not stored into sc_opts. */
245 u_int sc_opts; member in struct:lagg_softc
H A Dif_lagg.c480 sc->sc_opts |= LAGG_OPT_USE_FLOWID;
1274 ro->ro_opts = sc->sc_opts;
1312 * not in sc_opts.
1348 * Store new options into sc->sc_opts except for
1355 sc->sc_opts |= ro->ro_opts;
1357 sc->sc_opts &= ~ro->ro_opts;
2121 if ((sc->sc_opts & LAGG_OPT_USE_FLOWID) &&
H A Dieee8023ad_lacp.c843 if ((sc->sc_opts & LAGG_OPT_USE_FLOWID) &&

Completed in 59 milliseconds