Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ypldap/
H A Dypldap.h148 u_int8_t sc_opts; member
/freebsd/sys/net/
H A Dif_lagg.c546 sc->sc_opts |= LAGG_OPT_USE_FLOWID; in lagg_clone_create()
548 sc->sc_opts |= LAGG_OPT_USE_NUMA; in lagg_clone_create()
1411 ro->ro_opts = sc->sc_opts; in lagg_ioctl()
1462 * not in sc_opts. in lagg_ioctl()
1500 * Store new options into sc->sc_opts except for in lagg_ioctl()
1515 sc->sc_opts |= ro->ro_opts; in lagg_ioctl()
1517 sc->sc_opts &= ~ro->ro_opts; in lagg_ioctl()
1840 if ((sc->sc_opts & LAGG_OPT_USE_FLOWID) == 0 || in lookup_snd_tag_port()
1852 if ((sc->sc_opts & LAGG_OPT_USE_FLOWID) == 0 || in lookup_snd_tag_port()
2621 if ((sc->sc_opts in lagg_lb_start()
[all...]
H A Dif_lagg.h255 u_int sc_opts; member
H A Dieee8023ad_lacp.c862 if ((sc->sc_opts & LAGG_OPT_USE_NUMA) && in lacp_select_tx_port_by_hash()
892 if ((sc->sc_opts & LAGG_OPT_USE_FLOWID) && in lacp_select_tx_port()