Searched refs:bpf_be64_to_cpu (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/tools/testing/selftests/bpf/ |
D | test_sysctl.c | 250 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 …]
|
/linux-6.1.9/tools/lib/bpf/ |
D | bpf_endian.h | 95 #define bpf_be64_to_cpu(x) \ macro
|
/linux-6.1.9/tools/testing/selftests/bpf/progs/ |
D | test_lwt_seg6local.c | 275 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()
|