Searched refs:xsend (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | tc_change_tail.c | 34 ret = xsend(p1, "Tr", 2, 0); in test_tc_change_tail() 40 ret = xsend(p1, "G", 1, 0); in test_tc_change_tail() 46 ret = xsend(p1, "E", 1, 0); in test_tc_change_tail() 52 ret = xsend(p1, "Z", 1, 0); in test_tc_change_tail()
|
| H A D | sockmap_strp.c | 136 xsend(c0, send_dir[d].data, send_dir[d].data_len, 0); in test_sockmap_strp_dispatch_pkt() 202 sent = xsend(c, snd, total, 0); in test_sockmap_strp_multiple_pkt() 252 xsend(c, packet, off, 0); in test_sockmap_strp_partial_read() 258 xsend(c, packet + off, STRP_PKT_FULL_LEN - off, 0); in test_sockmap_strp_partial_read() 265 xsend(c, packet, off, 0); in test_sockmap_strp_partial_read() 268 xsend(c, packet + off, STRP_PKT_FULL_LEN - off - 1, 0); in test_sockmap_strp_partial_read() 275 xsend(c, packet + off, STRP_PKT_FULL_LEN - off, 0); in test_sockmap_strp_partial_read() 310 sent = xsend(c, packet, pkt_size, 0); in test_sockmap_strp_pass() 329 sent = xsend(c, packet, pkt_size, 0); in test_sockmap_strp_pass() 342 sent = xsend(c, packet, pkt_size, 0); in test_sockmap_strp_pass() [all …]
|
| H A D | sockmap_basic.c | 544 sent = xsend(p1, &buf, split_len, 0); in do_test_sockmap_skb_verdict_fionread() 545 sent += xsend(p1, &buf, sizeof(buf) - split_len, 0); in do_test_sockmap_skb_verdict_fionread() 597 sent = xsend(p1, "Tr", 2, 0); in test_sockmap_skb_verdict_change_tail() 603 sent = xsend(p1, "G", 1, 0); in test_sockmap_skb_verdict_change_tail() 609 sent = xsend(p1, "E", 1, 0); in test_sockmap_skb_verdict_change_tail() 654 sent = xsend(c1, buf, len, 0); in test_sockmap_msg_verdict_pop_data() 681 sent = xsend(p1, snd, sizeof(snd), 0); in test_sockmap_skb_verdict_peek_helper() 1018 if (xsend(peer, &buf, 1, 0) != 1) in test_sockmap_skb_verdict_vsock_poll() 1097 sent = xsend(c0, buf, sizeof(buf), 0); in test_sockmap_zc() 1110 sent = xsend(c1, buf, sizeof(buf) - 1, 0); in test_sockmap_zc() [all …]
|
| H A D | sockmap_listen.c | 927 n = xsend(c1, buf, sizeof(buf), 0); in redir_partial() 1021 n = xsend(c, &b, sizeof(b), 0); in test_reuseport_select_listening() 1121 n = xsend(c1, &b, sizeof(b), 0); in test_reuseport_select_connected() 1188 n = xsend(c, &b, sizeof(b), 0); in test_reuseport_mixed_groups()
|
| H A D | socket_helpers.h | 118 #define xsend(fd, buf, len, flags) \ macro
|