Home
last modified time | relevance | path

Searched refs:xsend (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c926 n = xsend(c1, buf, sizeof(buf), 0); in redir_partial()
1018 n = xsend(c, &b, sizeof(b), 0); in test_reuseport_select_listening()
1118 n = xsend(c1, &b, sizeof(b), 0); in test_reuseport_select_connected()
1185 n = xsend(c, &b, sizeof(b), 0); in test_reuseport_mixed_groups()
1393 n = xsend(cli1, "ab", 2, send_flags); in pairs_redir_to_connected()
H A Dsockmap_basic.c542 sent = xsend(p1, &buf, sizeof(buf), 0); in test_sockmap_skb_verdict_fionread()
579 sent = xsend(p1, snd, sizeof(snd), 0); in test_sockmap_skb_verdict_peek_helper()
H A Dsockmap_helpers.h112 #define xsend(fd, buf, len, flags) \ macro