Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_sysctl.c250 bpf_be64_to_cpu(0x7463705f6d656d00ULL)),
292 bpf_be64_to_cpu(0x7463705f6d650000ULL)),
336 bpf_be64_to_cpu(0x6e65742f69707634ULL)),
342 bpf_be64_to_cpu(0x2f7463705f6d656dULL)),
390 bpf_be64_to_cpu(0x6e65742f69707634ULL)),
396 bpf_be64_to_cpu(0x2f7463705f6d6500ULL)),
438 bpf_be64_to_cpu(0x6e65742f69700000ULL)),
474 bpf_be64_to_cpu(0x4c696e75780a0000ULL)),
513 bpf_be64_to_cpu(0x4c696e75780a0000ULL)),
552 bpf_be64_to_cpu(0x4c696e7578000000ULL)),
[all …]
/openbmc/linux/tools/lib/bpf/
H A Dbpf_endian.h95 #define bpf_be64_to_cpu(x) \ macro
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_lwt_seg6local.c275 if (bpf_be64_to_cpu(egr_addr.hi) == 0xfd00000000000000 && in has_egr_tlv()
276 bpf_be64_to_cpu(egr_addr.lo) == 0x4) in has_egr_tlv()