Lines Matching refs:MSG_OOB
1645 if (flags & MSG_OOB) in dn_data_ready()
1700 if (flags & ~(MSG_CMSG_COMPAT|MSG_PEEK|MSG_OOB|MSG_WAITALL|MSG_DONTWAIT|MSG_NOSIGNAL)) { in dn_recvmsg()
1705 if (flags & MSG_OOB) in dn_recvmsg()
1722 if (!(flags & MSG_OOB)) { in dn_recvmsg()
1723 msg->msg_flags |= MSG_OOB; in dn_recvmsg()
1792 if (flags & MSG_OOB) in dn_recvmsg()
1827 if (flags & MSG_OOB) { in dn_queue_too_long()
1875 if (flags & MSG_OOB) in dn_current_mss()
1923 if (flags & ~(MSG_TRYHARD|MSG_OOB|MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL|MSG_MORE|MSG_CMSG_COMPAT)) in dn_sendmsg()
1964 if (flags & MSG_OOB) { in dn_sendmsg()
2037 if (flags & MSG_OOB) { in dn_sendmsg()
2059 dn_nsp_queue_xmit(sk, skb, sk->sk_allocation, flags & MSG_OOB); in dn_sendmsg()