| /kernel/linux/linux-5.10/kernel/bpf/ |
| H A D | verifier.c | 253 const struct bpf_prog *prog; in find_linfo() local 3137 resolve_prog_type(struct bpf_prog *prog) resolve_prog_type() argument 8585 const struct bpf_prog *prog = env->prog; check_return_code() local 8973 struct bpf_prog *prog; check_btf_func() local 9116 struct bpf_prog *prog; check_btf_line() local 10493 check_map_prog_compatibility(struct bpf_verifier_env *env, struct bpf_map *map, struct bpf_prog *prog) check_map_prog_compatibility() argument 10809 adjust_poke_descs(struct bpf_prog *prog, u32 off, u32 len) adjust_poke_descs() argument 10910 struct bpf_prog *prog = env->prog; bpf_adj_linfo_after_remove() local 11382 struct bpf_prog *prog = env->prog, **func, *tmp; jit_subprogs() local 11596 struct bpf_prog *prog = env->prog; fixup_call_args() local 11639 struct bpf_prog *prog = env->prog; fixup_bpf_calls() local 12179 struct bpf_prog *prog = env->prog; check_struct_ops_btf_id() local 12272 bpf_check_attach_target(struct bpf_verifier_log *log, const struct bpf_prog *prog, const struct bpf_prog *tgt_prog, u32 btf_id, struct bpf_attach_target_info *tgt_info) bpf_check_attach_target() argument 12508 struct bpf_prog *prog = env->prog; check_attach_btf_id() local 12587 bpf_check(struct bpf_prog **prog, union bpf_attr *attr, union bpf_attr __user *uattr) bpf_check() argument [all...] |
| /kernel/linux/linux-5.10/net/core/ |
| H A D | dev.c | 9063 struct bpf_prog *prog = dev_xdp_prog(dev, mode); in dev_xdp_prog_id() local 9075 dev_xdp_set_prog(struct net_device *dev, enum bpf_xdp_mode mode, struct bpf_prog *prog) dev_xdp_set_prog() argument 9082 dev_xdp_install(struct net_device *dev, enum bpf_xdp_mode mode, bpf_op_t bpf_op, struct netlink_ext_ack *extack, u32 flags, struct bpf_prog *prog) dev_xdp_install() argument 9111 bpf_prog_change_xdp(dev_xdp_prog(dev, mode), prog); dev_xdp_install() local 9119 struct bpf_prog *prog; dev_xdp_uninstall() local 9398 bpf_xdp_link_attach(const union bpf_attr *attr, struct bpf_prog *prog) bpf_xdp_link_attach() argument [all...] |
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_main.c | 13343 static int i40e_xdp_setup(struct i40e_vsi *vsi, struct bpf_prog *prog, in i40e_xdp_setup() argument [all...] |
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | bpf.h | 972 struct bpf_prog *prog; global() member 1112 bool prog; global() member 1174 struct bpf_prog *prog; global() member 1342 bpf_prog_has_trampoline(const struct bpf_prog *prog) bpf_prog_has_trampoline() argument 1434 struct bpf_prog *prog; global() member 1526 struct bpf_prog *prog; global() member 1719 bpf_trampoline_link_cgroup_shim(struct bpf_prog *prog, int cgroup_atype) bpf_trampoline_link_cgroup_shim() argument 1724 bpf_trampoline_unlink_cgroup_shim(struct bpf_prog *prog) bpf_trampoline_unlink_cgroup_shim() argument 1829 struct bpf_prog *prog; global() member 1927 const struct bpf_prog *prog; bpf_prog_run_array() local 1967 const struct bpf_prog *prog; bpf_prog_run_array_uprobe() local 2397 bpf_tracing_btf_ctx_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) bpf_tracing_btf_ctx_access() argument 2495 bpf_prog_add(struct bpf_prog *prog, int i) bpf_prog_add() argument 2499 bpf_prog_sub(struct bpf_prog *prog, int i) bpf_prog_sub() argument 2503 bpf_prog_put(struct bpf_prog *prog) bpf_prog_put() argument 2507 bpf_prog_inc(struct bpf_prog *prog) bpf_prog_inc() argument 2512 bpf_prog_inc_not_zero(struct bpf_prog *prog) bpf_prog_inc_not_zero() argument 2517 bpf_link_init(struct bpf_link *link, enum bpf_link_type type, const struct bpf_link_ops *ops, struct bpf_prog *prog) bpf_link_init() argument 2620 bpf_prog_test_run_xdp(struct bpf_prog *prog, const union bpf_attr *kattr, union bpf_attr __user *uattr) bpf_prog_test_run_xdp() argument 2627 bpf_prog_test_run_skb(struct bpf_prog *prog, const union bpf_attr *kattr, union bpf_attr __user *uattr) bpf_prog_test_run_skb() argument 2634 bpf_prog_test_run_tracing(struct bpf_prog *prog, const union bpf_attr *kattr, union bpf_attr __user *uattr) bpf_prog_test_run_tracing() argument 2641 bpf_prog_test_run_flow_dissector(struct bpf_prog *prog, const union bpf_attr *kattr, union bpf_attr __user *uattr) bpf_prog_test_run_flow_dissector() argument 2648 bpf_prog_test_run_sk_lookup(struct bpf_prog *prog, const union bpf_attr *kattr, union bpf_attr __user *uattr) bpf_prog_test_run_sk_lookup() argument 2683 bpf_prog_has_kfunc_call(const struct bpf_prog *prog) bpf_prog_has_kfunc_call() argument 2689 bpf_jit_find_kfunc_model(const struct bpf_prog *prog, const struct bpf_insn *insn) bpf_jit_find_kfunc_model() argument 2696 bpf_get_kfunc_addr(const struct bpf_prog *prog, u32 func_id, u16 btf_fd_idx, u8 **func_addr) bpf_get_kfunc_addr() argument 2712 bpf_prog_inc_misses_counter(struct bpf_prog *prog) bpf_prog_inc_misses_counter() argument 2836 bpf_dev_bound_resolve_kfunc(struct bpf_prog *prog, u32 func_id) bpf_dev_bound_resolve_kfunc() argument 2842 bpf_prog_dev_bound_init(struct bpf_prog *prog, union bpf_attr *attr) bpf_prog_dev_bound_init() argument 2892 bpf_prog_test_run_syscall(struct bpf_prog *prog, const union bpf_attr *kattr, union bpf_attr __user *uattr) bpf_prog_test_run_syscall() argument 2900 sock_map_get_from_fd(const union bpf_attr *attr, struct bpf_prog *prog) sock_map_get_from_fd() argument 3071 bpf_sock_convert_ctx_access(enum bpf_access_type type, const struct bpf_insn *si, struct bpf_insn *insn_buf, struct bpf_prog *prog, u32 *target_size) bpf_sock_convert_ctx_access() argument 3122 bpf_tcp_sock_convert_ctx_access(enum bpf_access_type type, const struct bpf_insn *si, struct bpf_insn *insn_buf, struct bpf_prog *prog, u32 *target_size) bpf_tcp_sock_convert_ctx_access() argument 3137 bpf_xdp_sock_convert_ctx_access(enum bpf_access_type type, const struct bpf_insn *si, struct bpf_insn *insn_buf, struct bpf_prog *prog, u32 *target_size) bpf_xdp_sock_convert_ctx_access() argument [all...] |
| H A D | netdevice.h | 1000 struct bpf_prog *prog; member 1010 struct bpf_prog *prog; member
|
| /kernel/linux/linux-6.6/kernel/bpf/ |
| H A D | btf.c | 5864 struct btf *bpf_prog_get_target_btf(const struct bpf_prog *prog) in bpf_prog_get_target_btf() argument 5910 static bool prog_args_trusted(const struct bpf_prog *prog) in prog_args_trusted() argument 5926 btf_ctx_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) btf_ctx_access() argument 6738 btf_check_type_match(struct bpf_verifier_log *log, const struct bpf_prog *prog, struct btf *btf2, const struct btf_type *t2) btf_check_type_match() argument 6873 struct bpf_prog *prog = env->prog; btf_check_subprog_arg_match() local 6916 struct bpf_prog *prog = env->prog; btf_check_subprog_call() local 6955 struct bpf_prog *prog = env->prog; btf_prepare_func_args() local 7790 __btf_kfunc_id_set_contains(const struct btf *btf, enum btf_kfunc_hook hook, u32 kfunc_btf_id, const struct bpf_prog *prog) __btf_kfunc_id_set_contains() argument 7862 btf_kfunc_id_set_contains(const struct btf *btf, u32 kfunc_btf_id, const struct bpf_prog *prog) btf_kfunc_id_set_contains() argument 7878 btf_kfunc_is_modify_return(const struct btf *btf, u32 kfunc_btf_id, const struct bpf_prog *prog) btf_kfunc_is_modify_return() argument [all...] |
| H A D | verifier.c | 344 const struct bpf_prog *prog; in find_linfo() local 2722 find_kfunc_desc(const struct bpf_prog *prog, u32 func_id, u16 offset) find_kfunc_desc() argument 2735 bpf_get_kfunc_addr(const struct bpf_prog *prog, u32 func_id, u16 btf_fd_idx, u8 **func_addr) bpf_get_kfunc_addr() argument 2973 sort_kfunc_descs_by_imm_off(struct bpf_prog *prog) sort_kfunc_descs_by_imm_off() argument 2985 bpf_prog_has_kfunc_call(const struct bpf_prog *prog) bpf_prog_has_kfunc_call() argument 2991 bpf_jit_find_kfunc_model(const struct bpf_prog *prog, const struct bpf_insn *insn) bpf_jit_find_kfunc_model() argument 14909 const struct bpf_prog *prog = env->prog; check_return_code() local 15427 struct bpf_prog *prog; check_btf_func() local 15571 struct bpf_prog *prog; check_btf_line() local 15698 struct bpf_prog *prog = env->prog; check_core_relo() local 17482 check_map_prog_compatibility(struct bpf_verifier_env *env, struct bpf_map *map, struct bpf_prog *prog) check_map_prog_compatibility() argument 17830 adjust_poke_descs(struct bpf_prog *prog, u32 off, u32 len) adjust_poke_descs() argument 17931 struct bpf_prog *prog = env->prog; bpf_adj_linfo_after_remove() local 18436 struct bpf_prog *prog = env->prog, **func, *tmp; jit_subprogs() local 18669 struct bpf_prog *prog = env->prog; fixup_call_args() local 18721 struct bpf_prog *prog = env->prog; specialize_kfunc() local 18856 struct bpf_prog *prog = env->prog; do_misc_fixups() local 19711 struct bpf_prog *prog = env->prog; check_struct_ops_btf_id() local 19790 bpf_check_attach_target(struct bpf_verifier_log *log, const struct bpf_prog *prog, const struct bpf_prog *tgt_prog, u32 btf_id, struct bpf_attach_target_info *tgt_info) bpf_check_attach_target() argument 20078 can_be_sleepable(struct bpf_prog *prog) can_be_sleepable() argument 20098 struct bpf_prog *prog = env->prog; check_attach_btf_id() local 20191 bpf_check(struct bpf_prog **prog, union bpf_attr *attr, bpfptr_t uattr, __u32 uattr_size) bpf_check() argument [all...] |
| /kernel/linux/linux-6.6/kernel/events/ |
| H A D | core.c | 5922 struct bpf_prog *prog; in _perf_ioctl() local 9217 struct bpf_prog *prog; member 9255 static void perf_event_bpf_emit_ksymbols(struct bpf_prog *prog, in perf_event_bpf_emit_ksymbols() argument 9279 perf_event_bpf_event(struct bpf_prog *prog, enum perf_bpf_event_type type, u16 flags) perf_event_bpf_event() argument 10418 struct bpf_prog *prog; bpf_overflow_handler() local 10439 perf_event_set_bpf_handler(struct perf_event *event, struct bpf_prog *prog, u64 bpf_cookie) perf_event_set_bpf_handler() argument 10479 struct bpf_prog *prog = event->prog; perf_event_free_bpf_handler() local 10489 perf_event_set_bpf_handler(struct perf_event *event, struct bpf_prog *prog, u64 bpf_cookie) perf_event_set_bpf_handler() argument 10519 perf_event_set_bpf_prog(struct perf_event *event, struct bpf_prog *prog, u64 bpf_cookie) perf_event_set_bpf_prog() argument 10577 perf_event_set_bpf_prog(struct perf_event *event, struct bpf_prog *prog, u64 bpf_cookie) perf_event_set_bpf_prog() argument 11959 struct bpf_prog *prog = parent_event->prog; perf_event_alloc() local [all...] |
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_main.c | 10240 static int ixgbe_xdp_setup(struct net_device *dev, struct bpf_prog *prog) in ixgbe_xdp_setup() argument
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/marvell/ |
| H A D | mvneta.c | 3846 struct bpf_prog *prog = pp->xdp_prog; in mvneta_change_mtu() local 4600 static int mvneta_xdp_setup(struct net_device *dev, struct bpf_prog *prog, in mvneta_xdp_setup() argument 2257 mvneta_run_xdp(struct mvneta_port *pp, struct mvneta_rx_queue *rxq, struct bpf_prog *prog, struct xdp_buff *xdp, u32 frame_sz, struct mvneta_stats *stats) mvneta_run_xdp() argument [all...] |
| /kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/ |
| H A D | mtk_eth_soc.h | 1292 struct bpf_prog __rcu *prog; member
|
| /kernel/linux/linux-6.6/net/core/ |
| H A D | filter.c | 561 static int bpf_convert_filter(struct sock_filter *prog, int len, in bpf_convert_filter() argument 1168 static void __bpf_prog_release(struct bpf_prog *prog) in __bpf_prog_release() argument 1457 __sk_attach_prog(struct bpf_prog *prog, struct sock *sk) __sk_attach_prog() argument 1487 struct bpf_prog *prog; __get_filter() local 1532 struct bpf_prog *prog = __get_filter(fprog, sk); sk_attach_filter() local 1550 struct bpf_prog *prog = __get_filter(fprog, sk); sk_reuseport_attach_filter() local 1577 struct bpf_prog *prog = __get_bpf(ufd, sk); sk_attach_bpf() local 1594 struct bpf_prog *prog; sk_reuseport_attach_bpf() local 1637 sk_reuseport_prog_free(struct bpf_prog *prog) sk_reuseport_prog_free() argument 7038 bpf_tcp_sock_convert_ctx_access(enum bpf_access_type type, const struct bpf_insn *si, struct bpf_insn *insn_buf, struct bpf_prog *prog, u32 *target_size) bpf_tcp_sock_convert_ctx_access() argument 7232 bpf_xdp_sock_convert_ctx_access(enum bpf_access_type type, const struct bpf_insn *si, struct bpf_insn *insn_buf, struct bpf_prog *prog, u32 *target_size) bpf_xdp_sock_convert_ctx_access() argument 7854 sock_filter_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) sock_filter_func_proto() argument 7883 sock_addr_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) sock_addr_func_proto() argument 7966 sk_filter_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) sk_filter_func_proto() argument 7988 cg_skb_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) cg_skb_func_proto() argument 8037 tc_cls_act_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) tc_cls_act_func_proto() argument 8172 xdp_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) xdp_func_proto() argument 8247 sock_ops_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) sock_ops_func_proto() argument 8295 sk_msg_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) sk_msg_func_proto() argument 8337 sk_skb_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) sk_skb_func_proto() argument 8378 flow_dissector_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) flow_dissector_func_proto() argument 8389 lwt_out_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) lwt_out_func_proto() argument 8416 lwt_in_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) lwt_in_func_proto() argument 8427 lwt_xmit_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) lwt_xmit_func_proto() argument 8466 lwt_seg6local_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) lwt_seg6local_func_proto() argument 8482 bpf_skb_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) bpf_skb_is_valid_access() argument 8545 sk_filter_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) sk_filter_is_valid_access() argument 8574 cg_skb_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) cg_skb_is_valid_access() argument 8618 lwt_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) lwt_is_valid_access() argument 8750 sock_filter_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) sock_filter_is_valid_access() argument 8761 bpf_noop_prologue(struct bpf_insn *insn_buf, bool direct_write, const struct bpf_prog *prog) bpf_noop_prologue() argument 8770 bpf_unclone_prologue(struct bpf_insn *insn_buf, bool direct_write, const struct bpf_prog *prog, int drop_verdict) bpf_unclone_prologue() argument 8844 tc_cls_act_prologue(struct bpf_insn *insn_buf, bool direct_write, const struct bpf_prog *prog) tc_cls_act_prologue() argument 8850 tc_cls_act_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) tc_cls_act_is_valid_access() argument 8930 xdp_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) xdp_is_valid_access() argument 8967 bpf_warn_invalid_xdp_action(struct net_device *dev, struct bpf_prog *prog, u32 act) bpf_warn_invalid_xdp_action() argument 8991 sock_addr_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) sock_addr_is_valid_access() argument 9108 sock_ops_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) sock_ops_is_valid_access() argument 9172 sk_skb_prologue(struct bpf_insn *insn_buf, bool direct_write, const struct bpf_prog *prog) sk_skb_prologue() argument 9178 sk_skb_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) sk_skb_is_valid_access() argument 9216 sk_msg_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) sk_msg_is_valid_access() argument 9260 flow_dissector_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) flow_dissector_is_valid_access() argument 9294 flow_dissector_convert_ctx_access(enum bpf_access_type type, const struct bpf_insn *si, struct bpf_insn *insn_buf, struct bpf_prog *prog, u32 *target_size) flow_dissector_convert_ctx_access() argument 9366 bpf_convert_tstamp_read(const struct bpf_prog *prog, const struct bpf_insn *si, struct bpf_insn *insn) bpf_convert_tstamp_read() argument 9400 bpf_convert_tstamp_write(const struct bpf_prog *prog, const struct bpf_insn *si, struct bpf_insn *insn) bpf_convert_tstamp_write() argument 9438 bpf_convert_ctx_access(enum bpf_access_type type, const struct bpf_insn *si, struct bpf_insn *insn_buf, struct bpf_prog *prog, u32 *target_size) bpf_convert_ctx_access() argument 9804 bpf_sock_convert_ctx_access(enum bpf_access_type type, const struct bpf_insn *si, struct bpf_insn *insn_buf, struct bpf_prog *prog, u32 *target_size) bpf_sock_convert_ctx_access() argument 9979 tc_cls_act_convert_ctx_access(enum bpf_access_type type, const struct bpf_insn *si, struct bpf_insn *insn_buf, struct bpf_prog *prog, u32 *target_size) tc_cls_act_convert_ctx_access() argument 10003 xdp_convert_ctx_access(enum bpf_access_type type, const struct bpf_insn *si, struct bpf_insn *insn_buf, struct bpf_prog *prog, u32 *target_size) xdp_convert_ctx_access() argument 10131 sock_addr_convert_ctx_access(enum bpf_access_type type, const struct bpf_insn *si, struct bpf_insn *insn_buf, struct bpf_prog *prog, u32 *target_size) sock_addr_convert_ctx_access() argument 10220 sock_ops_convert_ctx_access(enum bpf_access_type type, const struct bpf_insn *si, struct bpf_insn *insn_buf, struct bpf_prog *prog, u32 *target_size) sock_ops_convert_ctx_access() argument 10713 sk_skb_convert_ctx_access(enum bpf_access_type type, const struct bpf_insn *si, struct bpf_insn *insn_buf, struct bpf_prog *prog, u32 *target_size) sk_skb_convert_ctx_access() argument 10753 sk_msg_convert_ctx_access(enum bpf_access_type type, const struct bpf_insn *si, struct bpf_insn *insn_buf, struct bpf_prog *prog, u32 *target_size) sk_msg_convert_ctx_access() argument 11119 bpf_run_sk_reuseport(struct sock_reuseport *reuse, struct sock *sk, struct bpf_prog *prog, struct sk_buff *skb, struct sock *migrating_sk, u32 hash) bpf_run_sk_reuseport() argument 11227 sk_reuseport_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) sk_reuseport_func_proto() argument 11247 sk_reuseport_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) sk_reuseport_is_valid_access() argument 11314 sk_reuseport_convert_ctx_access(enum bpf_access_type type, const struct bpf_insn *si, struct bpf_insn *insn_buf, struct bpf_prog *prog, u32 *target_size) sk_reuseport_convert_ctx_access() argument 11414 sk_lookup_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) sk_lookup_func_proto() argument 11428 sk_lookup_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) sk_lookup_is_valid_access() argument 11474 sk_lookup_convert_ctx_access(enum bpf_access_type type, const struct bpf_insn *si, struct bpf_insn *insn_buf, struct bpf_prog *prog, u32 *target_size) sk_lookup_convert_ctx_access() argument 11587 bpf_dispatcher_change_prog(BPF_DISPATCHER_PTR(xdp), prev_prog, prog); DEFINE_BPF_DISPATCHER() local 11951 tracing_iter_filter(const struct bpf_prog *prog, u32 kfunc_id) tracing_iter_filter() argument [all...] |
| H A D | dev.c | 3991 const struct bpf_prog *prog; in tcx_run() local 9165 struct bpf_prog *prog = dev_xdp_prog(dev, mode); in dev_xdp_prog_id() local 9177 dev_xdp_set_prog(struct net_device *dev, enum bpf_xdp_mode mode, struct bpf_prog *prog) dev_xdp_set_prog() argument 9184 dev_xdp_install(struct net_device *dev, enum bpf_xdp_mode mode, bpf_op_t bpf_op, struct netlink_ext_ack *extack, u32 flags, struct bpf_prog *prog) dev_xdp_install() argument 9213 bpf_prog_change_xdp(dev_xdp_prog(dev, mode), prog); dev_xdp_install() local 9221 struct bpf_prog *prog; dev_xdp_uninstall() local 9514 bpf_xdp_link_attach(const union bpf_attr *attr, struct bpf_prog *prog) bpf_xdp_link_attach() argument [all...] |
| /third_party/f2fs-tools/include/ |
| H A D | f2fs_fs.h | 1681 static inline void show_version(const char *prog) in show_version() argument
|
| /third_party/toybox/toys/pending/ |
| H A D | bc.c | 450 struct BcProgram *prog; member 610 BcProgram prog; member 3033 void bc_parse_init(BcParse *p, BcProgram *prog, size_t func) in bc_parse_init() argument 5666 BcProgram *prog = &BC_VM->prog; bc_vm_clean() local [all...] |
| /kernel/linux/linux-5.10/drivers/scsi/megaraid/ |
| H A D | megaraid_sas.h | 2130 struct megasas_progress prog; member 2164 struct megasas_progress prog; member
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | netdevice.h | 916 struct bpf_prog *prog; member 926 struct bpf_prog *prog; member
|
| /kernel/linux/linux-6.6/tools/lib/bpf/ |
| H A D | libbpf.c | 700 void bpf_program__unload(struct bpf_program *prog) in bpf_program__unload() argument 711 static void bpf_program__exit(struct bpf_program *prog) in bpf_program__exit() argument 748 bpf_object__init_prog(struct bpf_object *obj, struct bpf_program *prog, const char *name, size_t sec_idx, const char *sec_name, size_t sec_off, void *insn_data, size_t insn_data_sz) bpf_object__init_prog() argument 812 struct bpf_program *prog, *progs; bpf_object__add_programs() local 1070 struct bpf_program *prog; bpf_map__init_kern_struct_ops() local 3030 prog_needs_vmlinux_btf(struct bpf_program *prog) prog_needs_vmlinux_btf() argument 3047 struct bpf_program *prog; obj_needs_vmlinux_btf() local 3123 struct bpf_program *prog = &obj->programs[i]; bpf_object__sanitize_and_load_btf() local 3991 prog_is_subprog(const struct bpf_object *obj, const struct bpf_program *prog) prog_is_subprog() argument 4000 struct bpf_program *prog; bpf_object__find_program_by_name() local 4048 bpf_program__record_reloc(struct bpf_program *prog, struct reloc_desc *reloc_desc, __u32 insn_idx, const char *sym_name, const Elf64_Sym *sym, const Elf64_Rel *rel) bpf_program__record_reloc() argument 4201 prog_contains_insn(const struct bpf_program *prog, size_t insn_idx) prog_contains_insn() argument 4211 struct bpf_program *prog; find_prog_by_sec_insn() local 4240 struct bpf_program *prog; bpf_object__collect_prog_relos() local 4757 int ret, map, prog, insn_cnt = ARRAY_SIZE(insns); probe_prog_bind_map() local 5705 record_relo_core(struct bpf_program *prog, const struct bpf_core_relo *core_relo, int insn_idx) record_relo_core() argument 5723 find_relo_core(struct bpf_program *prog, int insn_idx) find_relo_core() argument 5739 bpf_core_resolve_relo(struct bpf_program *prog, const struct bpf_core_relo *relo, int relo_idx, const struct btf *local_btf, struct hashmap *cand_cache, struct bpf_core_relo_res *targ_res) bpf_core_resolve_relo() argument 5791 struct bpf_program *prog; bpf_object__relocate_core() local 5905 poison_map_ldimm64(struct bpf_program *prog, int relo_idx, int insn_idx, struct bpf_insn *insn, int map_idx, const struct bpf_map *map) poison_map_ldimm64() argument 5935 poison_kfunc_call(struct bpf_program *prog, int relo_idx, int insn_idx, struct bpf_insn *insn, int ext_idx, const struct extern_desc *ext) poison_kfunc_call() argument 5961 bpf_object__relocate_data(struct bpf_object *obj, struct bpf_program *prog) bpf_object__relocate_data() argument 6056 adjust_prog_btf_ext_info(const struct bpf_object *obj, const struct bpf_program *prog, const struct btf_ext_info *ext_info, void **prog_info, __u32 *prog_rec_cnt, __u32 *prog_rec_sz) adjust_prog_btf_ext_info() argument 6125 reloc_prog_func_and_line_info(const struct bpf_object *obj, struct bpf_program *main_prog, const struct bpf_program *prog) reloc_prog_func_and_line_info() argument 6206 find_prog_insn_relo(const struct bpf_program *prog, size_t insn_idx) find_prog_insn_relo() argument 6244 bpf_object__reloc_code(struct bpf_object *obj, struct bpf_program *main_prog, struct bpf_program *prog) bpf_object__reloc_code() argument 6452 bpf_object__relocate_calls(struct bpf_object *obj, struct bpf_program *prog) bpf_object__relocate_calls() argument 6478 struct bpf_program *prog; bpf_object__free_relocs() local 6521 struct bpf_program *prog; bpf_object__relocate() local 6785 bpf_object__sanitize_prog(struct bpf_object *obj, struct bpf_program *prog) bpf_object__sanitize_prog() argument 6824 libbpf_prepare_prog_load(struct bpf_program *prog, struct bpf_prog_load_opts *opts, long cookie) libbpf_prepare_prog_load() argument 6885 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) bpf_object_load_prog() argument 7104 fixup_log_failed_core_relo(struct bpf_program *prog, char *buf, size_t buf_sz, size_t log_sz, char *line1, char *line2, char *line3) fixup_log_failed_core_relo() argument 7143 fixup_log_missing_map_load(struct bpf_program *prog, char *buf, size_t buf_sz, size_t log_sz, char *line1, char *line2, char *line3) fixup_log_missing_map_load() argument 7176 fixup_log_missing_kfunc_call(struct bpf_program *prog, char *buf, size_t buf_sz, size_t log_sz, char *line1, char *line2, char *line3) fixup_log_missing_kfunc_call() argument 7209 fixup_verifier_log(struct bpf_program *prog, char *buf, size_t buf_sz) fixup_verifier_log() argument 7259 bpf_program_record_relos(struct bpf_program *prog) bpf_program_record_relos() argument 7305 struct bpf_program *prog; bpf_object__load_progs() local 7345 struct bpf_program *prog; bpf_object_init_progs() local 7895 struct bpf_program *prog = st_ops->progs[i]; bpf_map_prepare_vdata() local 8045 bpf_program__pin(struct bpf_program *prog, const char *path) bpf_program__pin() argument 8074 bpf_program__unpin(struct bpf_program *prog, const char *path) bpf_program__unpin() argument 8310 struct bpf_program *prog; bpf_object__pin_programs() local 8347 struct bpf_program *prog; bpf_object__unpin_programs() local 8549 struct bpf_program *prog = prev; bpf_object__next_program() local 8561 struct bpf_program *prog = next; bpf_object__prev_program() local 8570 bpf_program__set_ifindex(struct bpf_program *prog, __u32 ifindex) bpf_program__set_ifindex() argument 8575 bpf_program__name(const struct bpf_program *prog) bpf_program__name() argument 8580 bpf_program__section_name(const struct bpf_program *prog) bpf_program__section_name() argument 8585 bpf_program__autoload(const struct bpf_program *prog) bpf_program__autoload() argument 8590 bpf_program__set_autoload(struct bpf_program *prog, bool autoload) bpf_program__set_autoload() argument 8599 bpf_program__autoattach(const struct bpf_program *prog) bpf_program__autoattach() argument 8604 bpf_program__set_autoattach(struct bpf_program *prog, bool autoattach) bpf_program__set_autoattach() argument 8609 bpf_program__insns(const struct bpf_program *prog) bpf_program__insns() argument 8614 bpf_program__insn_cnt(const struct bpf_program *prog) bpf_program__insn_cnt() argument 8619 bpf_program__set_insns(struct bpf_program *prog, struct bpf_insn *new_insns, size_t new_insn_cnt) bpf_program__set_insns() argument 8640 bpf_program__fd(const struct bpf_program *prog) bpf_program__fd() argument 8665 bpf_program__set_type(struct bpf_program *prog, enum bpf_prog_type type) bpf_program__set_type() argument 8705 bpf_program__flags(const struct bpf_program *prog) bpf_program__flags() argument 8710 bpf_program__set_flags(struct bpf_program *prog, __u32 flags) bpf_program__set_flags() argument 8719 bpf_program__log_level(const struct bpf_program *prog) bpf_program__log_level() argument 8724 bpf_program__set_log_level(struct bpf_program *prog, __u32 log_level) bpf_program__set_log_level() argument 8733 bpf_program__log_buf(const struct bpf_program *prog, size_t *log_size) bpf_program__log_buf() argument 8739 bpf_program__set_log_buf(struct bpf_program *prog, char *log_buf, size_t log_size) bpf_program__set_log_buf() argument 9130 struct bpf_program *prog; bpf_object__collect_st_ops_relos() local 9392 libbpf_find_attach_btf_id(struct bpf_program *prog, const char *attach_name, int *btf_obj_fd, int *btf_type_id) libbpf_find_attach_btf_id() argument 9928 bpf_link__update_program(struct bpf_link *link, struct bpf_program *prog) bpf_link__update_program() argument 10108 bpf_program__attach_perf_event_opts(const struct bpf_program *prog, int pfd, const struct bpf_perf_event_opts *opts) bpf_program__attach_perf_event_opts() argument 10185 bpf_program__attach_perf_event(const struct bpf_program *prog, int pfd) bpf_program__attach_perf_event() argument 10509 bpf_program__attach_kprobe_opts(const struct bpf_program *prog, const char *func_name, const struct bpf_kprobe_opts *opts) bpf_program__attach_kprobe_opts() argument 10604 bpf_program__attach_kprobe(const struct bpf_program *prog, bool retprobe, const char *func_name) bpf_program__attach_kprobe() argument 10615 bpf_program__attach_ksyscall(const struct bpf_program *prog, const char *syscall_name, const struct bpf_ksyscall_opts *opts) bpf_program__attach_ksyscall() argument 10830 bpf_program__attach_kprobe_multi_opts(const struct bpf_program *prog, const char *pattern, const struct bpf_kprobe_multi_opts *opts) bpf_program__attach_kprobe_multi_opts() argument 10908 attach_kprobe(const struct bpf_program *prog, long cookie, struct bpf_link **link) attach_kprobe() argument 10945 attach_ksyscall(const struct bpf_program *prog, long cookie, struct bpf_link **link) attach_ksyscall() argument 10966 attach_kprobe_multi(const struct bpf_program *prog, long cookie, struct bpf_link **link) attach_kprobe_multi() argument 10997 attach_uprobe_multi(const struct bpf_program *prog, long cookie, struct bpf_link **link) attach_uprobe_multi() argument 11253 bpf_program__attach_uprobe_multi(const struct bpf_program *prog, pid_t pid, const char *path, const char *func_pattern, const struct bpf_uprobe_multi_opts *opts) bpf_program__attach_uprobe_multi() argument 11367 bpf_program__attach_uprobe_opts(const struct bpf_program *prog, pid_t pid, const char *binary_path, size_t func_offset, const struct bpf_uprobe_opts *opts) bpf_program__attach_uprobe_opts() argument 11512 attach_uprobe(const struct bpf_program *prog, long cookie, struct bpf_link **link) attach_uprobe() argument 11557 bpf_program__attach_uprobe(const struct bpf_program *prog, bool retprobe, pid_t pid, const char *binary_path, size_t func_offset) bpf_program__attach_uprobe() argument 11567 bpf_program__attach_usdt(const struct bpf_program *prog, pid_t pid, const char *binary_path, const char *usdt_provider, const char *usdt_name, const struct bpf_usdt_opts *opts) bpf_program__attach_usdt() argument 11620 attach_usdt(const struct bpf_program *prog, long cookie, struct bpf_link **link) attach_usdt() argument 11700 bpf_program__attach_tracepoint_opts(const struct bpf_program *prog, const char *tp_category, const char *tp_name, const struct bpf_tracepoint_opts *opts) bpf_program__attach_tracepoint_opts() argument 11734 bpf_program__attach_tracepoint(const struct bpf_program *prog, const char *tp_category, const char *tp_name) bpf_program__attach_tracepoint() argument 11741 attach_tp(const struct bpf_program *prog, long cookie, struct bpf_link **link) attach_tp() argument 11773 bpf_program__attach_raw_tracepoint(const struct bpf_program *prog, const char *tp_name) bpf_program__attach_raw_tracepoint() argument 11803 attach_raw_tp(const struct bpf_program *prog, long cookie, struct bpf_link **link) attach_raw_tp() argument 11845 bpf_program__attach_btf_id(const struct bpf_program *prog, const struct bpf_trace_opts *opts) bpf_program__attach_btf_id() argument 11881 bpf_program__attach_trace(const struct bpf_program *prog) bpf_program__attach_trace() argument 11886 bpf_program__attach_trace_opts(const struct bpf_program *prog, const struct bpf_trace_opts *opts) bpf_program__attach_trace_opts() argument 11892 bpf_program__attach_lsm(const struct bpf_program *prog) bpf_program__attach_lsm() argument 11897 attach_trace(const struct bpf_program *prog, long cookie, struct bpf_link **link) attach_trace() argument 11903 attach_lsm(const struct bpf_program *prog, long cookie, struct bpf_link **link) attach_lsm() argument 11910 bpf_program_attach_fd(const struct bpf_program *prog, int target_fd, const char *target_name, const struct bpf_link_create_opts *opts) bpf_program_attach_fd() argument 11945 bpf_program__attach_cgroup(const struct bpf_program *prog, int cgroup_fd) bpf_program__attach_cgroup() argument 11951 bpf_program__attach_netns(const struct bpf_program *prog, int netns_fd) bpf_program__attach_netns() argument 11956 bpf_program__attach_xdp(const struct bpf_program *prog, int ifindex) bpf_program__attach_xdp() argument 11963 bpf_program__attach_tcx(const struct bpf_program *prog, int ifindex, const struct bpf_tcx_opts *opts) bpf_program__attach_tcx() argument 11997 bpf_program__attach_freplace(const struct bpf_program *prog, int target_fd, const char *attach_func_name) bpf_program__attach_freplace() argument 12035 bpf_program__attach_iter(const struct bpf_program *prog, const struct bpf_iter_attach_opts *opts) bpf_program__attach_iter() argument 12074 attach_iter(const struct bpf_program *prog, long cookie, struct bpf_link **link) attach_iter() argument 12080 bpf_program__attach_netfilter(const struct bpf_program *prog, const struct bpf_netfilter_opts *opts) bpf_program__attach_netfilter() argument 12122 bpf_program__attach(const struct bpf_program *prog) bpf_program__attach() argument 12803 bpf_program__set_attach_target(struct bpf_program *prog, int attach_prog_fd, const char *attach_func_name) bpf_program__set_attach_target() argument 12983 struct bpf_program **prog = progs[i].prog; populate_skeleton_progs() local 13167 struct bpf_program *prog = *s->progs[i].prog; bpf_object__attach_skeleton() local [all...] |
| /kernel/linux/linux-6.6/drivers/scsi/megaraid/ |
| H A D | megaraid_sas.h | 2134 struct megasas_progress prog; member 2168 struct megasas_progress prog; member
|
| /third_party/libbpf/src/ |
| H A D | libbpf.c | 742 void bpf_program__unload(struct bpf_program *prog) in bpf_program__unload() argument 753 static void bpf_program__exit(struct bpf_program *prog) in bpf_program__exit() argument 790 bpf_object__init_prog(struct bpf_object *obj, struct bpf_program *prog, const char *name, size_t sec_idx, const char *sec_name, size_t sec_off, void *insn_data, size_t insn_data_sz) bpf_object__init_prog() argument 855 struct bpf_program *prog, *progs; bpf_object__add_programs() local 1115 struct bpf_program *prog; bpf_map__init_kern_struct_ops() local 3152 prog_needs_vmlinux_btf(struct bpf_program *prog) global() argument 3169 struct bpf_program *prog; global() local 3245 struct bpf_program *prog = &obj->programs[i]; global() local 3271 struct bpf_program *prog = &obj->programs[i]; global() local 4375 prog_is_subprog(const struct bpf_object *obj, const struct bpf_program *prog) global() argument 4384 struct bpf_program *prog; global() local 4432 bpf_program__record_reloc(struct bpf_program *prog, struct reloc_desc *reloc_desc, __u32 insn_idx, const char *sym_name, const Elf64_Sym *sym, const Elf64_Rel *rel) global() argument 4592 prog_contains_insn(const struct bpf_program *prog, size_t insn_idx) global() argument 4602 struct bpf_program *prog; global() local 4631 struct bpf_program *prog; global() local 5162 int ret, map, prog, insn_cnt = ARRAY_SIZE(insns); global() local 6108 record_relo_core(struct bpf_program *prog, const struct bpf_core_relo *core_relo, int insn_idx) global() argument 6126 find_relo_core(struct bpf_program *prog, int insn_idx) global() argument 6142 bpf_core_resolve_relo(struct bpf_program *prog, const struct bpf_core_relo *relo, int relo_idx, const struct btf *local_btf, struct hashmap *cand_cache, struct bpf_core_relo_res *targ_res) global() argument 6194 struct bpf_program *prog; global() local 6310 poison_map_ldimm64(struct bpf_program *prog, int relo_idx, int insn_idx, struct bpf_insn *insn, int map_idx, const struct bpf_map *map) global() argument 6340 poison_kfunc_call(struct bpf_program *prog, int relo_idx, int insn_idx, struct bpf_insn *insn, int ext_idx, const struct extern_desc *ext) global() argument 6366 bpf_object__relocate_data(struct bpf_object *obj, struct bpf_program *prog) global() argument 6461 adjust_prog_btf_ext_info(const struct bpf_object *obj, const struct bpf_program *prog, const struct btf_ext_info *ext_info, void **prog_info, __u32 *prog_rec_cnt, __u32 *prog_rec_sz) global() argument 6530 reloc_prog_func_and_line_info(const struct bpf_object *obj, struct bpf_program *main_prog, const struct bpf_program *prog) global() argument 6611 find_prog_insn_relo(const struct bpf_program *prog, size_t insn_idx) global() argument 6681 bpf_object__reloc_code(struct bpf_object *obj, struct bpf_program *main_prog, struct bpf_program *prog) global() argument 6871 bpf_object__relocate_calls(struct bpf_object *obj, struct bpf_program *prog) global() argument 6897 struct bpf_program *prog; global() local 6940 struct bpf_program *prog; global() local 7228 bpf_object__sanitize_prog(struct bpf_object *obj, struct bpf_program *prog) global() argument 7267 libbpf_prepare_prog_load(struct bpf_program *prog, struct bpf_prog_load_opts *opts, long cookie) global() argument 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 7547 fixup_log_failed_core_relo(struct bpf_program *prog, char *buf, size_t buf_sz, size_t log_sz, char *line1, char *line2, char *line3) global() argument 7586 fixup_log_missing_map_load(struct bpf_program *prog, char *buf, size_t buf_sz, size_t log_sz, char *line1, char *line2, char *line3) global() argument 7619 fixup_log_missing_kfunc_call(struct bpf_program *prog, char *buf, size_t buf_sz, size_t log_sz, char *line1, char *line2, char *line3) global() argument 7652 fixup_verifier_log(struct bpf_program *prog, char *buf, size_t buf_sz) global() argument 7702 bpf_program_record_relos(struct bpf_program *prog) global() argument 7748 struct bpf_program *prog; global() local 7788 struct bpf_program *prog; global() local 8340 struct bpf_program *prog = st_ops->progs[i]; global() local 8490 bpf_program__pin(struct bpf_program *prog, const char *path) global() argument 8519 bpf_program__unpin(struct bpf_program *prog, const char *path) global() argument 8755 struct bpf_program *prog; global() local 8792 struct bpf_program *prog; global() local 8994 struct bpf_program *prog = prev; global() local 9006 struct bpf_program *prog = next; global() local 9015 bpf_program__set_ifindex(struct bpf_program *prog, __u32 ifindex) global() argument 9020 bpf_program__name(const struct bpf_program *prog) global() argument 9025 bpf_program__section_name(const struct bpf_program *prog) global() argument 9030 bpf_program__autoload(const struct bpf_program *prog) global() argument 9035 bpf_program__set_autoload(struct bpf_program *prog, bool autoload) global() argument 9044 bpf_program__autoattach(const struct bpf_program *prog) global() argument 9049 bpf_program__set_autoattach(struct bpf_program *prog, bool autoattach) global() argument 9054 bpf_program__insns(const struct bpf_program *prog) global() argument 9059 bpf_program__insn_cnt(const struct bpf_program *prog) global() argument 9064 bpf_program__set_insns(struct bpf_program *prog, struct bpf_insn *new_insns, size_t new_insn_cnt) global() argument 9085 bpf_program__fd(const struct bpf_program *prog) global() argument 9110 bpf_program__set_type(struct bpf_program *prog, enum bpf_prog_type type) global() argument 9150 bpf_program__flags(const struct bpf_program *prog) global() argument 9155 bpf_program__set_flags(struct bpf_program *prog, __u32 flags) global() argument 9164 bpf_program__log_level(const struct bpf_program *prog) global() argument 9169 bpf_program__set_log_level(struct bpf_program *prog, __u32 log_level) global() argument 9178 bpf_program__log_buf(const struct bpf_program *prog, size_t *log_size) global() argument 9184 bpf_program__set_log_buf(struct bpf_program *prog, char *log_buf, size_t log_size) global() argument 9586 struct bpf_program *prog; global() local 9848 libbpf_find_attach_btf_id(struct bpf_program *prog, const char *attach_name, int *btf_obj_fd, int *btf_type_id) global() argument 10384 bpf_link__update_program(struct bpf_link *link, struct bpf_program *prog) global() argument 10564 bpf_program__attach_perf_event_opts(const struct bpf_program *prog, int pfd, const struct bpf_perf_event_opts *opts) global() argument 10641 bpf_program__attach_perf_event(const struct bpf_program *prog, int pfd) global() argument 10965 bpf_program__attach_kprobe_opts(const struct bpf_program *prog, const char *func_name, const struct bpf_kprobe_opts *opts) global() argument 11060 bpf_program__attach_kprobe(const struct bpf_program *prog, bool retprobe, const char *func_name) global() argument 11071 bpf_program__attach_ksyscall(const struct bpf_program *prog, const char *syscall_name, const struct bpf_ksyscall_opts *opts) global() argument 11286 bpf_program__attach_kprobe_multi_opts(const struct bpf_program *prog, const char *pattern, const struct bpf_kprobe_multi_opts *opts) global() argument 11364 attach_kprobe(const struct bpf_program *prog, long cookie, struct bpf_link **link) global() argument 11401 attach_ksyscall(const struct bpf_program *prog, long cookie, struct bpf_link **link) global() argument 11422 attach_kprobe_multi(const struct bpf_program *prog, long cookie, struct bpf_link **link) global() argument 11453 attach_uprobe_multi(const struct bpf_program *prog, long cookie, struct bpf_link **link) global() argument 11719 bpf_program__attach_uprobe_multi(const struct bpf_program *prog, pid_t pid, const char *path, const char *func_pattern, const struct bpf_uprobe_multi_opts *opts) global() argument 11833 bpf_program__attach_uprobe_opts(const struct bpf_program *prog, pid_t pid, const char *binary_path, size_t func_offset, const struct bpf_uprobe_opts *opts) global() argument 11978 attach_uprobe(const struct bpf_program *prog, long cookie, struct bpf_link **link) global() argument 12033 bpf_program__attach_uprobe(const struct bpf_program *prog, bool retprobe, pid_t pid, const char *binary_path, size_t func_offset) global() argument 12044 bpf_program__attach_usdt(const struct bpf_program *prog, pid_t pid, const char *binary_path, const char *usdt_provider, const char *usdt_name, const struct bpf_usdt_opts *opts) global() argument 12099 attach_usdt(const struct bpf_program *prog, long cookie, struct bpf_link **link) global() argument 12180 bpf_program__attach_tracepoint_opts(const struct bpf_program *prog, const char *tp_category, const char *tp_name, const struct bpf_tracepoint_opts *opts) global() argument 12214 bpf_program__attach_tracepoint(const struct bpf_program *prog, const char *tp_category, const char *tp_name) global() argument 12221 attach_tp(const struct bpf_program *prog, long cookie, struct bpf_link **link) global() argument 12253 bpf_program__attach_raw_tracepoint(const struct bpf_program *prog, const char *tp_name) global() argument 12283 attach_raw_tp(const struct bpf_program *prog, long cookie, struct bpf_link **link) global() argument 12325 bpf_program__attach_btf_id(const struct bpf_program *prog, const struct bpf_trace_opts *opts) global() argument 12361 bpf_program__attach_trace(const struct bpf_program *prog) global() argument 12366 bpf_program__attach_trace_opts(const struct bpf_program *prog, const struct bpf_trace_opts *opts) global() argument 12372 bpf_program__attach_lsm(const struct bpf_program *prog) global() argument 12377 attach_trace(const struct bpf_program *prog, long cookie, struct bpf_link **link) global() argument 12383 attach_lsm(const struct bpf_program *prog, long cookie, struct bpf_link **link) global() argument 12390 bpf_program_attach_fd(const struct bpf_program *prog, int target_fd, const char *target_name, const struct bpf_link_create_opts *opts) global() argument 12425 bpf_program__attach_cgroup(const struct bpf_program *prog, int cgroup_fd) global() argument 12431 bpf_program__attach_netns(const struct bpf_program *prog, int netns_fd) global() argument 12436 bpf_program__attach_xdp(const struct bpf_program *prog, int ifindex) global() argument 12443 bpf_program__attach_tcx(const struct bpf_program *prog, int ifindex, const struct bpf_tcx_opts *opts) global() argument 12478 bpf_program__attach_netkit(const struct bpf_program *prog, int ifindex, const struct bpf_netkit_opts *opts) global() argument 12511 bpf_program__attach_freplace(const struct bpf_program *prog, int target_fd, const char *attach_func_name) global() argument 12549 bpf_program__attach_iter(const struct bpf_program *prog, const struct bpf_iter_attach_opts *opts) global() argument 12588 attach_iter(const struct bpf_program *prog, long cookie, struct bpf_link **link) global() argument 12594 bpf_program__attach_netfilter(const struct bpf_program *prog, const struct bpf_netfilter_opts *opts) global() argument 12636 bpf_program__attach(const struct bpf_program *prog) global() argument 13317 bpf_program__set_attach_target(struct bpf_program *prog, int attach_prog_fd, const char *attach_func_name) global() argument 13497 struct bpf_program **prog = progs[i].prog; global() local 13681 struct bpf_program *prog = *s->progs[i].prog; global() local [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | dlist.c | 9155 save_UniformBlockBinding(GLuint prog, GLuint index, GLuint binding) in save_UniformBlockBinding() argument
|
| /third_party/glfw/deps/ |
| H A D | nuklear.h | 14281 struct nk_style_progress *prog; in nk_style_from_table() local [all...] |