Home
last modified time | relevance | path

Searched refs:obj (Results 1 – 4 of 4) sorted by relevance

/linux-tools/ebpf/kernel-samples-bpf/
H A Dsyscall_tp_openat_user.c14 struct bpf_object *obj = NULL; variable
21 if (obj){ in int_exit()
22 bpf_object__close(obj); in int_exit()
23 obj = NULL; in int_exit()
H A Dl3lb.c37 struct bpf_object *obj; in main() local
38 if (bpf_prog_load_xattr(&prog_load_attr, &obj, &prog_fd)) { in main()
42 int map_fd = bpf_object__find_map_fd_by_name(obj, "tx_addr"); in main()
H A Dipfirewall.c30 struct bpf_object *obj; in main() local
31 if (bpf_prog_load_xattr(&prog_load_attr, &obj, &prog_fd)) { in main()
/linux-tools/drivers/mremap/module/
H A DMakefile1 obj-m += ptracexx.o