Home
last modified time | relevance | path

Searched refs:attach_bpf (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/tools/testing/selftests/bpf/benchs/
Dbench_rename.c63 static void attach_bpf(struct bpf_program *prog) in attach_bpf() function
82 attach_bpf(ctx.skel->progs.prog1); in setup_kprobe()
88 attach_bpf(ctx.skel->progs.prog2); in setup_kretprobe()
94 attach_bpf(ctx.skel->progs.prog3); in setup_rawtp()
100 attach_bpf(ctx.skel->progs.prog4); in setup_fentry()
106 attach_bpf(ctx.skel->progs.prog5); in setup_fexit()
Dbench_trigger.c59 static void attach_bpf(struct bpf_program *prog) in attach_bpf() function
73 attach_bpf(ctx.skel->progs.bench_trigger_tp); in trigger_tp_setup()
79 attach_bpf(ctx.skel->progs.bench_trigger_raw_tp); in trigger_rawtp_setup()
85 attach_bpf(ctx.skel->progs.bench_trigger_kprobe); in trigger_kprobe_setup()
91 attach_bpf(ctx.skel->progs.bench_trigger_fentry); in trigger_fentry_setup()
97 attach_bpf(ctx.skel->progs.bench_trigger_fentry_sleep); in trigger_fentry_sleep_setup()
103 attach_bpf(ctx.skel->progs.bench_trigger_fmodret); in trigger_fmodret_setup()
/linux-6.1.9/samples/bpf/
Dtest_cgrp2_sock2.sh36 function attach_bpf { function
60 attach_bpf 0
81 attach_bpf 1
/linux-6.1.9/tools/testing/selftests/bpf/
Dtest_tunnel.sh242 attach_bpf $DEV gre_set_tunnel gre_get_tunnel
267 attach_bpf $DEV ip6gretap_set_tunnel ip6gretap_get_tunnel
296 attach_bpf $DEV ip6gretap_set_tunnel ip6gretap_get_tunnel
325 attach_bpf $DEV erspan_set_tunnel erspan_get_tunnel
349 attach_bpf $DEV ip4ip6erspan_set_tunnel ip4ip6erspan_get_tunnel
372 attach_bpf $DEV geneve_set_tunnel geneve_get_tunnel
396 attach_bpf $DEV ip6geneve_set_tunnel ip6geneve_get_tunnel
421 attach_bpf $DEV ipip_set_tunnel ipip_get_tunnel
446 attach_bpf $DEV ipip6_set_tunnel ipip6_get_tunnel
474 attach_bpf $DEV ip6ip6_set_tunnel ip6ip6_get_tunnel
[all …]
/linux-6.1.9/tools/testing/selftests/net/
Dreuseport_bpf_cpu.c77 static void attach_bpf(int fd) in attach_bpf() function
190 attach_bpf(rcv_fd[0]); in test()
Dreuseport_bpf_numa.c73 static void attach_bpf(int fd) in attach_bpf() function
200 attach_bpf(rcv_fd[0]); in test()
Dreuseport_bpf.c151 void (*attach_bpf)(int, uint16_t)) in build_recv_group()
168 attach_bpf(fd[i], mod); in build_recv_group()