Searched refs:bpf_cpu_to_be64 (Results 1 – 2 of 2) sorted by relevance
254 addr.lo = bpf_cpu_to_be64(lo); in __add_egr_x()255 addr.hi = bpf_cpu_to_be64(hi); in __add_egr_x()
92 #define bpf_cpu_to_be64(x) \ macro