/third_party/ltp/testcases/kernel/syscalls/bpf/ |
H A D | bpf_prog07.c | 117 int prog_fd; in run() local
|
H A D | bpf_prog06.c | 109 int prog_fd; in run() local
|
H A D | bpf_prog02.c | 79 int map_fd, prog_fd; in run() local
|
H A D | bpf_prog04.c | 91 int map_fd, prog_fd; in run() local
|
H A D | bpf_prog01.c | 79 int map_fd, prog_fd; in run() local
|
H A D | bpf_prog05.c | 170 int prog_fd; in run() local
|
H A D | bpf_prog03.c | 117 int map_fd, prog_fd; in run() local
|
H A D | bpf_common.c | 130 void bpf_run_prog(const int prog_fd, in bpf_run_prog() argument
|
/third_party/libbpf/src/ |
H A D | skel_internal.h | 45 int prog_fd; member 277 static inline int skel_raw_tracepoint_open(const char *name, int prog_fd) in skel_raw_tracepoint_open() argument 289 static inline int skel_link_create(int prog_fd, int target_fd, in skel_link_create() argument 313 int map_fd = -1, prog_fd = -1, key = 0, err; in bpf_load_and_run() local [all...] |
H A D | netlink.c | 322 int bpf_xdp_attach(int ifindex, int prog_fd, __u32 flags, const struct bpf_xdp_attach_opts *opts) in bpf_xdp_attach() argument 721 int ret, ifindex, attach_point, prog_fd; in bpf_tc_attach() local 797 int ret, ifindex, attach_point, prog_fd; in __bpf_tc_detach() local 868 int ret, ifindex, attach_point, prog_fd; bpf_tc_query() local [all...] |
H A D | gen_loader.c | 37 __u32 prog_fd[MAX_USED_PROGS]; member
|
H A D | bpf.c | 115 int prog_fd; in probe_memcg_account() local 622 int bpf_prog_attach(int prog_fd, int target_fd, enum bpf_attach_type type, in bpf_prog_attach() argument 632 int bpf_prog_attach_opts(int prog_fd, int target, enum bpf_attach_type type, in bpf_prog_attach_opts() argument 670 int bpf_prog_detach_opts(int prog_fd, int target, enum bpf_attach_type type, in bpf_prog_detach_opts() argument 712 bpf_prog_detach2(int prog_fd, int target_fd, enum bpf_attach_type type) bpf_prog_detach2() argument 717 bpf_link_create(int prog_fd, int target_fd, enum bpf_attach_type attach_type, const struct bpf_link_create_opts *opts) bpf_link_create() argument 969 bpf_prog_test_run_opts(int prog_fd, struct bpf_test_run_opts *opts) bpf_prog_test_run_opts() argument 1149 bpf_prog_get_info_by_fd(int prog_fd, struct bpf_prog_info *info, __u32 *info_len) bpf_prog_get_info_by_fd() argument 1169 bpf_raw_tracepoint_open(const char *name, int prog_fd) bpf_raw_tracepoint_open() argument 1272 bpf_prog_bind_map(int prog_fd, int map_fd, const struct bpf_prog_bind_opts *opts) bpf_prog_bind_map() argument [all...] |
H A D | bpf.h | 448 int prog_fd; member [all...] |
H A D | libbpf.h | 1227 int prog_fd; member
|
H A D | libbpf.c | 5222 int prog_fd, link_fd, err; local 5252 int prog_fd, link_fd, err; local 7328 bpf_object_load_prog(struct bpf_object *obj, struct bpf_program *prog, struct bpf_insn *insns, int insns_cnt, const char *license, __u32 kern_version, int *prog_fd) global() argument 8342 int prog_fd; global() local 10569 int prog_fd, link_fd = -1, err; global() local 11297 int err, link_fd, prog_fd; global() local 11728 int err = 0, link_fd, prog_fd; global() local 12258 int prog_fd, pfd; global() local 12331 int prog_fd, pfd; global() local 12397 int prog_fd, link_fd; global() local 12555 int prog_fd, link_fd; global() local 12599 int prog_fd, link_fd; global() local [all...] |
/third_party/nghttp2/src/ |
H A D | shrpx_worker.cc | 1023 auto prog_fd = bpf_program__fd(prog); in create_quic_server_socket() local
|
/third_party/ltp/include/lapi/ |
H A D | bpf.h | 252 uint32_t prog_fd; member 300 uint32_t prog_fd; member
|
/third_party/libbpf/include/uapi/linux/ |
H A D | bpf.h | 1505 __u32 prog_fd; member 1571 __u32 prog_fd; member 1605 __u32 prog_fd; /* eBPF program to attach */ member 1710 __u32 prog_fd; member [all...] |