| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockmap_strp.c | 29 recvd = recv_timeout(p, rcv, sizeof(rcv), 0, 1); in sockmap_strp_consume_pre_data() 144 recvd = recv_timeout(*send_dir[i].receiver, rcv, in test_sockmap_strp_dispatch_pkt() 207 recvd = recv_timeout(p, rcv, total + 1, MSG_DONTWAIT, IO_TIMEOUT_SEC); in test_sockmap_strp_multiple_pkt() 253 recvd = recv_timeout(p, rcv, sizeof(rcv), MSG_DONTWAIT, 1); in test_sockmap_strp_partial_read() 259 recvd = recv_timeout(p, rcv, sizeof(rcv), MSG_DONTWAIT, IO_TIMEOUT_SEC); in test_sockmap_strp_partial_read() 270 recvd = recv_timeout(p, rcv, sizeof(rcv), MSG_DONTWAIT, 1); in test_sockmap_strp_partial_read() 276 recvd = recv_timeout(p, rcv, sizeof(rcv), MSG_DONTWAIT, IO_TIMEOUT_SEC); in test_sockmap_strp_partial_read() 333 recvd = recv_timeout(p, rcv, sizeof(rcv), MSG_DONTWAIT, in test_sockmap_strp_pass() 351 recvd = recv_timeout(p, rcv, sizeof(rcv), MSG_DONTWAIT, in test_sockmap_strp_pass() 401 recvd = recv_timeout(c1, rcv, sizeof(rcv), MSG_DONTWAIT, in test_sockmap_strp_verdict() [all …]
|
| H A D | sockmap_ktls.c | 210 recvd = recv_timeout(p, rcv, sizeof(rcv), MSG_DONTWAIT, 1); in test_sockmap_ktls_tx_cork() 219 recvd = recv_timeout(p, rcv, sizeof(rcv), MSG_DONTWAIT, 1); in test_sockmap_ktls_tx_cork() 374 recvd = recv_timeout(p, rcv, sizeof(rcv), MSG_DONTWAIT, 1); in test_sockmap_ktls_tx_pop()
|
| H A D | socket_helpers.h | 128 ssize_t __ret = recv_timeout((fd), (buf), (len), (flags), \ 322 static inline int recv_timeout(int fd, void *buf, size_t len, int flags, in recv_timeout() function
|
| H A D | sockmap_basic.c | 599 recvd = recv_timeout(c1, &buf, sizeof(buf), MSG_DONTWAIT, IO_TIMEOUT_SEC); in do_test_sockmap_skb_verdict_fionread() 1104 recvd = recv_timeout(p1, rcv, sizeof(rcv), MSG_DONTWAIT, 1); in test_sockmap_zc() 1184 recvd = recv_timeout(p1, rcv, 1, MSG_DONTWAIT, 1); in test_sockmap_copied_seq() 1185 recvd += recv_timeout(p1, rcv + 1, sizeof(rcv) - 1, MSG_DONTWAIT, 1); in test_sockmap_copied_seq() 1301 recvd = recv_timeout(p1, rcv, sizeof(rcv), MSG_DONTWAIT, 1); in test_sockmap_multi_channels()
|
| H A D | sockmap_listen.c | 711 n = recv_timeout(c0, &b, 1, 0, IO_TIMEOUT_SEC); in redir_to_connected() 1124 n = recv_timeout(c1, &b, sizeof(b), 0, IO_TIMEOUT_SEC); in test_reuseport_select_connected() 1191 n = recv_timeout(c, &b, sizeof(b), 0, IO_TIMEOUT_SEC); in test_reuseport_mixed_groups()
|
| /linux/drivers/nfc/ |
| H A D | nfcsim.c | 44 u16 recv_timeout; member 187 skb = nfcsim_link_recv_skb(dev->link_in, dev->recv_timeout, in nfcsim_recv_wq() 212 dev->recv_timeout = timeout; in nfcsim_send()
|
| H A D | port100.c | 510 __le16 recv_timeout; member 1394 hdr->recv_timeout = cpu_to_le16(timeout); in port100_tg_send_cmd() 1450 hdr->recv_timeout = cpu_to_le16(timeout); in port100_listen_mdaa()
|
| /linux/include/scsi/ |
| H A D | libiscsi.h | 186 int recv_timeout; member
|