Home
last modified time | relevance | path

Searched defs:sosplice (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/sys/
Dsocketvar.h73 struct sosplice { struct
74 struct socket *ssp_socket; /* [mr ms] send data to drain socket */
75 struct socket *ssp_soback; /* [ms ms] back ref to source socket */
76 off_t ssp_len; /* [mr] number of bytes spliced */
77 off_t ssp_max; /* [I] maximum number of bytes */
78 struct timeval ssp_idletv; /* [I] idle timeout */
79 struct timeout ssp_idleto;
80 struct task ssp_task; /* task for somove */
/openbsd/src/sys/kern/
Duipc_socket.c1304 sosplice(struct socket *so, int fd, off_t max, struct timeval *tv) in sosplice() function