Searched refs:create_pair (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockmap_ktls.c | 54 err = create_pair(family, sotype, c, p); in create_ktls_pairs() 178 err = create_pair(family, sotype, &c, &p); in test_sockmap_ktls_tx_cork() 259 err = create_pair(family, sotype, &c, &p); in test_sockmap_ktls_tx_no_buf() 331 err = create_pair(family, sotype, &c, &p); in test_sockmap_ktls_tx_pop()
|
| H A D | socket_helpers.h | 332 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 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()
|