/kernel/linux/linux-6.6/net/bpf/ |
H A D | bpf_dummy_struct_ops.c | 77 int bpf_struct_ops_test_run(struct bpf_prog *prog, const union bpf_attr *kattr, in bpf_struct_ops_test_run() argument 149 bpf_dummy_ops_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) bpf_dummy_ops_is_valid_access() argument 157 bpf_dummy_ops_check_member(const struct btf_type *t, const struct btf_member *member, const struct bpf_prog *prog) bpf_dummy_ops_check_member() argument [all...] |
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_bpf_link.c | 14 const struct bpf_prog *prog = bpf_prog; in nf_hook_run_bpf() local 207 int bpf_nf_link_attach(const union bpf_attr *attr, struct bpf_prog *prog) in bpf_nf_link_attach() argument 315 bpf_nf_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in bpf_nf_func_proto() argument 286 nf_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) nf_is_valid_access() argument
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | bpf_tcp_ca.c | 145 static u32 prog_ops_moff(const struct bpf_prog *prog) in prog_ops_moff() argument 54 bpf_tcp_ca_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) bpf_tcp_ca_is_valid_access() argument 159 bpf_tcp_ca_get_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) bpf_tcp_ca_get_func_proto() argument 245 bpf_tcp_ca_check_member(const struct btf_type *t, const struct btf_member *member, const struct bpf_prog *prog) bpf_tcp_ca_check_member() argument
|
/kernel/linux/linux-6.6/net/core/ |
H A D | sock_reuseport.c | 467 struct bpf_prog *prog; in reuseport_stop_listen_sock() local 498 run_bpf_filter(struct sock_reuseport *reuse, u16 socks, struct bpf_prog *prog, struct sk_buff *skb, int hdr_len) run_bpf_filter() argument 575 struct bpf_prog *prog; reuseport_select_sock() local 628 struct bpf_prog *prog; reuseport_migrate_sock() local 684 reuseport_attach_prog(struct sock *sk, struct bpf_prog *prog) reuseport_attach_prog() argument [all...] |
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
H A D | asound_fm.h | 70 unsigned char prog; member
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | tracex2_user.c | 120 struct bpf_program *prog; in main() local
|
H A D | task_fd_query_user.c | 315 struct bpf_program *prog; in main() local
|
H A D | xdp_tx_iptunnel_user.c | 161 struct bpf_program *prog; in main() local
|
H A D | trace_event_user.c | 24 struct bpf_program *prog; variable
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/ |
H A D | asound_fm.h | 82 unsigned char prog; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
H A D | asound_fm.h | 82 unsigned char prog; member
|
/kernel/linux/linux-5.10/arch/loongarch/net/ |
H A D | ebpf_jit.c | 781 const struct bpf_prog *prog = ctx->prog; build_body() local 838 bpf_int_jit_compile(struct bpf_prog *prog) bpf_int_jit_compile() argument [all...] |
/kernel/linux/linux-6.6/arch/loongarch/net/ |
H A D | bpf_jit.c | 1039 const struct bpf_prog *prog = ctx->prog; build_body() local 1093 bpf_int_jit_compile(struct bpf_prog *prog) bpf_int_jit_compile() argument [all...] |
/kernel/linux/linux-5.10/usr/ |
H A D | gen_init_cpio.c | 452 static void usage(const char *prog) in usage() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/alignment/ |
H A D | alignment_handler.c | 614 void usage(char *prog) in usage() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | reuseport_bpf.c | 100 const struct bpf_insn prog[] = { in attach_ebpf() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | bpf_iter.c | 41 static void do_dummy_read(struct bpf_program *prog) in do_dummy_read() argument 177 struct bpf_program *prog = skel->progs.dump_task_struct; in do_btf_read() local
|
H A D | cls_redirect.c | 368 static void test_cls_redirect_common(struct bpf_program *prog) in test_cls_redirect_common() argument
|
H A D | flow_dissector.c | 453 struct bpf_program *prog; in init_prog_array() local
|
/kernel/linux/linux-6.6/arch/mips/net/ |
H A D | bpf_jit_comp.c | 852 const struct bpf_prog *prog = ctx->program; in build_body() local 890 const struct bpf_prog *prog = ctx->program; in set_convert_flag() local 912 struct bpf_prog *bpf_int_jit_compile(struct bpf_prog *prog) in bpf_int_jit_compile() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | xdp.c | 125 struct bpf_prog *prog = rcu_dereference(rq->xdp_prog); in mlx5e_xdp_handle() local
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | offload.c | 151 nfp_prog_prepare(struct nfp_prog *nfp_prog, const struct bpf_insn *prog, in nfp_prog_prepare() argument 111 nfp_map_ptrs_record(struct nfp_app_bpf *bpf, struct nfp_prog *nfp_prog, struct bpf_prog *prog) nfp_map_ptrs_record() argument 191 nfp_bpf_verifier_prep(struct bpf_prog *prog) nfp_bpf_verifier_prep() argument 219 nfp_bpf_translate(struct bpf_prog *prog) nfp_bpf_translate() argument 247 nfp_bpf_destroy(struct bpf_prog *prog) nfp_bpf_destroy() argument 484 nfp_bpf_offload_check_mtu(struct nfp_net *nn, struct bpf_prog *prog, unsigned int mtu) nfp_bpf_offload_check_mtu() argument 496 nfp_net_bpf_load(struct nfp_net *nn, struct bpf_prog *prog, struct netlink_ext_ack *extack) nfp_net_bpf_load() argument 575 nfp_net_bpf_offload(struct nfp_net *nn, struct bpf_prog *prog, bool old_prog, struct netlink_ext_ack *extack) nfp_net_bpf_offload() argument [all...] |
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | thmc50.c | 89 int prog = i2c_smbus_read_byte_data(client, THMC50_REG_CONF); in thmc50_update_device() local
|
/kernel/linux/linux-5.10/drivers/net/netdevsim/ |
H A D | bpf.c | 31 struct bpf_prog *prog; member 92 static void nsim_prog_set_loaded(struct bpf_prog *prog, bool loaded) in nsim_prog_set_loaded() argument 104 nsim_bpf_offload(struct netdevsim *ns, struct bpf_prog *prog, bool oldprog) in nsim_bpf_offload() argument 122 struct bpf_prog *prog = cls_bpf->prog; nsim_bpf_setup_tc_block_cb() local 218 nsim_bpf_create_prog(struct nsim_dev *nsim_dev, struct bpf_prog *prog) nsim_bpf_create_prog() argument 254 nsim_bpf_verifier_prep(struct bpf_prog *prog) nsim_bpf_verifier_prep() argument 265 nsim_bpf_translate(struct bpf_prog *prog) nsim_bpf_translate() argument 273 nsim_bpf_destroy_prog(struct bpf_prog *prog) nsim_bpf_destroy_prog() argument [all...] |
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | hbm.c | 123 static int prog_load(char *prog) in prog_load() argument 161 static int run_bpf_prog(char *prog, int cg_id) in run_bpf_prog() argument 439 char *prog = "hbm_out_kern.o"; main() local [all...] |