Home
last modified time | relevance | path

Searched refs:bpf_program (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/tools/lib/bpf/
Dlibbpf.h69 struct bpf_program;
70 struct bpf_program *bpf_program__next(struct bpf_program *prog,
78 typedef void (*bpf_program_clear_priv_t)(struct bpf_program *,
81 int bpf_program__set_private(struct bpf_program *prog, void *priv,
84 int bpf_program__get_private(struct bpf_program *prog,
87 const char *bpf_program__title(struct bpf_program *prog, bool needs_copy);
89 int bpf_program__fd(struct bpf_program *prog);
Dlibbpf.c142 struct bpf_program { struct
170 struct bpf_program *programs; argument
207 static void bpf_program__unload(struct bpf_program *prog) in bpf_program__unload()
215 static void bpf_program__exit(struct bpf_program *prog) in bpf_program__exit()
238 struct bpf_program *prog) in bpf_program__init()
275 struct bpf_program prog, *progs; in bpf_object__add_program()
593 static struct bpf_program *
596 struct bpf_program *prog; in bpf_object__find_prog_by_idx()
608 bpf_program__collect_reloc(struct bpf_program *prog, in bpf_program__collect_reloc()
724 bpf_program__relocate(struct bpf_program *prog, int *map_fds) in bpf_program__relocate()
[all …]
/linux-4.4.14/tools/perf/util/
Dbpf-loader.c103 bpf_prog_priv__clear(struct bpf_program *prog __maybe_unused, in bpf_prog_priv__clear()
113 config_bpf_program(struct bpf_program *prog) in config_bpf_program()
203 struct bpf_program *prog; in bpf__probe()
243 struct bpf_program *prog; in bpf__unprobe()
297 struct bpf_program *prog; in bpf__foreach_tev()
/linux-4.4.14/arch/um/drivers/
Dpcap_user.c51 pri->compiled = uml_kmalloc(sizeof(struct bpf_program), in pcap_open()
59 (struct bpf_program *) pri->compiled, in pcap_open()
/linux-4.4.14/include/uapi/linux/netfilter/
Dxt_bpf.h13 struct sock_filter bpf_program[XT_BPF_MAX_NUM_INSTR]; member
/linux-4.4.14/net/netfilter/
Dxt_bpf.c29 program.filter = info->bpf_program; in bpf_mt_check()