Searched refs:___bpf_swab64 (Results 1 – 2 of 2) sorted by relevance
25 #define ___bpf_swab64(x) ((__u64)( \ macro61 # define __bpf_constant_be64_to_cpu(x) ___bpf_swab64(x)62 # define __bpf_constant_cpu_to_be64(x) ___bpf_swab64(x)
32 const64 = ___bpf_swab64(IN64); in sys_enter()