Searched refs:attach_bpf (Results 1 – 7 of 7) sorted by relevance
58 static void attach_bpf(struct bpf_program *prog) in attach_bpf() function72 attach_bpf(ctx.skel->progs.bench_trigger_tp); in trigger_tp_setup()78 attach_bpf(ctx.skel->progs.bench_trigger_raw_tp); in trigger_rawtp_setup()84 attach_bpf(ctx.skel->progs.bench_trigger_kprobe); in trigger_kprobe_setup()90 attach_bpf(ctx.skel->progs.bench_trigger_fentry); in trigger_fentry_setup()96 attach_bpf(ctx.skel->progs.bench_trigger_fentry_sleep); in trigger_fentry_sleep_setup()102 attach_bpf(ctx.skel->progs.bench_trigger_fmodret); in trigger_fmodret_setup()
63 static void attach_bpf(struct bpf_program *prog) in attach_bpf() function82 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()
286 attach_bpf $DEV gre_set_tunnel gre_get_tunnel311 attach_bpf $DEV ip6gretap_set_tunnel ip6gretap_get_tunnel340 attach_bpf $DEV ip6gretap_set_tunnel ip6gretap_get_tunnel369 attach_bpf $DEV erspan_set_tunnel erspan_get_tunnel416 attach_bpf $DEV vxlan_set_tunnel vxlan_get_tunnel441 attach_bpf $DEV ip6vxlan_set_tunnel ip6vxlan_get_tunnel468 attach_bpf $DEV geneve_set_tunnel geneve_get_tunnel517 attach_bpf $DEV ipip_set_tunnel ipip_get_tunnel542 attach_bpf $DEV ipip6_set_tunnel ipip6_get_tunnel570 attach_bpf $DEV ip6ip6_set_tunnel ip6ip6_get_tunnel[all …]
36 function attach_bpf { function60 attach_bpf 081 attach_bpf 1
77 static void attach_bpf(int fd) in attach_bpf() function190 attach_bpf(rcv_fd[0]); in test()
73 static void attach_bpf(int fd) in attach_bpf() function200 attach_bpf(rcv_fd[0]); in test()
153 void (*attach_bpf)(int, uint16_t)) in build_recv_group()170 attach_bpf(fd[i], mod); in build_recv_group()
Completed in 12 milliseconds