Home
last modified time | relevance | path

Searched refs:__bpf_be64_to_cpu (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbpf_endian.h59 # define __bpf_be64_to_cpu(x) __builtin_bswap64(x) macro
72 # define __bpf_be64_to_cpu(x) (x) macro
97 __bpf_constant_be64_to_cpu(x) : __bpf_be64_to_cpu(x))
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbpf_endian.h59 # define __bpf_be64_to_cpu(x) __builtin_bswap64(x) macro
72 # define __bpf_be64_to_cpu(x) (x) macro
97 __bpf_constant_be64_to_cpu(x) : __bpf_be64_to_cpu(x))

Completed in 1 milliseconds