Searched refs:PR_SPLICE (Results 1 – 4 of 4) sorted by relevance
188 .pr_flags = PR_ATOMIC|PR_ADDR|PR_SPLICE|PR_MPINPUT|PR_MPSOCKET,200 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_ABRTACPTDIS|PR_SPLICE,
139 .pr_flags = PR_ATOMIC|PR_ADDR|PR_SPLICE|PR_MPINPUT|PR_MPSOCKET,150 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_ABRTACPTDIS|PR_SPLICE,
131 #define PR_SPLICE 0x0040 /* socket splicing is possible */ macro
1392 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()