Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
A Dtest_endian.c20 __u16 const16 = 0; variable
30 const16 = ___bpf_swab16(IN16); in sys_enter()
/linux/tools/testing/selftests/bpf/prog_tests/
A Dendian.c45 CHECK(bss->const16 != OUT16, "const16", "got 0x%llx != exp 0x%llx\n", in test_endian()
46 (__u64)bss->const16, (__u64)OUT16); in test_endian()

Completed in 3 milliseconds