Searched refs:sendmsg_unix_prog (Results 1 – 2 of 2) sorted by relevance
72 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()
14 int sendmsg_unix_prog(struct bpf_sock_addr *ctx) in sendmsg_unix_prog() function