Home
last modified time | relevance | path

Searched refs:___bpf_swab64 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbpf_endian.h25 #define ___bpf_swab64(x) ((__u64)( \ macro
61 # define __bpf_constant_be64_to_cpu(x) ___bpf_swab64(x)
62 # define __bpf_constant_cpu_to_be64(x) ___bpf_swab64(x)
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbpf_endian.h25 #define ___bpf_swab64(x) ((__u64)( \ macro
61 # define __bpf_constant_be64_to_cpu(x) ___bpf_swab64(x)
62 # define __bpf_constant_cpu_to_be64(x) ___bpf_swab64(x)
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_endian.c32 const64 = ___bpf_swab64(IN64); in sys_enter()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_endian.c32 const64 = ___bpf_swab64(IN64); in sys_enter()

Completed in 2 milliseconds