Searched refs:jmp_tc (Results 1 – 3 of 3) sorted by relevance
/external/iproute2/examples/bpf/ |
D | bpf_cyclic.c | 9 struct bpf_elf_map __section_maps jmp_tc = { variable 22 tail_call(skb, &jmp_tc, 0); in cls_loop() 31 tail_call(skb, &jmp_tc, 0); in cls_entry()
|
D | bpf_tailcall.c | 29 struct bpf_elf_map __section_maps jmp_tc = { variable 80 tail_call(skb, &jmp_tc, ENTRY_0); in __section_tail() 109 tail_call(skb, &jmp_tc, skb->hash & (MAX_JMP_SIZE - 1)); in cls_entry()
|
D | bpf_graft.c | 36 struct bpf_elf_map __section_maps jmp_tc = { variable 61 tail_call(skb, &jmp_tc, 0); in cls_entry()
|