Home
last modified time | relevance | path

Searched refs:bpf_obj_get (Results 1 – 7 of 7) sorted by relevance

/external/iptables/extensions/
Dlibxt_bpf.c63 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/
Dbpf.txt23 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/
D532 bpf_obj_get kernel/bpf/syscall.c:888 [inline]
/external/bcc/src/cc/
Dlibbpf.h110 int bpf_obj_get(const char *pathname);
Dlibbpf.c1427 int bpf_obj_get(const char *pathname) in bpf_obj_get() function
/external/bcc/src/cc/includes/
Dlibbpf.h110 int bpf_obj_get(const char *pathname);
/external/iproute2/lib/
Dbpf.c781 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()