Searched refs:sosendallatonce (Results 1 – 4 of 4) sorted by relevance
969 extern int sosendallatonce(struct socket *so);
2182 int atomic = sosendallatonce(so) || top; in sosend()2727 int atomic = sosendallatonce(so); in sosend_list()3884 !sosendallatonce(so) && !nextrecord) { in soreceive()
2298 sosendallatonce(struct socket *so) in sosendallatonce() function
1895 if (so->so_type == SOCK_DGRAM && sosendallatonce(so) && in sendmsg_x()