/linux-5.19.10/tools/testing/selftests/net/af_unix/ |
D | test_unix_oob.c | 87 if (recv(fd, c, sizeof(*c), MSG_OOB) < 0) { in read_oob() 138 send(cfd, buf, sizeof(buf), MSG_OOB); in producer() 145 send(cfd, buf, sizeof(buf), MSG_OOB); in producer() 149 send(cfd, buf, sizeof(buf), MSG_OOB); in producer() 156 send(cfd, buf, sizeof(buf), MSG_OOB); in producer() 160 send(cfd, buf, sizeof(buf), MSG_OOB); in producer() 170 send(cfd, buf, 1, MSG_OOB); in producer()
|
/linux-5.19.10/net/decnet/ |
D | af_decnet.c | 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() [all …]
|
/linux-5.19.10/net/x25/ |
D | af_x25.c | 1105 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_OOB|MSG_EOR|MSG_CMSG_COMPAT)) in x25_sendmsg() 1109 if (!(msg->msg_flags & (MSG_EOR|MSG_OOB))) in x25_sendmsg() 1162 if ((msg->msg_flags & MSG_OOB) && len > 32) in x25_sendmsg() 1205 if (msg->msg_flags & MSG_OOB) { in x25_sendmsg() 1244 if (msg->msg_flags & MSG_OOB) in x25_sendmsg() 1293 if (flags & MSG_OOB) { in x25_recvmsg() 1314 msg->msg_flags |= MSG_OOB; in x25_recvmsg()
|
/linux-5.19.10/net/smc/ |
D | smc_rx.c | 236 msg->msg_flags |= MSG_OOB; in smc_rx_recv_urg() 304 if (flags & MSG_OOB) in smc_rx_recvmsg()
|
D | smc_tx.c | 211 if (msg->msg_flags & MSG_OOB) in smc_tx_sendmsg() 222 if (msg->msg_flags & MSG_OOB) in smc_tx_sendmsg() 281 if ((msg->msg_flags & MSG_OOB) && !send_remaining) in smc_tx_sendmsg()
|
/linux-5.19.10/net/caif/ |
D | caif_socket.c | 276 if (flags & MSG_OOB) in caif_seqpkt_recvmsg() 352 if (flags&MSG_OOB) in caif_stream_recvmsg() 529 if (msg->msg_flags&MSG_OOB) in caif_seqpkt_sendmsg() 600 if (unlikely(msg->msg_flags&MSG_OOB)) in caif_stream_sendmsg()
|
/linux-5.19.10/net/phonet/ |
D | pep.c | 1247 if (flags & ~(MSG_OOB|MSG_PEEK|MSG_TRUNC|MSG_DONTWAIT|MSG_WAITALL| in pep_recvmsg() 1254 if ((flags & MSG_OOB) || sock_flag(sk, SOCK_URGINLINE)) { in pep_recvmsg() 1264 msg->msg_flags |= MSG_OOB; in pep_recvmsg() 1267 if (flags & MSG_OOB) in pep_recvmsg()
|
/linux-5.19.10/net/bluetooth/ |
D | af_bluetooth.c | 262 if (flags & MSG_OOB) in bt_sock_recvmsg() 339 if (flags & MSG_OOB) in bt_sock_stream_recvmsg()
|
/linux-5.19.10/net/l2tp/ |
D | l2tp_ip6.c | 518 if (msg->msg_flags & MSG_OOB) in l2tp_ip6_sendmsg() 671 if (flags & MSG_OOB) in l2tp_ip6_recvmsg()
|
D | l2tp_ip.c | 528 if (flags & MSG_OOB) in l2tp_ip_recvmsg()
|
/linux-5.19.10/tools/perf/trace/beauty/include/linux/ |
D | socket.h | 294 #define MSG_OOB 1 macro
|
/linux-5.19.10/include/linux/ |
D | socket.h | 294 #define MSG_OOB 1 macro
|
/linux-5.19.10/drivers/isdn/mISDN/ |
D | socket.c | 118 if (flags & (MSG_OOB)) in mISDN_sock_recvmsg() 178 if (msg->msg_flags & MSG_OOB) in mISDN_sock_sendmsg()
|
/linux-5.19.10/net/unix/ |
D | af_unix.c | 1861 if (msg->msg_flags&MSG_OOB) in unix_dgram_sendmsg() 2116 if (msg->msg_flags & MSG_OOB) { in unix_stream_sendmsg() 2189 if (msg->msg_flags & MSG_OOB) { in unix_stream_sendmsg() 2223 if (flags & MSG_OOB) in unix_stream_sendpage() 2381 if (flags&MSG_OOB) in __unix_dgram_recvmsg() 2620 state->msg->msg_flags |= MSG_OOB; in unix_stream_recv_urg() 2685 if (unlikely(flags & MSG_OOB)) { in unix_stream_read_generic()
|
/linux-5.19.10/net/ieee802154/ |
D | socket.c | 248 if (msg->msg_flags & MSG_OOB) { in raw_sendmsg() 610 if (msg->msg_flags & MSG_OOB) { in dgram_sendmsg()
|
/linux-5.19.10/net/nfc/ |
D | llcp_sock.c | 786 if (msg->msg_flags & MSG_OOB) in llcp_sock_sendmsg() 841 if (flags & (MSG_OOB)) in llcp_sock_recvmsg()
|
/linux-5.19.10/net/ipv4/ |
D | raw.c | 502 if (msg->msg_flags & MSG_OOB) /* Mirror BSD error message */ in raw_sendmsg() 736 if (flags & MSG_OOB) in raw_recvmsg()
|
D | ping.c | 670 if (msg->msg_flags & MSG_OOB) in ping_common_sendmsg() 869 if (flags & MSG_OOB) in ping_recvmsg()
|
D | tcp.c | 671 if (flags & MSG_OOB) in tcp_mark_urg() 916 *size_goal = tcp_xmit_size_goal(sk, mss_now, !(flags & MSG_OOB)); in tcp_send_mss() 1088 if (skb->len < size_goal || (flags & MSG_OOB)) in do_tcp_sendpages() 1420 if (skb->len < size_goal || (flags & MSG_OOB) || unlikely(tp->repair)) in tcp_sendmsg_locked() 1506 msg->msg_flags |= MSG_OOB; in tcp_recv_urg() 2350 if (flags & MSG_OOB) in tcp_recvmsg_locked()
|
/linux-5.19.10/net/ipv6/ |
D | raw.c | 437 if (flags & MSG_OOB) in rawv6_recvmsg() 759 if (msg->msg_flags & MSG_OOB) in rawv6_sendmsg()
|
/linux-5.19.10/net/vmw_vsock/ |
D | af_vsock.c | 1133 if (msg->msg_flags & MSG_OOB) in vsock_dgram_sendmsg() 1747 if (msg->msg_flags & MSG_OOB) in vsock_connectible_sendmsg() 2108 if (flags & MSG_OOB) { in vsock_connectible_recvmsg()
|
/linux-5.19.10/drivers/xen/ |
D | pvcalls-front.c | 540 if (flags & (MSG_CONFIRM|MSG_DONTROUTE|MSG_EOR|MSG_OOB)) in pvcalls_front_sendmsg() 631 if (flags & (MSG_CMSG_CLOEXEC|MSG_ERRQUEUE|MSG_OOB|MSG_TRUNC)) in pvcalls_front_recvmsg()
|
/linux-5.19.10/net/rxrpc/ |
D | recvmsg.c | 500 if (flags & (MSG_OOB | MSG_TRUNC)) in rxrpc_recvmsg()
|
D | af_rxrpc.c | 509 if (m->msg_flags & MSG_OOB) in rxrpc_sendmsg()
|
/linux-5.19.10/net/rds/ |
D | recv.c | 649 if (msg_flags & MSG_OOB) in rds_recvmsg()
|