Searched refs:sp_fd (Results 1 – 6 of 6) sorted by relevance
46 int sp_fd[2]; member73 if (socketpair(PF_UNIX, SOCK_STREAM, 0, spctx->sp_fd) == -1) { in sp_connect()99 spctx->sp_fd[0] = fd; in sp_wrap()100 spctx->sp_fd[1] = -1; in sp_wrap()103 spctx->sp_fd[0] = -1; in sp_wrap()104 spctx->sp_fd[1] = fd; in sp_wrap()130 close(spctx->sp_fd[1]); in sp_send()131 spctx->sp_fd[1] = -1; in sp_send()133 PJDLOG_ASSERT(spctx->sp_fd[0] >= 0); in sp_send()134 sock = spctx->sp_fd[0]; in sp_send()[all …]
131 sp.sp_fd = s2; in splice()
681 int sp_fd; /* drain socket file descriptor */ member
230 int32_t sp_fd; member3961 splice.sp_fd = splice32.sp_fd;3985 if (splice.sp_fd >= 0) {3994 error = getsock(sopt->sopt_td, splice.sp_fd,
157 sp->sp_fd = fd; in splice_init()
1967 sp->sp_fd, (uintmax_t)sp->sp_max, (intmax_t)sp->sp_idle.tv_sec, in ktrsplice()