Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/sys/
H A Dprotosw.h534 #define PRUS_MORETOCOME 0x4 macro
/xnu-10063.101.15/bsd/netinet/
H A Dtcp_usrreq.c1261 if (flags & PRUS_MORETOCOME) { in tcp_usr_send()
1267 if (flags & PRUS_MORETOCOME) { in tcp_usr_send()
H A Dmptcp_usrreq.c1310 PRUS_MORETOCOME : 0; in mptcp_usr_sosend()
/xnu-10063.101.15/bsd/kern/
H A Duipc_socket.c2545 (resid > 0 && space > 0) ? PRUS_MORETOCOME : 0; in sosend()