Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dfreplace_get_constant.c6 volatile __u64 test_get_constant = 0; variable
12 test_get_constant = 1; in security_new_get_constant()
13 return test_get_constant; /* original get_constant() returns val - 122 */ in security_new_get_constant()
H A Dfexit_bpf2bpf.c145 volatile __u64 test_get_constant = 0; variable
151 test_get_constant = 1; in new_get_constant()
152 return test_get_constant; /* original get_constant() returns val - 122 */ in new_get_constant()