Home
last modified time | relevance | path

Searched refs:flowid_shift (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net/
H A Dif_lagg.h258 int flowid_shift; /* shift the flowid */ member
H A Dif_lagg.c550 sc->flowid_shift = V_def_flowid_shift; in lagg_clone_create()
1399 ro->ro_flowid_shift = sc->flowid_shift; in lagg_ioctl()
1471 sc->flowid_shift = ro->ro_flowid_shift; in lagg_ioctl()
1773 p = flowid >> sc->flowid_shift; in lookup_snd_tag_port()
1782 hash = flowid >> sc->flowid_shift; in lookup_snd_tag_port()
2507 p = m->m_pkthdr.flowid >> sc->flowid_shift; in lagg_lb_start()
H A Dieee8023ad_lacp.c893 hash = m->m_pkthdr.flowid >> sc->flowid_shift; in lacp_select_tx_port()