Home
last modified time | relevance | path

Searched refs:service_fixture (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/landlock/
H A Dnet_test.c39 static int set_service(struct service_fixture *const srv, in set_service()
103 static int socket_variant(const struct service_fixture *const srv) in socket_variant()
118 static socklen_t get_addrlen(const struct service_fixture *const srv, in get_addrlen()
142 static void set_port(struct service_fixture *const srv, uint16_t port) in set_port()
185 const struct service_fixture *const srv, in bind_variant_addrlen()
215 const struct service_fixture *const srv) in bind_variant()
221 const struct service_fixture *const srv, in connect_variant_addrlen()
251 const struct service_fixture *const srv) in connect_variant()
258 struct service_fixture srv0, srv1, srv2, unspec_any0, unspec_srv0; in FIXTURE()
509 const struct service_fixture *const srv, in test_bind_and_connect()
[all …]
H A Dcommon.h213 struct service_fixture { struct
227 static void __maybe_unused set_unix_address(struct service_fixture *const srv, in set_unix_address() argument
H A Dscoped_abstract_unix_test.c49 struct service_fixture stream_address, dgram_address; in FIXTURE()
272 struct service_fixture parent_stream_address, parent_dgram_address, in FIXTURE()
472 struct service_fixture address, transit_address; in FIXTURE()
679 struct service_fixture stream_abstract_addr, dgram_abstract_addr; in TEST_F()
876 struct service_fixture connected_addr, non_connected_addr; in TEST()
979 struct service_fixture connected_addr, non_connected_addr; in TEST()
H A Dscoped_signal_test.c381 struct service_fixture server_address; in TEST_F()