Searched refs:___bpf_swab16 (Results 1 – 2 of 2) sorted by relevance
15 #define ___bpf_swab16(x) ((__u16)( \ macro53 # define __bpf_constant_ntohs(x) ___bpf_swab16(x)54 # define __bpf_constant_htons(x) ___bpf_swab16(x)
30 const16 = ___bpf_swab16(IN16); in sys_enter()