| /kernel/linux/linux-5.10/net/core/ |
| H A D | sock_reuseport.c | 279 struct bpf_prog *prog; in reuseport_select_sock() local 233 run_bpf_filter(struct sock_reuseport *reuse, u16 socks, struct bpf_prog *prog, struct sk_buff *skb, int hdr_len) run_bpf_filter() argument 327 reuseport_attach_prog(struct sock *sk, struct bpf_prog *prog) reuseport_attach_prog() argument [all...] |
| /kernel/linux/linux-5.10/net/ipv4/ |
| H A D | bpf_tcp_ca.c | 75 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 165 bpf_tcp_ca_get_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) bpf_tcp_ca_get_func_proto() argument
|
| /kernel/linux/linux-5.10/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() argument 137 static int lirc_bpf_attach(struct rc_dev *rcdev, struct bpf_prog *prog) in lirc_bpf_attach() argument 175 static int lirc_bpf_detach(struct rc_dev *rcdev, struct bpf_prog *prog) in lirc_bpf_detach() argument 244 int lirc_prog_attach(const union bpf_attr *attr, struct bpf_prog *prog) in lirc_prog_attach() argument 121 lirc_mode2_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) lirc_mode2_is_valid_access() argument 265 struct bpf_prog *prog; lirc_prog_detach() local [all...] |
| /kernel/linux/linux-6.6/drivers/net/ethernet/microsoft/mana/ |
| H A D | mana_bpf.c | 84 struct bpf_prog *prog; in mana_run_xdp() local 149 void mana_chn_setxdp(struct mana_port_context *apc, struct bpf_prog *prog) in mana_chn_setxdp() argument 171 mana_xdp_set(struct net_device *ndev, struct bpf_prog *prog, struct netlink_ext_ack *extack) mana_xdp_set() argument [all...] |
| /kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/ |
| H A D | rx.c | 255 struct bpf_prog *prog; in mlx5e_xsk_skb_from_cqe_mpwrq_linear() local 310 struct bpf_prog *prog; in mlx5e_xsk_skb_from_cqe_linear() local
|
| /kernel/linux/linux-6.6/include/net/ |
| H A D | tcx.h | 178 tcx_prog_attach(const union bpf_attr *attr, struct bpf_prog *prog) tcx_prog_attach() argument 184 tcx_link_attach(const union bpf_attr *attr, struct bpf_prog *prog) tcx_link_attach() argument 190 tcx_prog_detach(const union bpf_attr *attr, struct bpf_prog *prog) tcx_prog_detach() argument
|
| /kernel/linux/linux-6.6/kernel/bpf/ |
| H A D | map_iter.c | 48 struct bpf_prog *prog; in __bpf_map_seq_show() local 100 static int bpf_iter_attach_map(struct bpf_prog *prog, in bpf_iter_attach_map() argument
|
| H A D | cgroup_iter.c | 126 struct bpf_prog *prog; in __cgroup_iter_seq_show() local 194 bpf_iter_attach_cgroup(struct bpf_prog *prog, union bpf_iter_link_info *linfo, struct bpf_iter_aux_info *aux) bpf_iter_attach_cgroup() argument [all...] |
| /kernel/linux/linux-6.6/kernel/bpf/preload/iterators/ |
| H A D | iterators.bpf.c | 55 struct bpf_prog *prog; member 103 struct bpf_prog *prog = ctx->prog; in dump_bpf_prog() local
|
| /kernel/linux/linux-6.6/drivers/net/hyperv/ |
| H A D | netvsc_bpf.c | 31 struct bpf_prog *prog; in netvsc_run_xdp() local 124 int netvsc_xdp_set(struct net_device *dev, struct bpf_prog *prog, in netvsc_xdp_set() argument 165 netvsc_vf_setxdp(struct net_device *vf_netdev, struct bpf_prog *prog) netvsc_vf_setxdp() argument [all...] |
| /kernel/linux/linux-6.6/drivers/parisc/ |
| H A D | superio.c | 435 u8 prog; in superio_fixup_pci() local
|
| /kernel/linux/linux-6.6/arch/x86/tools/ |
| H A D | insn_sanity.c | 30 static const char *prog; /* Program name */ variable
|
| H A D | insn_decoder_test.c | 28 const char *prog; variable
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| H A D | bpf-filter.c | 92 struct bpf_program *prog; in perf_bpf_filter__prepare() local
|
| /kernel/linux/linux-6.6/tools/perf/bench/ |
| H A D | sched-seccomp-notify.c | 59 struct sock_fprog prog = { in user_notif_syscall() local
|
| /kernel/linux/linux-6.6/samples/bpf/ |
| H A D | cpustat_user.c | 192 struct bpf_program *prog; in main() local
|
| H A D | sampleip_user.c | 36 static int sampling_start(int freq, struct bpf_program *prog, in sampling_start() argument 143 struct bpf_program *prog; in main() local
|
| H A D | offwaketime_user.c | 99 struct bpf_program *prog; in main() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
| H A D | bpf_obj_id.c | 17 struct bpf_program *prog; in serial_test_bpf_obj_id() local [all...] |
| H A D | linked_list.c | 107 struct bpf_program *prog; in test_linked_list_fail_prog() local
|
| H A D | align.c | 604 struct bpf_insn *prog = test->insns; in do_test_single() local
|
| H A D | get_stack_raw_tp.c | 94 struct bpf_program *prog; in test_get_stack_raw_tp() local
|
| H A D | cgroup_getset_retval.c | 476 struct bpf_program *prog; in test_exposed_hooks() local
|
| /kernel/linux/linux-6.6/tools/testing/memblock/tests/ |
| H A D | common.c | 121 static void usage(const char *prog) in usage() argument
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/ |
| H A D | bench_local_storage.c | 115 static void __setup(struct bpf_program *prog, bool hashmap) in __setup() argument
|