Searched refs:bpf_tail_call (Results 1 – 7 of 7) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
D | tailcall6.c | 21 bpf_tail_call(skb, &jmp_table, which); in classifier_0() 30 bpf_tail_call(skb, &jmp_table, which); in entry()
|
D | test_prog_array_init.c | 37 bpf_tail_call(ctx, &prog_array_init, 1); in entry()
|
D | tailcall4.c | 28 bpf_tail_call(skb, &jmp_table, selector); in entry()
|
D | tailcall5.c | 35 bpf_tail_call(skb, &jmp_table, idx); in entry()
|
/external/bcc/examples/networking/tunnel_monitor/ |
D | README.md | 7 `bpf_tail_call` to parse two different IP headers (inner/outer) using the same
|
/external/libbpf/src/ |
D | bpf_helper_defs.h | 322 static long (*bpf_tail_call)(void *ctx, void *prog_array_map, __u32 index) = (void *) 12; variable
|
/external/bcc/docs/ |
D | reference_guide.md | 1348 This invokes ```bpf_tail_call()``` to tail-call the bpf program which the ```index``` entry in [BPF…
|