Searched defs:__bpf_constant_htons (Results 1 - 1 of 1) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dbpf_endian.h26 # define __bpf_constant_htons(x) ___constant_swab16(x) macro
35 # define __bpf_constant_htons(x) (x) macro
46 __bpf_constant_htons(x) : __bpf_htons(x))

Completed in 118 milliseconds