Home
last modified time | relevance | path

Searched refs:nxt_pid_port_id_t (Results 1 – 1 of 1) sorted by path

/unit/src/
H A Dnxt_port_hash.c14 } nxt_pid_port_id_t; typedef
21 nxt_pid_port_id_t *pid_port_id; in nxt_port_hash_test()
24 pid_port_id = (nxt_pid_port_id_t *) lhq->key.start; in nxt_port_hash_test()
26 if (lhq->key.length == sizeof(nxt_pid_port_id_t) in nxt_port_hash_test()
52 nxt_port_hash_lhq(nxt_lvlhsh_query_t *lhq, nxt_pid_port_id_t *pid_port) in nxt_port_hash_lhq()
54 lhq->key_hash = nxt_murmur_hash2(pid_port, sizeof(nxt_pid_port_id_t)); in nxt_port_hash_lhq()
55 lhq->key.length = sizeof(nxt_pid_port_id_t); in nxt_port_hash_lhq()
66 nxt_pid_port_id_t pid_port; in nxt_port_hash_add()
97 nxt_pid_port_id_t pid_port; in nxt_port_hash_remove()
126 nxt_pid_port_id_t pid_port; in nxt_port_hash_find()