Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtailcalls.c1115 #define JMP_TABLE "/sys/fs/bpf/jmp_table" macro
1151 unlink(JMP_TABLE); in test_tailcall_poke()
1157 err = bpf_map__pin(call->maps.jmp_table, JMP_TABLE); in test_tailcall_poke()
1170 err = bpf_map__set_pin_path(test->maps.jmp_table, JMP_TABLE); in test_tailcall_poke()
1190 bpf_map__unpin(call->maps.jmp_table, JMP_TABLE); in test_tailcall_poke()