Searched defs:attach_type (Results 1 – 12 of 12) sorted by relevance
29 enum bpf_attach_type attach_type; member325 enum bpf_attach_type attach_type) in load_sock_prog()340 enum bpf_attach_type attach_type) in attach_sock_prog()
18 enum bpf_attach_type attach_type; member158 enum bpf_attach_type attach_type; in test_attach_type_by_name() local
138 enum bpf_attach_type attach_type; in run_test() local
64 enum bpf_attach_type attach_type; member
167 bpf_probe_attach_type attach_type) { in attach_kprobe()196 bpf_probe_attach_type attach_type, pid_t pid) { in attach_uprobe()380 bpf_probe_attach_type attach_type) { in detach_kprobe()396 bpf_probe_attach_type attach_type, pid_t pid) { in detach_uprobe()
149 uint32_t attach_type; member160 uint32_t attach_type; member227 uint32_t attach_type; member
827 int bpf_attach_kprobe(int progfd, enum bpf_probe_attach_type attach_type, in bpf_attach_kprobe()943 int bpf_attach_uprobe(int progfd, enum bpf_probe_attach_type attach_type, in bpf_attach_uprobe()
80 __u32 attach_type; /* program attach type */ member349 __u32 attach_type; member383 __u32 attach_type; member
80 __u32 attach_type; /* program attach type */ member381 __u32 attach_type; member418 __u32 attach_type; member
224 __u32 attach_type; member
40 #define attach_type() var.u8[2] /* attachment type */ macro