Searched refs:create_pair (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | socket_helpers.h | 314 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 D | sockmap_strp.c | 181 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 D | tc_change_tail.c | 30 ret = create_pair(AF_INET, SOCK_DGRAM, &c1, &p1); in test_tc_change_tail()
|
| H A D | sockmap_basic.c | 121 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 D | sockmap_listen.c | 1493 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()
|