Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_sock_addr.c56 struct sock_addr_test;
58 typedef int (*load_fn)(const struct sock_addr_test *test);
63 struct sock_addr_test { struct
89 static int bind4_prog_load(const struct sock_addr_test *test); argument
90 static int bind6_prog_load(const struct sock_addr_test *test);
91 static int connect4_prog_load(const struct sock_addr_test *test);
92 static int connect6_prog_load(const struct sock_addr_test *test);
93 static int sendmsg_allow_prog_load(const struct sock_addr_test *test);
94 static int sendmsg_deny_prog_load(const struct sock_addr_test *test);
95 static int recvmsg_allow_prog_load(const struct sock_addr_test *test);
[all …]