Searched refs:get_retval (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | cgroup_getset_retval.c | 73 link_get_retval = bpf_program__attach_cgroup(obj->progs.get_retval, in test_setsockopt_set_and_get() 75 if (!ASSERT_OK_PTR(link_get_retval, "cg-attach-get_retval")) in test_setsockopt_set_and_get() 112 link_get_retval = bpf_program__attach_cgroup(obj->progs.get_retval, in test_setsockopt_default_zero() 114 if (!ASSERT_OK_PTR(link_get_retval, "cg-attach-get_retval")) in test_setsockopt_default_zero() 149 link_get_retval = bpf_program__attach_cgroup(obj->progs.get_retval, in test_setsockopt_default_zero_and_set() 151 if (!ASSERT_OK_PTR(link_get_retval, "cg-attach-get_retval")) in test_setsockopt_default_zero_and_set() 202 link_get_retval = bpf_program__attach_cgroup(obj->progs.get_retval, in test_setsockopt_override() 204 if (!ASSERT_OK_PTR(link_get_retval, "cg-attach-get_retval")) in test_setsockopt_override() 248 link_get_retval = bpf_program__attach_cgroup(obj->progs.get_retval, in test_setsockopt_legacy_eperm() 250 if (!ASSERT_OK_PTR(link_get_retval, "cg-attach-get_retval")) in test_setsockopt_legacy_eperm() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | cgroup_getset_retval_getsockopt.c | 18 int get_retval(struct bpf_sockopt *ctx) in get_retval() function
|
H A D | cgroup_getset_retval_setsockopt.c | 17 int get_retval(struct bpf_sockopt *ctx) in get_retval() function
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | bpf.h | 5841 FN(get_retval, 186, ##ctx) \
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | bpf.h | 5841 FN(get_retval, 186, ##ctx) \
|
Completed in 21 milliseconds