Home
last modified time | relevance | path

Searched defs:prog_fd (Results 1 - 18 of 18) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/bpf/
H A Dbpf_prog07.c117 int prog_fd; in run() local
H A Dbpf_prog06.c109 int prog_fd; in run() local
H A Dbpf_prog02.c79 int map_fd, prog_fd; in run() local
H A Dbpf_prog04.c91 int map_fd, prog_fd; in run() local
H A Dbpf_prog01.c79 int map_fd, prog_fd; in run() local
H A Dbpf_prog05.c170 int prog_fd; in run() local
H A Dbpf_prog03.c117 int map_fd, prog_fd; in run() local
H A Dbpf_common.c130 void bpf_run_prog(const int prog_fd, in bpf_run_prog() argument
/third_party/libbpf/src/
H A Dskel_internal.h45 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 Dnetlink.c322 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 Dgen_loader.c37 __u32 prog_fd[MAX_USED_PROGS]; member
H A Dbpf.c115 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 Dbpf.h448 int prog_fd; member
[all...]
H A Dlibbpf.h1227 int prog_fd; member
H A Dlibbpf.c5222 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 Dshrpx_worker.cc1023 auto prog_fd = bpf_program__fd(prog); in create_quic_server_socket() local
/third_party/ltp/include/lapi/
H A Dbpf.h252 uint32_t prog_fd; member
300 uint32_t prog_fd; member
/third_party/libbpf/include/uapi/linux/
H A Dbpf.h1505 __u32 prog_fd; member
1571 __u32 prog_fd; member
1605 __u32 prog_fd; /* eBPF program to attach */ member
1710 __u32 prog_fd; member
[all...]

Completed in 55 milliseconds