/linux-6.1.9/include/linux/ |
D | bpf.h | 1215 struct bpf_prog { struct 1231 enum bpf_prog_type type; /* Type of BPF program */ argument 1236 struct bpf_prog_stats __percpu *stats; argument 1240 struct bpf_prog_aux *aux; /* Auxiliary fields */ argument 1262 struct bpf_prog *prog; argument
|
/linux-6.1.9/kernel/bpf/preload/iterators/ |
D | iterators.bpf.c | 49 struct bpf_prog { struct 50 struct bpf_prog_aux *aux; argument
|
/linux-6.1.9/tools/testing/selftests/net/ |
D | psock_lib.h | 63 struct sock_fprog bpf_prog; in pair_udp_setfilter() local
|
D | psock_fanout.c | 118 struct sock_fprog bpf_prog; in sock_fanout_set_cbpf() local
|
/linux-6.1.9/kernel/bpf/ |
D | prog_iter.c | 42 DEFINE_BPF_ITER_FUNC(bpf_prog, struct bpf_iter_meta *meta, struct bpf_prog *prog) in DEFINE_BPF_ITER_FUNC() argument
|
/linux-6.1.9/tools/testing/selftests/bpf/progs/ |
D | syscall.c | 61 int bpf_prog(struct args *ctx) in bpf_prog() function
|
/linux-6.1.9/arch/um/drivers/ |
D | vector_user.c | 779 struct sock_fprog *bpf_prog; in uml_vector_default_bpf() local 816 struct sock_fprog *bpf_prog; in uml_vector_user_bpf() local
|
/linux-6.1.9/samples/bpf/ |
D | hbm.c | 70 static struct bpf_program *bpf_prog; variable
|
/linux-6.1.9/net/packet/ |
D | internal.h | 91 struct bpf_prog __rcu *bpf_prog; member
|
/linux-6.1.9/arch/x86/net/ |
D | bpf_jit_comp32.c | 1569 static int emit_kfunc_call(const struct bpf_prog *bpf_prog, u8 *end_addr, in emit_kfunc_call() 1659 static int do_jit(struct bpf_prog *bpf_prog, int *addrs, u8 *image, in do_jit()
|
D | bpf_jit_comp.c | 896 static int do_jit(struct bpf_prog *bpf_prog, int *addrs, u8 *image, u8 *rw_image, in do_jit()
|
/linux-6.1.9/include/net/ |
D | kcm.h | 109 struct bpf_prog *bpf_prog; member
|
/linux-6.1.9/tools/perf/util/ |
D | dso.h | 209 } bpf_prog; member
|
/linux-6.1.9/drivers/net/ethernet/microsoft/mana/ |
D | mana.h | 313 struct bpf_prog __rcu *bpf_prog; member 374 struct bpf_prog *bpf_prog; member
|
/linux-6.1.9/tools/include/uapi/linux/ |
D | bpf.h | 6084 } bpf_prog; member 6097 } bpf_prog; member
|
/linux-6.1.9/include/uapi/linux/ |
D | bpf.h | 6084 } bpf_prog; member 6097 } bpf_prog; member
|
/linux-6.1.9/tools/perf/ |
D | builtin-trace.c | 1216 } bpf_prog; member
|
/linux-6.1.9/drivers/net/hyperv/ |
D | hyperv_net.h | 1124 struct bpf_prog __rcu *bpf_prog; member
|