Searched refs:sosendallatonce (Results 1 – 4 of 4) sorted by relevance
975 extern int sosendallatonce(struct socket *so);
2190 int atomic = sosendallatonce(so) || top; in sosend()2735 int atomic = sosendallatonce(so); in sosend_list()3893 !sosendallatonce(so) && !nextrecord) { in soreceive()
2308 sosendallatonce(struct socket *so) in sosendallatonce() function
2109 if (so->so_type == SOCK_DGRAM && sosendallatonce(so) && in sendmsg_x()