Searched refs:getsockopt_3 (Results 1 – 2 of 2) sorted by relevance
38 fd3 = bpf_program__fd(skel->progs.getsockopt_3); in test_prog_attach_detach()171 fd3 = bpf_program__fd(skel->progs.getsockopt_3); in test_link_attach_detach()212 link3 = bpf_program__attach_cgroup_opts(skel->progs.getsockopt_3, cg, &opta); in test_link_attach_detach()294 fd3 = bpf_program__fd(skel->progs.getsockopt_3); in test_preorder_prog_attach_detach()433 link3 = bpf_program__attach_cgroup_opts(skel->progs.getsockopt_3, cg, &opta); in test_preorder_link_attach_detach()446 link3 = bpf_program__attach_cgroup_opts(skel->progs.getsockopt_3, cg, &opta); in test_preorder_link_attach_detach()
21 int getsockopt_3(struct bpf_sockopt *ctx) in getsockopt_3() function