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