Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtailcall6.c21 bpf_tail_call(skb, &jmp_table, which); in classifier_0()
30 bpf_tail_call(skb, &jmp_table, which); in entry()
Dtest_prog_array_init.c37 bpf_tail_call(ctx, &prog_array_init, 1); in entry()
Dtailcall4.c28 bpf_tail_call(skb, &jmp_table, selector); in entry()
Dtailcall5.c35 bpf_tail_call(skb, &jmp_table, idx); in entry()
/external/bcc/examples/networking/tunnel_monitor/
DREADME.md7 `bpf_tail_call` to parse two different IP headers (inner/outer) using the same
/external/libbpf/src/
Dbpf_helper_defs.h322 static long (*bpf_tail_call)(void *ctx, void *prog_array_map, __u32 index) = (void *) 12; variable
/external/bcc/docs/
Dreference_guide.md1348 This invokes ```bpf_tail_call()``` to tail-call the bpf program which the ```index``` entry in [BPF…