Home
last modified time | relevance | path

Searched refs:create_pair (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_ktls.c53 err = create_pair(family, sotype, c, p); in create_ktls_pairs()
54 if (!ASSERT_OK(err, "create_pair()")) in create_ktls_pairs()
H A Dsocket_helpers.h332 static inline int create_pair(int family, int sotype, int *p0, int *p1) in create_pair() function
405 err = create_pair(family, sotype, c0, p0); in create_socket_pairs()
409 err = create_pair(family, sotype, c1, p1); in create_socket_pairs()
H A Dsockmap_strp.c181 err = create_pair(family, sotype, &c, &p); in test_sockmap_strp_multiple_pkt()
241 err = create_pair(family, sotype, &c, &p); in test_sockmap_strp_partial_read()
302 err = create_pair(family, sotype, &c, &p); in test_sockmap_strp_pass()
H A Dtc_change_tail.c30 ret = create_pair(AF_INET, SOCK_DGRAM, &c1, &p1); in test_tc_change_tail()
H A Dsockmap_basic.c132 err = create_pair(AF_VSOCK, SOCK_STREAM, &c, &p); in test_sockmap_vsock_delete_on_close()
133 if (!ASSERT_OK(err, "create_pair")) in test_sockmap_vsock_delete_on_close()
142 err = create_pair(AF_VSOCK, SOCK_STREAM, &c, &p); in test_sockmap_vsock_delete_on_close()
143 if (!ASSERT_OK(err, "create_pair")) in test_sockmap_vsock_delete_on_close()
517 err = create_pair(AF_INET, SOCK_STREAM, &c1, &p1); in test_sockmap_skb_verdict_shutdown()
639 err = create_pair(AF_INET, SOCK_STREAM, &c1, &p1); in test_sockmap_skb_verdict_change_tail()
640 if (!ASSERT_OK(err, "create_pair()")) in test_sockmap_skb_verdict_change_tail()
690 err = create_pair(AF_INET, SOCK_STREAM, &c1, &p1); in test_sockmap_skb_verdict_peek_helper()
691 if (!ASSERT_OK(err, "create_pair")) in test_sockmap_skb_verdict_peek_helper()
721 err = create_pair(AF_INE in test_sockmap_skb_verdict_peek()
[all...]