Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
A Dtailcall6.c21 bpf_tail_call(skb, &jmp_table, which); in classifier_0()
30 bpf_tail_call(skb, &jmp_table, which); in entry()
A Dtailcall4.c28 bpf_tail_call(skb, &jmp_table, selector); in entry()
A Dtailcall5.c35 bpf_tail_call(skb, &jmp_table, idx); in entry()
/linux/samples/bpf/
A 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()
A Dtracex5_kern.c35 bpf_tail_call(ctx, &progs, sc_nr); in bpf_prog1()
/linux/tools/perf/examples/bpf/
A 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/tools/perf/include/bpf/
A Dbpf.h48 static void (*bpf_tail_call)(void *ctx, void *map, int index) = (void *)BPF_FUNC_tail_call; variable
/linux/Documentation/bpf/
A Dprog_flow_dissector.rst132 does ``bpf_tail_call`` to the appropriate L3 handler

Completed in 9 milliseconds