Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dsocket_helpers.h314 static inline int create_pair(int family, int sotype, int *p0, int *p1) in create_pair() function
381 err = create_pair(family, sotype, c0, p0); in create_socket_pairs()
385 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.c121 err = create_pair(AF_VSOCK, SOCK_STREAM, &c, &p); in test_sockmap_vsock_delete_on_close()
131 err = create_pair(AF_VSOCK, SOCK_STREAM, &c, &p); in test_sockmap_vsock_delete_on_close()
506 err = create_pair(AF_INET, SOCK_STREAM, &c1, &p1); in test_sockmap_skb_verdict_shutdown()
617 err = create_pair(AF_INET, SOCK_STREAM, &c1, &p1); in test_sockmap_skb_verdict_change_tail()
654 err = create_pair(AF_INET, SOCK_STREAM, &c1, &p1); in test_sockmap_skb_verdict_peek_helper()
986 if (create_pair(AF_VSOCK, SOCK_STREAM, &conn, &peer)) in test_sockmap_skb_verdict_vsock_poll()
H A Dsockmap_listen.c1493 return create_pair(AF_VSOCK, sotype | SOCK_NONBLOCK, v0, v1); in vsock_socketpair_connectible()
1642 return create_pair(family, type | SOCK_NONBLOCK, s, c); in inet_socketpair()