| /linux/net/sched/ |
| H A D | cls_bpf.c | 87 struct cls_bpf_prog *prog; in cls_bpf_classify() local 138 static bool cls_bpf_is_ebpf(const struct cls_bpf_prog *prog) in cls_bpf_is_ebpf() 143 static int cls_bpf_offload_cmd(struct tcf_proto *tp, struct cls_bpf_prog *prog, in cls_bpf_offload_cmd() 195 static int cls_bpf_offload(struct tcf_proto *tp, struct cls_bpf_prog *prog, in cls_bpf_offload() 215 struct cls_bpf_prog *prog, in cls_bpf_stop_offload() 226 struct cls_bpf_prog *prog) in cls_bpf_offload_update_stats() 256 static void cls_bpf_free_parms(struct cls_bpf_prog *prog) in cls_bpf_free_parms() 267 static void __cls_bpf_delete_prog(struct cls_bpf_prog *prog) in __cls_bpf_delete_prog() 278 struct cls_bpf_prog *prog = container_of(to_rcu_work(work), in cls_bpf_delete_prog_work() local 286 static void __cls_bpf_delete(struct tcf_proto *tp, struct cls_bpf_prog *prog, in __cls_bpf_delete() [all …]
|
| H A D | act_bpf.c | 40 struct tcf_bpf *prog = to_bpf(act); in tcf_bpf_act() local 92 static bool tcf_bpf_is_ebpf(const struct tcf_bpf *prog) in tcf_bpf_is_ebpf() 97 static int tcf_bpf_dump_bpf_info(const struct tcf_bpf *prog, in tcf_bpf_dump_bpf_info() 115 static int tcf_bpf_dump_ebpf_info(const struct tcf_bpf *prog, in tcf_bpf_dump_ebpf_info() 140 struct tcf_bpf *prog = to_bpf(act); in tcf_bpf_dump() local 264 static void tcf_bpf_prog_fill_cfg(const struct tcf_bpf *prog, in tcf_bpf_prog_fill_cfg() 288 struct tcf_bpf *prog; in tcf_bpf_init() local
|
| /linux/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 333 u8 *prog = *pprog; in push_r9() local 341 u8 *prog = *pprog; in pop_r9() local 349 u8 *prog = *pprog; in push_r12() local 357 u8 *prog = *pprog; in push_callee_regs() local 372 u8 *prog = *pprog; in pop_r12() local 380 u8 *prog = *pprog; in pop_callee_regs() local 395 u8 *prog = *pprog; in emit_nops() local 420 u8 *prog = *pprog; in emit_fineibt() local 437 u8 *prog = *pprog; in emit_kcfi() local 451 u8 *prog = *pprog; in emit_cfi() local [all …]
|
| H A D | bpf_jit_comp32.c | 209 u8 *prog = *pprog; in emit_ia32_mov_i() local 237 u8 *prog = *pprog; in emit_ia32_mov_r() local 288 u8 *prog = *pprog; in emit_ia32_mul_r() local 321 u8 *prog = *pprog; in emit_ia32_to_le_r64() local 369 u8 *prog = *pprog; in emit_ia32_to_be_r64() local 438 u8 *prog = *pprog; in emit_ia32_div_mod_r() local 485 u8 *prog = *pprog; in emit_ia32_shift_r() local 527 u8 *prog = *pprog; in emit_ia32_alu_r() local 582 u8 *prog = *pprog; in emit_ia32_alu_r64() local 601 u8 *prog = *pprog; in emit_ia32_alu_i() local [all …]
|
| /linux/drivers/clk/at91/ |
| H A D | clk-programmable.c | 35 struct clk_programmable *prog = to_clk_programmable(hw); in clk_programmable_recalc_rate() local 53 struct clk_programmable *prog = to_clk_programmable(hw); in clk_programmable_determine_rate() local 105 struct clk_programmable *prog = to_clk_programmable(hw); in clk_programmable_set_parent() local 130 struct clk_programmable *prog = to_clk_programmable(hw); in clk_programmable_get_parent() local 151 struct clk_programmable *prog = to_clk_programmable(hw); in clk_programmable_set_rate() local 183 struct clk_programmable *prog = to_clk_programmable(hw); in clk_programmable_save_context() local 195 struct clk_programmable *prog = to_clk_programmable(hw); in clk_programmable_restore_context() local 222 struct clk_programmable *prog; in at91_clk_register_programmable() local
|
| /linux/kernel/bpf/ |
| H A D | trampoline.c | 137 bool bpf_prog_has_trampoline(const struct bpf_prog *prog) in bpf_prog_has_trampoline() 725 static enum bpf_tramp_prog_type bpf_attach_type_to_tramp(struct bpf_prog *prog) in bpf_attach_type_to_tramp() 923 static struct bpf_shim_tramp_link *cgroup_shim_alloc(const struct bpf_prog *prog, in cgroup_shim_alloc() 977 int bpf_trampoline_link_cgroup_shim(struct bpf_prog *prog, in bpf_trampoline_link_cgroup_shim() 1042 void bpf_trampoline_unlink_cgroup_shim(struct bpf_prog *prog) in bpf_trampoline_unlink_cgroup_shim() 1143 static u64 notrace __bpf_prog_enter_recur(struct bpf_prog *prog, struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter_recur() 1159 static void notrace __update_prog_stats(struct bpf_prog *prog, u64 start) in __update_prog_stats() 1180 static __always_inline void notrace update_prog_stats(struct bpf_prog *prog, in update_prog_stats() 1187 static void notrace __bpf_prog_exit_recur(struct bpf_prog *prog, u64 start, in __bpf_prog_exit_recur() 1198 static u64 notrace __bpf_prog_enter_lsm_cgroup(struct bpf_prog *prog, in __bpf_prog_enter_lsm_cgroup() [all …]
|
| H A D | offload.c | 99 static void __bpf_prog_offload_destroy(struct bpf_prog *prog) in __bpf_prog_offload_destroy() 179 static int __bpf_prog_dev_bound_init(struct bpf_prog *prog, struct net_device *netdev) in __bpf_prog_dev_bound_init() 219 int bpf_prog_dev_bound_init(struct bpf_prog *prog, union bpf_attr *attr) in bpf_prog_dev_bound_init() 287 int bpf_prog_offload_verifier_prep(struct bpf_prog *prog) in bpf_prog_offload_verifier_prep() 372 void bpf_prog_dev_bound_destroy(struct bpf_prog *prog) in bpf_prog_dev_bound_destroy() 393 static int bpf_prog_offload_translate(struct bpf_prog *prog) in bpf_prog_offload_translate() 414 int bpf_prog_offload_compile(struct bpf_prog *prog) in bpf_prog_offload_compile() 422 struct bpf_prog *prog; member 453 struct bpf_prog *prog) in bpf_prog_offload_info_fill() 689 static bool __bpf_offload_dev_match(struct bpf_prog *prog, in __bpf_offload_dev_match() [all …]
|
| H A D | cgroup.c | 68 const struct bpf_prog *prog; in bpf_prog_run_array_cg() local 238 struct bpf_prog *prog, in bpf_cgroup_storages_alloc() 623 struct bpf_prog *prog, in find_attach_entry() 673 struct bpf_prog *prog = ERR_PTR(-EINVAL); in bpf_get_anchor_prog() local 682 static struct bpf_prog_list *get_prog_list(struct hlist_head *progs, struct bpf_prog *prog, in get_prog_list() 751 struct bpf_prog *prog, struct bpf_cgroup_link *link, in insert_pl_to_hlist() 786 struct bpf_prog *prog, struct bpf_prog *replace_prog, in __cgroup_bpf_attach() 907 struct bpf_prog *prog, struct bpf_prog *replace_prog, in cgroup_bpf_attach() 1036 struct bpf_prog *prog, in find_detach_entry() 1077 static void purge_effective_progs(struct cgroup *cgrp, struct bpf_prog *prog, in purge_effective_progs() [all …]
|
| H A D | syscall.c | 2279 static int find_prog_type(enum bpf_prog_type type, struct bpf_prog *prog) in find_prog_type() 2309 static void bpf_audit_prog(const struct bpf_prog *prog, unsigned int op) in bpf_audit_prog() 2328 static int bpf_prog_alloc_id(struct bpf_prog *prog) in bpf_prog_alloc_id() 2347 void bpf_prog_free_id(struct bpf_prog *prog) in bpf_prog_free_id() 2376 static void __bpf_prog_put_noref(struct bpf_prog *prog, bool deferred) in __bpf_prog_put_noref() 2401 struct bpf_prog *prog; in bpf_prog_put_deferred() local 2411 static void __bpf_prog_put(struct bpf_prog *prog) in __bpf_prog_put() 2425 void bpf_prog_put(struct bpf_prog *prog) in bpf_prog_put() 2433 struct bpf_prog *prog = filp->private_data; in bpf_prog_release() local 2445 void notrace bpf_prog_inc_misses_counter(struct bpf_prog *prog) in bpf_prog_inc_misses_counter() [all …]
|
| H A D | bpf_lsm.c | 116 bpf_lsm_verify_prog(struct bpf_verifier_log * vlog,const struct bpf_prog * prog) bpf_lsm_verify_prog() argument 170 bpf_ima_inode_hash_allowed(const struct bpf_prog * prog) bpf_ima_inode_hash_allowed() argument 224 bpf_lsm_func_proto(enum bpf_func_id func_id,const struct bpf_prog * prog) bpf_lsm_func_proto() argument 404 bpf_lsm_is_trusted(const struct bpf_prog * prog) bpf_lsm_is_trusted() argument [all...] |
| H A D | prog_iter.c | 16 struct bpf_prog *prog; in bpf_prog_seq_start() local 42 DEFINE_BPF_ITER_FUNC(bpf_prog, struct bpf_iter_meta *meta, struct bpf_prog *prog) in DEFINE_BPF_ITER_FUNC() 48 struct bpf_prog *prog; in DEFINE_BPF_ITER_FUNC() local
|
| H A D | core.c | 153 struct bpf_prog *prog; in bpf_prog_alloc() local 178 int bpf_prog_alloc_jited_linfo(struct bpf_prog *prog) in bpf_prog_alloc_jited_linfo() 192 void bpf_prog_jit_attempt_done(struct bpf_prog *prog) in bpf_prog_jit_attempt_done() 228 void bpf_prog_fill_jited_linfo(struct bpf_prog *prog, in bpf_prog_fill_jited_linfo() 388 static int bpf_adj_branches(struct bpf_prog *prog, u32 pos, s32 end_old, in bpf_adj_branches() 435 static void bpf_adj_linfo(struct bpf_prog *prog, u32 off, u32 delta) in bpf_adj_linfo() 455 struct bpf_prog *bpf_patch_insn_single(struct bpf_prog *prog, u32 off, in bpf_patch_insn_single() 516 int bpf_remove_insns(struct bpf_prog *prog, u32 off, u32 cnt) in bpf_remove_insns() 555 bpf_prog_ksym_set_addr(struct bpf_prog *prog) in bpf_prog_ksym_set_addr() 564 bpf_prog_ksym_set_name(struct bpf_prog *prog) in bpf_prog_ksym_set_name() [all …]
|
| H A D | bpf_iter.c | 25 struct bpf_prog *prog; member 332 struct bpf_prog *prog) in cache_btf_id() 337 int bpf_iter_prog_supported(struct bpf_prog *prog) in bpf_iter_prog_supported() 370 bpf_iter_get_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in bpf_iter_get_func_proto() 505 struct bpf_prog *prog) in bpf_iter_link_attach() 579 struct bpf_prog *prog) in init_seq_meta() 594 struct bpf_prog *prog; in prepare_seq_file() local 680 int bpf_iter_run_prog(struct bpf_prog *prog, void *ctx) in bpf_iter_run_prog()
|
| H A D | dispatcher.c | 26 struct bpf_dispatcher *d, struct bpf_prog *prog) in bpf_dispatcher_find_prog() 44 struct bpf_prog *prog) in bpf_dispatcher_add_prog() 69 struct bpf_prog *prog) in bpf_dispatcher_remove_prog()
|
| /linux/include/linux/ |
| H A D | bpf_lsm.h | 63 static inline bool bpf_lsm_is_trusted(const struct bpf_prog *prog) in bpf_lsm_is_trusted() 69 const struct bpf_prog *prog) in bpf_lsm_verify_prog() 84 static inline void bpf_lsm_find_cgroup_shim(const struct bpf_prog *prog, in bpf_lsm_find_cgroup_shim() 89 static inline int bpf_lsm_get_retval_range(const struct bpf_prog *prog, in bpf_lsm_get_retval_range() 103 static inline bool bpf_lsm_has_d_inode_locked(const struct bpf_prog *prog) in bpf_lsm_has_d_inode_locked()
|
| /linux/drivers/media/rc/ |
| H A D | bpf-lirc.c | 83 lirc_mode2_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) in lirc_mode2_func_proto() 123 const struct bpf_prog *prog, in lirc_mode2_is_valid_access() 137 static int lirc_bpf_attach(struct rc_dev *rcdev, struct bpf_prog *prog) in lirc_bpf_attach() 175 static int lirc_bpf_detach(struct rc_dev *rcdev, struct bpf_prog *prog) in lirc_bpf_detach() 248 int lirc_prog_attach(const union bpf_attr *attr, struct bpf_prog *prog) in lirc_prog_attach() 269 struct bpf_prog *prog; in lirc_prog_detach() local
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 767 struct bpf_program *prog; member 790 void bpf_program__unload(struct bpf_program *prog) in bpf_program__unload() 802 static void bpf_program__exit(struct bpf_program *prog) in bpf_program__exit() 839 bpf_object__init_prog(struct bpf_object *obj, struct bpf_program *prog, in bpf_object__init_prog() 904 struct bpf_program *prog, *progs; in bpf_object__add_programs() local 988 struct bpf_program *prog = obj->programs; in bpf_object_bswap_progs() local 1107 const struct bpf_program *prog) in is_valid_st_ops_program() 1126 struct bpf_program *prog, *slot_prog; in bpf_object_adjust_struct_ops_autoload() local 1211 struct bpf_program *prog; in bpf_map__init_kern_struct_ops() local 3474 static bool prog_needs_vmlinux_btf(struct bpf_program *prog) in prog_needs_vmlinux_btf() [all …]
|
| /linux/drivers/net/ethernet/netronome/nfp/bpf/ |
| H A D | offload.c | 112 struct bpf_prog *prog) in nfp_map_ptrs_record() 149 nfp_prog_prepare(struct nfp_prog *nfp_prog, const struct bpf_insn *prog, in nfp_prog_prepare() 189 static int nfp_bpf_verifier_prep(struct bpf_prog *prog) in nfp_bpf_verifier_prep() 217 static int nfp_bpf_translate(struct bpf_prog *prog) in nfp_bpf_translate() 245 static void nfp_bpf_destroy(struct bpf_prog *prog) in nfp_bpf_destroy() 483 bool nfp_bpf_offload_check_mtu(struct nfp_net *nn, struct bpf_prog *prog, in nfp_bpf_offload_check_mtu() 495 nfp_net_bpf_load(struct nfp_net *nn, struct bpf_prog *prog, in nfp_net_bpf_load() 574 int nfp_net_bpf_offload(struct nfp_net *nn, struct bpf_prog *prog, in nfp_net_bpf_offload()
|
| /linux/include/net/ |
| H A D | netkit.h | 16 struct bpf_prog *prog) in netkit_prog_attach() 22 struct bpf_prog *prog) in netkit_link_attach() 28 struct bpf_prog *prog) in netkit_prog_detach()
|
| /linux/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() 104 nsim_bpf_offload(struct netdevsim *ns, struct bpf_prog *prog, bool oldprog) in nsim_bpf_offload() 122 struct bpf_prog *prog = cls_bpf->prog; in nsim_bpf_setup_tc_block_cb() local 219 struct bpf_prog *prog) in nsim_bpf_create_prog() 256 static int nsim_bpf_verifier_prep(struct bpf_prog *prog) in nsim_bpf_verifier_prep() 267 static int nsim_bpf_translate(struct bpf_prog *prog) in nsim_bpf_translate() 275 static void nsim_bpf_destroy_prog(struct bpf_prog *prog) in nsim_bpf_destroy_prog()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | tailcalls.c | 20 struct bpf_program *prog; test_tailcall_1() local 156 struct bpf_program *prog; test_tailcall_2() local 235 struct bpf_program *prog; test_tailcall_count() local 416 struct bpf_program *prog; test_tailcall_4() local 506 struct bpf_program *prog; test_tailcall_5() local 596 struct bpf_program *prog; test_tailcall_bpf2bpf_1() local 680 struct bpf_program *prog; test_tailcall_bpf2bpf_2() local 760 struct bpf_program *prog; test_tailcall_bpf2bpf_3() local 855 struct bpf_program *prog; test_tailcall_bpf2bpf_4() local 1019 struct bpf_program *prog; test_tailcall_bpf2bpf_fentry_entry() local 1201 struct bpf_program *prog, *fentry_prog; test_tailcall_hierarchy_count() local [all...] |
| H A D | custom_sec_handlers.c | 13 static int custom_setup_prog(struct bpf_program *prog, long cookie) in custom_setup_prog() 21 static int custom_prepare_load_prog(struct bpf_program *prog, in custom_prepare_load_prog() 32 static int custom_attach_prog(const struct bpf_program *prog, long cookie, in custom_attach_prog()
|
| H A D | recursive_attach.c | 40 struct bpf_program *prog; in test_recursive_fentry_chain() local 117 struct bpf_program *prog; in test_fentry_attach_btf_presence() local 174 struct bpf_program *prog; in test_fentry_attach_stress() local
|
| /linux/arch/arc/net/ |
| H A D | bpf_jit_core.c | 101 struct bpf_prog *prog; member 125 static void vm_dump(const struct bpf_prog *prog) in vm_dump() 160 static int jit_ctx_init(struct jit_context *ctx, struct bpf_prog *prog) in jit_ctx_init() 381 static inline bool is_last_insn(const struct bpf_prog *prog, u32 idx) in is_last_insn() 1056 const struct bpf_prog *prog = ctx->prog; in handle_body() local 1223 struct bpf_prog *prog = ctx->prog; in jit_finalize() local 1262 static inline int check_jit_context(const struct bpf_prog *prog) in check_jit_context() 1309 const struct bpf_prog *prog = ctx->prog; in jit_patch_relocations() local 1338 static struct bpf_prog *do_normal_pass(struct bpf_prog *prog) in do_normal_pass() 1377 static struct bpf_prog *do_extra_pass(struct bpf_prog *prog) in do_extra_pass() [all …]
|
| /linux/arch/riscv/net/ |
| H A D | bpf_jit_core.c | 21 const struct bpf_prog *prog = ctx->prog; in build_body() local 44 struct bpf_prog *bpf_int_jit_compile(struct bpf_prog *prog) in bpf_int_jit_compile() 247 void bpf_jit_free(struct bpf_prog *prog) in bpf_jit_free()
|