Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dnet_timestamping.c171 skel->links.skops_sockopt = in test_tcp()
172 bpf_program__attach_cgroup(skel->progs.skops_sockopt, cg_fd); in test_tcp()
173 if (!ASSERT_OK_PTR(skel->links.skops_sockopt, "attach cgroup")) in test_tcp()
H A Dsetget_sockopt.c223 skel->links.skops_sockopt = in test_setget_sockopt()
224 bpf_program__attach_cgroup(skel->progs.skops_sockopt, cg_fd); in test_setget_sockopt()
225 if (!ASSERT_OK_PTR(skel->links.skops_sockopt, "attach cgroup")) in test_setget_sockopt()
/linux/tools/testing/selftests/bpf/progs/
H A Dnet_timestamping.c211 int skops_sockopt(struct bpf_sock_ops *skops) in skops_sockopt() function
H A Dsetget_sockopt.c391 int skops_sockopt(struct bpf_sock_ops *skops) in skops_sockopt() function