Home
last modified time | relevance | path

Searched refs:jmp_tc (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/examples/bpf/
Dbpf_cyclic.c9 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()
Dbpf_tailcall.c29 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()
Dbpf_graft.c36 struct bpf_elf_map __section_maps jmp_tc = { variable
61 tail_call(skb, &jmp_tc, 0); in cls_entry()