Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dprotosw.h209 #define PRUS_MORETOCOME 0x4 macro
/f-stack/freebsd/sys/
H A Dprotosw.h211 #define PRUS_MORETOCOME 0x4 macro
/f-stack/freebsd/netinet6/
H A Dsctp6_usrreq.c755 ((flags & PRUS_MORETOCOME) == 0) in sctp6_send()
/f-stack/freebsd/netinet/
H A Dtcp_usrreq.c1256 if (flags & PRUS_MORETOCOME) in tcp_usr_send()
1259 if (flags & PRUS_MORETOCOME) in tcp_usr_send()
H A Dsctp_usrreq.c642 ((flags & PRUS_MORETOCOME) == 0) in sctp_sendm()
/f-stack/freebsd/kern/
H A Duipc_socket.c1511 (resid > 0 && space > 0) ? PRUS_MORETOCOME : 0,
1751 (resid > 0 && space > 0) ? PRUS_MORETOCOME : 0;