Searched refs:MSG_OOB (Results 1 – 6 of 6) sorted by relevance
613 #define MSG_OOB 0x1 /* process out-of-band data */ macro
1936 if (flags & MSG_OOB) { in sosendcheck()2101 if (so->so_type != SOCK_STREAM && (flags & MSG_OOB) != 0) { in sosend()2146 space += ((flags & MSG_OOB) ? 1024 : 0); in sosend()2405 sendflags = (flags & MSG_OOB) ? PRUS_OOB : in sosend()2417 &control, (sendflags & MSG_OOB) ? in sosend()3291 if ((flags & MSG_OOB) || in soreceive()3329 *flagsp |= MSG_OOB; in soreceive()3559 flags |= MSG_OOB; in soreceive()3598 flags |= MSG_OOB; in soreceive()
1660 sosendflags = MSG_OOB; in sock_inject_data_out()
1265 if (flags & (MSG_OOB | MSG_DONTROUTE)) { in mptcp_usr_sosend()
2055 if (flags & (MSG_PEEK | MSG_OOB | MSG_NEEDSA | MSG_WAITALL | MSG_WAITSTREAM)) { in mptcp_subflow_soreceive()
5308 if ((flags & MSG_OOB)) { in cfil_sock_data_out()