m_ether_tcpip_hash
queue_index = m_ether_tcpip_hash(MBUF_HASHFLAG_L3 | MBUF_HASHFLAG_L4, mb, hashrandom);
ch = m_ether_tcpip_hash(MBUF_HASHFLAG_L3 |
hash = m_ether_tcpip_hash(sc->sc_flags, m, lsc->lsc_hashkey);
p = m_ether_tcpip_hash(sc->sc_flags, m, lb->lb_key);
uint32_t m_ether_tcpip_hash(const uint32_t, const struct mbuf *, uint32_t);