Home
last modified time | relevance | path

Searched refs:set_eisconn (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dcgroup_getset_retval_getsockopt.c32 int set_eisconn(struct bpf_sockopt *ctx) in set_eisconn() function
H A Dcgroup_getset_retval_setsockopt.c45 int set_eisconn(struct bpf_sockopt *ctx) in set_eisconn() function
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_getset_retval.c198 link_set_eisconn = bpf_program__attach_cgroup(obj->progs.set_eisconn, in test_setsockopt_override()
200 if (!ASSERT_OK_PTR(link_set_eisconn, "cg-attach-set_eisconn")) in test_setsockopt_override()
383 link_set_eisconn = bpf_program__attach_cgroup(obj->progs.set_eisconn, in test_getsockopt_override()
385 if (!ASSERT_OK_PTR(link_set_eisconn, "cg-attach-set_eisconn")) in test_getsockopt_override()
423 link_set_eisconn = bpf_program__attach_cgroup(obj->progs.set_eisconn, in test_getsockopt_retval_sync()
425 if (!ASSERT_OK_PTR(link_set_eisconn, "cg-attach-set_eisconn")) in test_getsockopt_retval_sync()

Completed in 3 milliseconds