Searched refs:xsend (Results 1 – 5 of 5) sorted by relevance
| /tools/testing/selftests/bpf/prog_tests/ |
| 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()
|
| 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() 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() 397 sent = xsend(c0, packet, STRP_PKT_FULL_LEN, 0); in test_sockmap_strp_verdict() [all …]
|
| A D | sockmap_basic.c | 577 sent = xsend(p1, &buf, sizeof(buf), 0); in test_sockmap_skb_verdict_fionread() 623 sent = xsend(p1, "Tr", 2, 0); in test_sockmap_skb_verdict_change_tail() 629 sent = xsend(p1, "G", 1, 0); in test_sockmap_skb_verdict_change_tail() 635 sent = xsend(p1, "E", 1, 0); in test_sockmap_skb_verdict_change_tail() 662 sent = xsend(p1, snd, sizeof(snd), 0); in test_sockmap_skb_verdict_peek_helper() 999 if (xsend(peer, &buf, 1, 0) != 1) in test_sockmap_skb_verdict_vsock_poll()
|
| A D | sockmap_listen.c | 926 n = xsend(c1, buf, sizeof(buf), 0); in redir_partial() 1020 n = xsend(c, &b, sizeof(b), 0); in test_reuseport_select_listening() 1120 n = xsend(c1, &b, sizeof(b), 0); in test_reuseport_select_connected() 1187 n = xsend(c, &b, sizeof(b), 0); in test_reuseport_mixed_groups()
|
| A D | socket_helpers.h | 113 #define xsend(fd, buf, len, flags) \ macro
|
Completed in 16 milliseconds