Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_port_hash.c13 uint32_t port_id; member
28 && pid_port_id->port_id == port->id) in nxt_port_hash_test()
70 pid_port.port_id = port->id; in nxt_port_hash_add()
101 pid_port.port_id = port->id; in nxt_port_hash_remove()
124 nxt_port_id_t port_id) in nxt_port_hash_find() argument
130 pid_port.port_id = port_id; in nxt_port_hash_find()
135 nxt_thread_log_debug("process port (%PI, %d) found", pid, port_id); in nxt_port_hash_find()
139 nxt_thread_log_debug("process port (%PI, %d) not found", pid, port_id); in nxt_port_hash_find()
H A Dnxt_port_hash.h19 nxt_port_id_t port_id);
H A Dnxt_runtime.c1838 nxt_port_id_t port_id) in nxt_runtime_port_find() argument
1840 return nxt_port_hash_find(&rt->ports, pid, port_id); in nxt_runtime_port_find()
H A Dnxt_runtime.h123 nxt_port_id_t port_id);
H A Dnxt_unit.c73 nxt_unit_port_id_t *port_id);
161 nxt_unit_port_id_t *port_id);
163 nxt_unit_port_id_t *port_id);
1468 nxt_unit_port_id_t *port_id) in nxt_unit_request_check_response_port() argument
1528 port->id = *port_id; in nxt_unit_request_check_response_port()
5266 port_id->pid = pid; in nxt_unit_port_id_init()
5268 port_id->id = id; in nxt_unit_port_id_init()
5648 nxt_unit_port_id_t *port_id) in nxt_unit_remove_port() argument
5683 (int) port_id->pid, (int) port_id->id); in nxt_unit_remove_port_unsafe()
5689 (int) port_id->pid, (int) port_id->id, in nxt_unit_remove_port_unsafe()
[all …]
H A Dnxt_unit.h243 void nxt_unit_port_id_init(nxt_unit_port_id_t *port_id, pid_t pid, uint16_t id);