Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_basic.c455 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 Dsockmap_helpers.h98 #define xsend(fd, buf, len, flags) \ macro
H A Dsockmap_listen.c896 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()