Lines Matching refs:router_port
438 nxt_port_t *router_port; in nxt_controller_router_ready_handler() local
443 router_port = rt->port_by_type[NXT_PROCESS_ROUTER]; in nxt_controller_router_ready_handler()
447 if (router_port != NULL) { in nxt_controller_router_ready_handler()
565 nxt_port_t *router_port, *controller_port; in nxt_controller_conf_send() local
570 router_port = rt->port_by_type[NXT_PROCESS_ROUTER]; in nxt_controller_conf_send()
572 nxt_assert(router_port != NULL); in nxt_controller_conf_send()
604 router_port->pid, data); in nxt_controller_conf_send()
609 rc = nxt_port_socket_write(task, router_port, in nxt_controller_conf_send()
1436 nxt_port_t *router_port; in nxt_controller_check_postpone_request() local
1448 router_port = rt->port_by_type[NXT_PROCESS_ROUTER]; in nxt_controller_check_postpone_request()
1450 return (router_port == NULL); in nxt_controller_check_postpone_request()
1760 nxt_port_t *router_port, *controller_port; in nxt_controller_process_control() local
1812 router_port = rt->port_by_type[NXT_PROCESS_ROUTER]; in nxt_controller_process_control()
1817 router_port->pid, req); in nxt_controller_process_control()
1822 rc = nxt_port_socket_write(task, router_port, NXT_PORT_MSG_APP_RESTART, in nxt_controller_process_control()