Searched refs:nxt_port_hash_find (Results 1 – 4 of 4) sorted by relevance
/unit/src/ |
H A D | nxt_port_hash.h | 18 nxt_port_t *nxt_port_hash_find(nxt_lvlhsh_t *port_hash, nxt_pid_t pid,
|
H A D | nxt_port_hash.c | 123 nxt_port_hash_find(nxt_lvlhsh_t *port_hash, nxt_pid_t pid, in nxt_port_hash_find() function
|
H A D | nxt_runtime.c | 1714 return nxt_port_hash_find(&rt->ports, pid, port_id); in nxt_runtime_port_find()
|
H A D | nxt_router.c | 733 main_app_port = nxt_port_hash_find(&rt->ports, port->pid, 0); in nxt_router_new_port_handler() 4392 app_port = nxt_port_hash_find(&app->port_hash, msg->port_msg.pid, in nxt_router_req_headers_ack_handler()
|