Home
last modified time | relevance | path

Searched refs:is_port_mmap_sent (Results 1 – 4 of 4) sorted by relevance

/unit/src/
H A Dnxt_buf.h89 uint8_t is_port_mmap_sent:1; member
H A Dnxt_port_memory.c149 if (b->is_port_mmap_sent && b->mem.pos > b->mem.start) { in nxt_port_mmap_buf_completion()
167 b->is_port_mmap_sent, hdr->src_pid, hdr->dst_pid, hdr->id, c); in nxt_port_mmap_buf_completion()
H A Dnxt_port_socket.c211 b->is_port_mmap_sent = 1; in nxt_port_socket_write2()
643 b->is_port_mmap_sent = 1; in nxt_port_buf_completion()
H A Dnxt_router.c572 if (b->is_port_mmap_sent) { in nxt_router_msg_cancel()
573 b->is_port_mmap_sent = cancelled == 0; in nxt_router_msg_cancel()
5324 buf->is_port_mmap_sent = 1; in nxt_router_app_prepare_request()