Home
last modified time | relevance | path

Searched refs:PR_SPLICE (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/netinet/
H A Din_proto.c188 .pr_flags = PR_ATOMIC|PR_ADDR|PR_SPLICE|PR_MPINPUT|PR_MPSOCKET,
200 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_ABRTACPTDIS|PR_SPLICE,
/openbsd/sys/netinet6/
H A Din6_proto.c139 .pr_flags = PR_ATOMIC|PR_ADDR|PR_SPLICE|PR_MPINPUT|PR_MPSOCKET,
150 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_ABRTACPTDIS|PR_SPLICE,
/openbsd/sys/sys/
H A Dprotosw.h131 #define PR_SPLICE 0x0040 /* socket splicing is possible */ macro
/openbsd/sys/kern/
H A Duipc_socket.c1392 if ((so->so_proto->pr_flags & PR_SPLICE) == 0) in sosplice()
1979 if (so->so_proto->pr_flags & PR_SPLICE) { in sorwakeup()
2002 if (so->so_proto->pr_flags & PR_SPLICE) { in sowwakeup()