Searched defs:bpf_ntohs (Results 1 – 2 of 2) sorted by relevance
60 #define bpf_ntohs(x) __builtin_bswap16(x) macro64 #define bpf_ntohs(x) (x) macro
83 #define bpf_ntohs(x) \ macro