Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_port_hash.c123 nxt_port_hash_find(nxt_lvlhsh_t *port_hash, nxt_pid_t pid, in nxt_port_hash_find() function
H A Dnxt_port_hash.h18 nxt_port_t *nxt_port_hash_find(nxt_lvlhsh_t *port_hash, nxt_pid_t pid,
H A Dnxt_router.c733 main_app_port = nxt_port_hash_find(&rt->ports, port->pid, 0); in nxt_router_new_port_handler()
4261 app_port = nxt_port_hash_find(&app->port_hash, msg->port_msg.pid, in nxt_router_req_headers_ack_handler()
H A Dnxt_runtime.c1840 return nxt_port_hash_find(&rt->ports, pid, port_id); in nxt_runtime_port_find()