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

/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_rx.h62 * @conn_hash: Hash of connection 4-tuple
83 uint32_t conn_hash; member in struct:sfxge_lro_conn
H A Dsfxge_rx.c408 m->m_pkthdr.flowid = c->conn_hash;
432 bucket = c->conn_hash & rxq->lro.conns_mask;
627 static void sfxge_lro_new_conn(struct sfxge_lro_state *st, uint32_t conn_hash, argument
630 unsigned bucket = conn_hash & st->conns_mask;
653 c->conn_hash = conn_hash;
680 uint32_t conn_hash; local
684 conn_hash = efx_pseudo_hdr_hash_get(rxq->common,
725 bucket = conn_hash & rxq->lro.conns_mask;
728 if ((c->l2_id - l2_id) | (c->conn_hash
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dssh.c527 u_char conn_hash[SSH_DIGEST_MAX_LENGTH]; local
1206 ssh_digest_final(md, conn_hash, sizeof(conn_hash)) < 0)
1209 conn_hash_hex = tohex(conn_hash, ssh_digest_bytes(SSH_DIGEST_SHA1));

Completed in 168 milliseconds