Home
last modified time | relevance | path

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

/linux-6.8/tools/testing/selftests/bpf/prog_tests/
Dsock_addr.c72 struct sendmsg_unix_prog *skel; in sendmsg_unix_prog_load()
78 skel->links.sendmsg_unix_prog = bpf_program__attach_cgroup( in sendmsg_unix_prog_load()
79 skel->progs.sendmsg_unix_prog, cgroup_fd); in sendmsg_unix_prog_load()
80 if (!ASSERT_OK_PTR(skel->links.sendmsg_unix_prog, "prog_attach")) in sendmsg_unix_prog_load()
/linux-6.8/tools/testing/selftests/bpf/progs/
Dsendmsg_unix_prog.c14 int sendmsg_unix_prog(struct bpf_sock_addr *ctx) in sendmsg_unix_prog() function