Home
last modified time | relevance | path

Searched refs:start_server_str (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_seg6local.c132 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 Dbtf_skc_cls_ingress.c142 listen_fd = start_server_str(sock_family, SOCK_STREAM, srv_addr, 0, in run_test()
H A Dmptcp.c80 return start_server_str(family, SOCK_STREAM, addr_str, port, &opts); in start_mptcp_server()
H A Dlwt_ip_encap.c361 sfd = start_server_str(family, SOCK_STREAM, ip_addr, GSO_TCP_PORT, NULL); in test_gso_fix()
H A Dbpf_tcp_ca.c43 *srv_fd = start_server_str(AF_INET6, SOCK_STREAM, addr_str, 0, srv_opts); in start_test()
H A Dsk_lookup.c170 fd = start_server_str(cb_opts.family, sotype, ip, port, &opts); in make_server()
/linux-6.15/tools/testing/selftests/bpf/
H A Dnetwork_helpers.h62 int start_server_str(int family, int type, const char *addr_str, __u16 port,
H A Dnetwork_helpers.c139 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()