Lines Matching refs:MSG_OOB
1653 if (flags & MSG_OOB) in dn_data_ready()
1708 if (flags & ~(MSG_CMSG_COMPAT|MSG_PEEK|MSG_OOB|MSG_WAITALL|MSG_DONTWAIT|MSG_NOSIGNAL)) { in dn_recvmsg()
1713 if (flags & MSG_OOB) in dn_recvmsg()
1730 if (!(flags & MSG_OOB)) { in dn_recvmsg()
1731 msg->msg_flags |= MSG_OOB; in dn_recvmsg()
1800 if (flags & MSG_OOB) in dn_recvmsg()
1835 if (flags & MSG_OOB) { in dn_queue_too_long()
1883 if (flags & MSG_OOB) in dn_current_mss()
1931 if (flags & ~(MSG_TRYHARD|MSG_OOB|MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL|MSG_MORE|MSG_CMSG_COMPAT)) in dn_sendmsg()
1972 if (flags & MSG_OOB) { in dn_sendmsg()
2045 if (flags & MSG_OOB) { in dn_sendmsg()
2067 dn_nsp_queue_xmit(sk, skb, sk->sk_allocation, flags & MSG_OOB); in dn_sendmsg()