Searched defs:prog_fd (Results 1 - 25 of 133) sorted by path

123456

/linux-master/drivers/hid/bpf/entrypoints/
H A Dentrypoints.lskel.h24 int prog_fd = skel->progs.hid_tail_call.prog_fd; local
/linux-master/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c248 static int do_hid_bpf_attach_prog(struct hid_device *hdev, int prog_fd, struct bpf_prog *prog, argument
297 hid_bpf_attach_prog(unsigned int hid_id, int prog_fd, __u32 flags) argument
H A Dhid_bpf_jmp_table.c308 static int hid_bpf_insert_prog(int prog_fd, struct bpf_prog *prog) argument
397 __hid_bpf_attach_prog(struct hid_device *hdev, enum hid_bpf_prog_type prog_type, int prog_fd, struct bpf_prog *prog, __u32 flags) argument
/linux-master/include/uapi/linux/
H A Dbpf.h1600 __u32 prog_fd; member in struct:bpf_attr::__anon2599
1666 __u32 prog_fd; member in struct:bpf_attr::__anon2606
1705 __u32 prog_fd; /* eBPF program to attach */ member in union:bpf_attr::__anon2609::__anon2610
1810 __u32 prog_fd; member in struct:bpf_attr::__anon2629
[all...]
/linux-master/kernel/bpf/
H A Dbpf_struct_ops.c599 int prog_fd, err; local
/linux-master/kernel/bpf/preload/iterators/
H A Diterators.lskel-big-endian.h26 int prog_fd = skel->progs.dump_bpf_map.prog_fd; local
37 int prog_fd = skel->progs.dump_bpf_prog.prog_fd; local
H A Diterators.lskel-little-endian.h26 int prog_fd = skel->progs.dump_bpf_map.prog_fd; local
37 int prog_fd = skel->progs.dump_bpf_prog.prog_fd; local
/linux-master/samples/bpf/
H A Dcookie_uid_helper_example.c64 static int map_fd, prog_fd; variable
H A Dsock_example.c38 int sock = -1, map_fd, prog_fd, i, key; local
H A Dsockex1_user.c15 int map_fd, prog_fd; local
H A Dsockex2_user.c20 int map_fd, prog_fd; local
H A Dtest_cgrp2_attach.c94 int prog_fd, map_fd, ret, key; local
H A Dtest_cgrp2_sock.c212 int cg_fd, prog_fd, ret; local
H A Dxdp_adjust_tail_user.c89 int i, prog_fd, map_fd, opt; local
H A Dxdp_fwd_user.c32 static int do_attach(int idx, int prog_fd, int map_fd, const char *name) argument
56 int prog_fd; local
125 int prog_fd local
[all...]
H A Dxdp_tx_iptunnel_user.c165 int opt, prog_fd; local
/linux-master/samples/hid/
H A Dhid_bpf_attach.h9 int prog_fd; member in struct:attach_prog_args
/linux-master/tools/bpf/bpftool/
H A Dbtf_dumper.c36 int prog_fd = -1, func_sig_len; local
H A Dcgroup.c107 int prog_fd; local
515 int cgroup_fd, prog_fd; local
575 int prog_fd, cgroup_fd; local
[all...]
H A Dcommon.c107 int prog_fd, err; local
336 void get_prog_full_name(const struct bpf_prog_info *prog_info, int prog_fd, argument
H A Dlink.c238 int err, prog_fd; local
H A Dprog.c219 static void *find_metadata(int prog_fd, struct bpf_map_info *map_info) argument
/linux-master/tools/include/uapi/linux/
H A Dbpf.h1600 __u32 prog_fd; member in struct:bpf_attr::__anon3140
1666 __u32 prog_fd; member in struct:bpf_attr::__anon3147
1705 __u32 prog_fd; /* eBPF program to attach */ member in union:bpf_attr::__anon3150::__anon3151
1810 __u32 prog_fd; member in struct:bpf_attr::__anon3170
[all...]
/linux-master/tools/lib/bpf/
H A Dbpf.c115 int prog_fd; local
629 int bpf_prog_attach(int prog_fd, int target_fd, enum bpf_attach_type type, argument
639 int bpf_prog_attach_opts(int prog_fd, int target, enum bpf_attach_type type, argument
677 int bpf_prog_detach_opts(int prog_fd, int target, enum bpf_attach_type type, argument
719 bpf_prog_detach2(int prog_fd, int target_fd, enum bpf_attach_type type) argument
724 bpf_link_create(int prog_fd, int target_fd, enum bpf_attach_type attach_type, const struct bpf_link_create_opts *opts) argument
976 bpf_prog_test_run_opts(int prog_fd, struct bpf_test_run_opts *opts) argument
1156 bpf_prog_get_info_by_fd(int prog_fd, struct bpf_prog_info *info, __u32 *info_len) argument
1176 bpf_raw_tracepoint_open(const char *name, int prog_fd) argument
1283 bpf_prog_bind_map(int prog_fd, int map_fd, const struct bpf_prog_bind_opts *opts) argument
[all...]
H A Dbpf.h463 int prog_fd; member in struct:bpf_prog_test_run_attr
[all...]

Completed in 377 milliseconds

123456