Searched refs:start_server_str (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | lwt_seg6local.c | 132 sfd = start_server_str(AF_INET6, SOCK_DGRAM, "fb00::6", SERVER_PORT, NULL); in test_lwt_seg6local() 142 cfd = start_server_str(AF_INET6, SOCK_DGRAM, "fb00::1", CLIENT_PORT, NULL); in test_lwt_seg6local()
|
| H A D | btf_skc_cls_ingress.c | 142 listen_fd = start_server_str(sock_family, SOCK_STREAM, srv_addr, 0, in run_test()
|
| H A D | mptcp.c | 80 return start_server_str(family, SOCK_STREAM, addr_str, port, &opts); in start_mptcp_server()
|
| H A D | lwt_ip_encap.c | 361 sfd = start_server_str(family, SOCK_STREAM, ip_addr, GSO_TCP_PORT, NULL); in test_gso_fix()
|
| H A D | bpf_tcp_ca.c | 43 *srv_fd = start_server_str(AF_INET6, SOCK_STREAM, addr_str, 0, srv_opts); in start_test()
|
| H A D | sk_lookup.c | 170 fd = start_server_str(cb_opts.family, sotype, ip, port, &opts); in make_server()
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | network_helpers.h | 62 int start_server_str(int family, int type, const char *addr_str, __u16 port,
|
| H A D | network_helpers.c | 139 int start_server_str(int family, int type, const char *addr_str, __u16 port, in start_server_str() function 161 return start_server_str(family, type, addr_str, port, &opts); in start_server()
|