Home
last modified time | relevance | path

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

/Linux-v5.10/samples/bpf/
Dsockex3_kern.c47 bpf_tail_call(skb, &jmp_table, PARSE_VLAN); in parse_eth_proto()
51 bpf_tail_call(skb, &jmp_table, PARSE_MPLS); in parse_eth_proto()
54 bpf_tail_call(skb, &jmp_table, PARSE_IP); in parse_eth_proto()
57 bpf_tail_call(skb, &jmp_table, PARSE_IPV6); in parse_eth_proto()
Dtracex5_kern.c35 bpf_tail_call(ctx, &progs, sc_nr); in bpf_prog1()
/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dtailcall4.c28 bpf_tail_call(skb, &jmp_table, selector); in entry()
Dtailcall5.c35 bpf_tail_call(skb, &jmp_table, idx); in entry()
/Linux-v5.10/tools/perf/examples/bpf/
Daugmented_raw_syscalls.c267 bpf_tail_call(args, &syscalls_sys_enter, augmented_args->args.syscall_nr); in sys_enter()
287 bpf_tail_call(args, &syscalls_sys_exit, exit_args.syscall_nr); in sys_exit()
/Linux-v5.10/tools/perf/include/bpf/
Dbpf.h48 static void (*bpf_tail_call)(void *ctx, void *map, int index) = (void *)BPF_FUNC_tail_call; variable
/Linux-v5.10/Documentation/bpf/
Dprog_flow_dissector.rst132 does ``bpf_tail_call`` to the appropriate L3 handler