Searched refs:__bpf_constant_htons (Results 1 - 1 of 1) sorted by relevance
/third_party/libbpf/src/ | ||
H A D | bpf_endian.h | 54 # define __bpf_constant_htons(x) ___bpf_swab16(x) macro 67 # define __bpf_constant_htons(x) (x) macro 82 __bpf_constant_htons(x) : __bpf_htons(x)) |
Completed in 1 milliseconds