Home
last modified time | relevance | path

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

/freebsd-head/sys/sys/
HDsocketvar.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-head/sys/kern/
HDuipc_socket.c1662 so_splice(struct socket *so, struct socket *so2, struct splice *splice) function