Searched refs:xsend (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockmap_basic.c | 455 sent = xsend(p1, &buf, sizeof(buf), 0); in test_sockmap_skb_verdict_fionread() 507 sent = xsend(p1, snd, sizeof(snd), 0); in test_sockmap_skb_verdict_peek()
|
H A D | sockmap_helpers.h | 98 #define xsend(fd, buf, len, flags) \ macro
|
H A D | sockmap_listen.c | 896 n = xsend(c1, buf, sizeof(buf), 0); in redir_partial() 990 n = xsend(c, &b, sizeof(b), 0); in test_reuseport_select_listening() 1090 n = xsend(c1, &b, sizeof(b), 0); in test_reuseport_select_connected() 1157 n = xsend(c, &b, sizeof(b), 0); in test_reuseport_mixed_groups()
|