/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | tailcalls.c | 13 struct bpf_program *prog; in test_tailcall_1() local 151 struct bpf_program *prog; test_tailcall_2() local 229 struct bpf_program *prog; test_tailcall_3() local 307 struct bpf_program *prog; test_tailcall_4() local 395 struct bpf_program *prog; test_tailcall_5() local 483 struct bpf_program *prog; test_tailcall_bpf2bpf_1() local 567 struct bpf_program *prog; test_tailcall_bpf2bpf_2() local 645 struct bpf_program *prog; test_tailcall_bpf2bpf_3() local 735 struct bpf_program *prog; test_tailcall_bpf2bpf_4() local [all...] |
H A D | xdp_bpf2bpf.c | 50 struct bpf_program *prog; in test_xdp_bpf2bpf() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_current_pid_tgid_new_ns.c | 87 struct bpf_program *prog; in main() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/futex/functional/ |
H A D | futex_requeue_pi_signal_restart.c | 40 void usage(char *prog) in usage() argument
|
/kernel/linux/linux-5.10/drivers/net/hyperv/ |
H A D | netvsc_bpf.c | 29 struct bpf_prog *prog; in netvsc_run_xdp() local 94 int netvsc_xdp_set(struct net_device *dev, struct bpf_prog *prog, in netvsc_xdp_set() argument 135 netvsc_vf_setxdp(struct net_device *vf_netdev, struct bpf_prog *prog) netvsc_vf_setxdp() argument [all...] |
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | lathist_user.c | 84 struct bpf_program *prog; in main() local
|
H A D | sockex3_user.c | 30 struct bpf_program *prog; in main() local
|
H A D | tracex3_user.c | 112 struct bpf_program *prog; in main() local
|
H A D | test_cgrp2_attach.c | 44 struct bpf_insn prog[] = { in prog_load() local
|
H A D | trace_output_user.c | 48 struct bpf_program *prog; in main() local
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | xt_bpf.c | 45 struct bpf_prog *prog; in __bpf_mt_check_fd() local
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | dispatcher.c | 24 bpf_dispatcher_find_prog( struct bpf_dispatcher *d, struct bpf_prog *prog) bpf_dispatcher_find_prog() argument 42 bpf_dispatcher_add_prog(struct bpf_dispatcher *d, struct bpf_prog *prog) bpf_dispatcher_add_prog() argument 67 bpf_dispatcher_remove_prog(struct bpf_dispatcher *d, struct bpf_prog *prog) bpf_dispatcher_remove_prog() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | priv.h | 31 void (*prog)(struct nvkm_fb *, int i, struct nvkm_fb_tile *); member
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | bpf_lsm.c | 143 static bool bpf_ima_inode_hash_allowed(const struct bpf_prog *prog) in bpf_ima_inode_hash_allowed() argument 97 bpf_lsm_verify_prog(struct bpf_verifier_log *vlog, const struct bpf_prog *prog) bpf_lsm_verify_prog() argument 197 bpf_lsm_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) bpf_lsm_func_proto() argument 365 bpf_lsm_is_trusted(const struct bpf_prog *prog) bpf_lsm_is_trusted() argument [all...] |
H A D | dispatcher.c | 25 bpf_dispatcher_find_prog( struct bpf_dispatcher *d, struct bpf_prog *prog) bpf_dispatcher_find_prog() argument 43 bpf_dispatcher_add_prog(struct bpf_dispatcher *d, struct bpf_prog *prog) bpf_dispatcher_add_prog() argument 68 bpf_dispatcher_remove_prog(struct bpf_dispatcher *d, struct bpf_prog *prog) bpf_dispatcher_remove_prog() argument [all...] |
H A D | link_iter.c | 48 struct bpf_prog *prog; in __bpf_link_seq_show() local
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | priv.h | 39 void (*prog)(struct nvkm_fb *, int i, struct nvkm_fb_tile *); member
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | ibumad_user.c | 85 struct bpf_program *prog; in main() local
|
H A D | lathist_user.c | 84 struct bpf_program *prog; in main() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | bpf_nf.c | 144 struct bpf_program *prog; in test_bpf_nf_ct_fail() local
|
H A D | check_mtu.c | 44 struct bpf_program *prog; in test_check_mtu_xdp_attach() local 78 test_check_mtu_run_xdp(struct test_check_mtu *skel, struct bpf_program *prog, __u32 mtu_expect) test_check_mtu_run_xdp() argument 131 test_check_mtu_run_tc(struct test_check_mtu *skel, struct bpf_program *prog, __u32 mtu_expect) test_check_mtu_run_tc() argument [all...] |
H A D | connect_force_port.c | 54 struct bpf_program *prog; in run_test() local [all...] |
H A D | empty_skb.c | 12 struct bpf_program *prog; in test_empty_skb() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/ |
H A D | bench_strncmp.c | 101 static void strncmp_attach_prog(struct bpf_program *prog) in strncmp_attach_prog() argument
|
H A D | bench_rename.c | 63 static void attach_bpf(struct bpf_program *prog) in attach_bpf() argument
|