Searched refs:bpf_be64_to_cpu (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/tools/testing/selftests/bpf/ |
D | test_sysctl.c | 227 bpf_be64_to_cpu(0x7463705f6d656d00ULL)), 269 bpf_be64_to_cpu(0x7463705f6d650000ULL)), 313 bpf_be64_to_cpu(0x6e65742f69707634ULL)), 319 bpf_be64_to_cpu(0x2f7463705f6d656dULL)), 367 bpf_be64_to_cpu(0x6e65742f69707634ULL)), 373 bpf_be64_to_cpu(0x2f7463705f6d6500ULL)), 415 bpf_be64_to_cpu(0x6e65742f69700000ULL)), 451 bpf_be64_to_cpu(0x4c696e75780a0000ULL)), 490 bpf_be64_to_cpu(0x4c696e75780a0000ULL)), 529 bpf_be64_to_cpu(0x4c696e7578000000ULL)), [all …]
|
D | bpf_endian.h | 68 #define bpf_be64_to_cpu(x) \ macro
|
/Linux-v5.4/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()
|