Searched refs:___bpf_swab32 (Results 1 - 1 of 1) sorted by relevance
/third_party/libbpf/src/ | ||
H A D | bpf_endian.h | 19 #define ___bpf_swab32(x) ((__u32)( \ macro 57 # define __bpf_constant_ntohl(x) ___bpf_swab32(x) 58 # define __bpf_constant_htonl(x) ___bpf_swab32(x) |
Completed in 1 milliseconds