Searched refs:MSG_EOR (Results 1 – 4 of 4) sorted by relevance
616 #define MSG_EOR 0x8 /* data completes record */ macro
2119 (so->so_type == SOCK_STREAM && (flags & MSG_EOR))) { in sosend()2154 if (flags & MSG_EOR) { in sosend()2377 if (flags & MSG_EOR) { in sosend()3222 flags = *flagsp & ~MSG_EOR; in soreceive()3669 flags |= MSG_EOR; in soreceive()3750 if (flags & MSG_EOR) { in soreceive()3892 (flags & MSG_EOR) == 0 && (so->so_state & SS_CANTRCVMORE) == 0) { in soreceive()
1279 (flags & MSG_EOR) || control != NULL) { in mptcp_usr_sosend()
2050 flags = *flagsp & ~MSG_EOR; in mptcp_subflow_soreceive()