Searched refs:__builtin_bswap16 (Results 1 – 5 of 5) sorted by relevance
51 # define __bpf_ntohs(x) __builtin_bswap16(x)52 # define __bpf_htons(x) __builtin_bswap16(x)
60 #define bpf_ntohs(x) __builtin_bswap16(x)61 #define bpf_htons(x) __builtin_bswap16(x)
34 #define __builtin_bswap16 _bswap16 macro
27 out16 = __builtin_bswap16(in16); in sys_enter()
102 #define __swab16(x) (__u16)__builtin_bswap16((__u16)(x))