Searched refs:__bpf_ntohs (Results 1 - 1 of 1) sorted by relevance
/third_party/libbpf/src/ | ||
H A D | bpf_endian.h | 51 # define __bpf_ntohs(x) __builtin_bswap16(x) macro 64 # define __bpf_ntohs(x) (x) macro 85 __bpf_constant_ntohs(x) : __bpf_ntohs(x)) |
Completed in 1 milliseconds