Home
last modified time | relevance | path

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

/freebsd/sys/dev/sfxge/
H A Dsfxge_rx.c407 m->m_pkthdr.flowid = c->conn_hash; in sfxge_lro_deliver()
431 bucket = c->conn_hash & rxq->lro.conns_mask; in sfxge_lro_drop()
626 static void sfxge_lro_new_conn(struct sfxge_lro_state *st, uint32_t conn_hash, in sfxge_lro_new_conn() argument
629 unsigned bucket = conn_hash & st->conns_mask; in sfxge_lro_new_conn()
652 c->conn_hash = conn_hash; in sfxge_lro_new_conn()
679 uint32_t conn_hash; in sfxge_lro() local
683 conn_hash = efx_pseudo_hdr_hash_get(rxq->common, in sfxge_lro()
724 bucket = conn_hash & rxq->lro.conns_mask; in sfxge_lro()
727 if ((c->l2_id - l2_id) | (c->conn_hash - conn_hash)) in sfxge_lro()
767 sfxge_lro_new_conn(&rxq->lro, conn_hash, l2_id, nh, th); in sfxge_lro()
H A Dsfxge_rx.h83 uint32_t conn_hash; member
/freebsd/crypto/openssh/
H A Dreadconf.c358 u_char conn_hash[SSH_DIGEST_MAX_LENGTH]; in ssh_connection_hash() local
366 ssh_digest_final(md, conn_hash, sizeof(conn_hash)) < 0) in ssh_connection_hash()
369 return tohex(conn_hash, ssh_digest_bytes(SSH_DIGEST_SHA1)); in ssh_connection_hash()