Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsocketvar.h76 struct so_splice { struct
82 enum so_splice_state { argument
92 STAILQ_ENTRY(so_splice) next; argument
144 struct so_splice *so_splice; /* (b) splice state for sink */ member
/freebsd/sys/kern/
H A Duipc_socket.c1663 so_splice(struct socket *so, struct socket *so2, struct splice *splice) function