Searched refs:conn_hash (Results 1 – 2 of 2) sorted by relevance
414 m->m_pkthdr.flowid = c->conn_hash; in sfxge_lro_deliver()438 bucket = c->conn_hash & rxq->lro.conns_mask; in sfxge_lro_drop()633 static void sfxge_lro_new_conn(struct sfxge_lro_state *st, uint32_t conn_hash, in sfxge_lro_new_conn() argument636 unsigned bucket = conn_hash & st->conns_mask; in sfxge_lro_new_conn()659 c->conn_hash = conn_hash; in sfxge_lro_new_conn()686 uint32_t conn_hash; in sfxge_lro() local690 conn_hash = efx_psuedo_hdr_hash_get(sc->enp, in sfxge_lro()731 bucket = conn_hash & rxq->lro.conns_mask; in sfxge_lro()734 if ((c->l2_id - l2_id) | (c->conn_hash - conn_hash)) in sfxge_lro()774 sfxge_lro_new_conn(&rxq->lro, conn_hash, l2_id, nh, th); in sfxge_lro()
101 uint32_t conn_hash; member