Searched refs:bpf_obj_get (Results 1 – 7 of 7) sorted by relevance
/external/iptables/extensions/ |
D | libxt_bpf.c | 63 static int bpf_obj_get(const char *filepath) in bpf_obj_get() function 127 bi->fd = bpf_obj_get(filepath); in bpf_parse_obj_pinned()
|
/external/syzkaller/sys/linux/ |
D | bpf.txt | 23 bpf$OBJ_GET_MAP(cmd const[BPF_OBJ_GET], arg ptr[in, bpf_obj_get], size len[arg]) fd_bpf_map 24 bpf$OBJ_GET_PROG(cmd const[BPF_OBJ_GET], arg ptr[in, bpf_obj_get], size len[arg]) fd_bpf_prog 265 bpf_obj_get {
|
/external/syzkaller/pkg/report/testdata/linux/guilty/ |
D | 5 | 32 bpf_obj_get kernel/bpf/syscall.c:888 [inline]
|
/external/bcc/src/cc/ |
D | libbpf.h | 110 int bpf_obj_get(const char *pathname);
|
D | libbpf.c | 1427 int bpf_obj_get(const char *pathname) in bpf_obj_get() function
|
/external/bcc/src/cc/includes/ |
D | libbpf.h | 110 int bpf_obj_get(const char *pathname);
|
/external/iproute2/lib/ |
D | bpf.c | 781 static int bpf_obj_get(const char *pathname, enum bpf_prog_type type) in bpf_obj_get() function 800 int prog_fd = bpf_obj_get(pathname, type); in bpf_obj_pinned() 1003 map_fd = bpf_obj_get(map_path, type); in bpf_graft_map() 1379 return bpf_obj_get(pathname, ctx->type); in bpf_probe_pinned()
|