Lines Matching refs:MSG_OOB
1650 if (flags & MSG_OOB) in dn_data_ready()
1705 if (flags & ~(MSG_CMSG_COMPAT|MSG_PEEK|MSG_OOB|MSG_WAITALL|MSG_DONTWAIT|MSG_NOSIGNAL)) { in dn_recvmsg()
1710 if (flags & MSG_OOB) in dn_recvmsg()
1727 if (!(flags & MSG_OOB)) { in dn_recvmsg()
1728 msg->msg_flags |= MSG_OOB; in dn_recvmsg()
1797 if (flags & MSG_OOB) in dn_recvmsg()
1832 if (flags & MSG_OOB) { in dn_queue_too_long()
1880 if (flags & MSG_OOB) in dn_current_mss()
1928 if (flags & ~(MSG_TRYHARD|MSG_OOB|MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL|MSG_MORE|MSG_CMSG_COMPAT)) in dn_sendmsg()
1969 if (flags & MSG_OOB) { in dn_sendmsg()
2042 if (flags & MSG_OOB) { in dn_sendmsg()
2064 dn_nsp_queue_xmit(sk, skb, sk->sk_allocation, flags & MSG_OOB); in dn_sendmsg()