Searched refs:conn_hash (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/sys/dev/sfxge/ |
| HD | sfxge_rx.c | 408 m->m_pkthdr.flowid = c->conn_hash; in sfxge_lro_deliver() 432 bucket = c->conn_hash & rxq->lro.conns_mask; in sfxge_lro_drop() 627 static void sfxge_lro_new_conn(struct sfxge_lro_state *st, uint32_t conn_hash, in sfxge_lro_new_conn() argument 630 unsigned bucket = conn_hash & st->conns_mask; in sfxge_lro_new_conn() 653 c->conn_hash = conn_hash; in sfxge_lro_new_conn() 680 uint32_t conn_hash; in sfxge_lro() local 684 conn_hash = efx_pseudo_hdr_hash_get(rxq->common, in sfxge_lro() 725 bucket = conn_hash & rxq->lro.conns_mask; in sfxge_lro() 728 if ((c->l2_id - l2_id) | (c->conn_hash - conn_hash)) in sfxge_lro() 768 sfxge_lro_new_conn(&rxq->lro, conn_hash, l2_id, nh, th); in sfxge_lro()
|
| HD | sfxge_rx.h | 83 uint32_t conn_hash; member
|
| /freebsd-11-stable/crypto/openssh/ |
| HD | ssh.c | 527 u_char conn_hash[SSH_DIGEST_MAX_LENGTH]; in main() local 1206 ssh_digest_final(md, conn_hash, sizeof(conn_hash)) < 0) in main() 1209 conn_hash_hex = tohex(conn_hash, ssh_digest_bytes(SSH_DIGEST_SHA1)); in main()
|