Home
last modified time | relevance | path

Searched refs:sp_max (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/sys/
Dsocket.h142 off_t sp_max; /* if set, maximum bytes to splice */ member
/openbsd/src/sys/kern/
Duipc_socket.c2067 mtod(m, struct splice *)->sp_max, in sosetopt()
/openbsd/src/usr.sbin/relayd/
Drelay.c956 sp.sp_max = cre->toread > 0 ? cre->toread : 0; in relay_splice()