Searched refs:conn_hash (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/sfxge/ |
| H A D | sfxge_rx.c | 395 m->m_pkthdr.flowid = c->conn_hash; in sfxge_lro_deliver() 419 bucket = c->conn_hash & rxq->lro.conns_mask; in sfxge_lro_drop() 614 static void sfxge_lro_new_conn(struct sfxge_lro_state *st, uint32_t conn_hash, in sfxge_lro_new_conn() argument 617 unsigned bucket = conn_hash & st->conns_mask; in sfxge_lro_new_conn() 640 c->conn_hash = conn_hash; in sfxge_lro_new_conn() 667 uint32_t conn_hash; in sfxge_lro() local 671 conn_hash = efx_pseudo_hdr_hash_get(rxq->common, in sfxge_lro() 712 bucket = conn_hash & rxq->lro.conns_mask; in sfxge_lro() 715 if ((c->l2_id - l2_id) | (c->conn_hash - conn_hash)) in sfxge_lro() 755 sfxge_lro_new_conn(&rxq->lro, conn_hash, l2_id, nh, th); in sfxge_lro()
|
| H A D | sfxge_rx.h | 83 uint32_t conn_hash; member
|
| /freebsd/crypto/openssh/ |
| H A D | readconf.c | 349 u_char conn_hash[SSH_DIGEST_MAX_LENGTH]; in ssh_connection_hash() local 357 ssh_digest_final(md, conn_hash, sizeof(conn_hash)) < 0) in ssh_connection_hash() 360 return tohex(conn_hash, ssh_digest_bytes(SSH_DIGEST_SHA1)); in ssh_connection_hash()
|