Searched refs:__builtin_bswap16 (Results 1 – 4 of 4) sorted by relevance
23 # define __bpf_ntohs(x) __builtin_bswap16(x)24 # define __bpf_htons(x) __builtin_bswap16(x)
320 __builtin_bswap16(pkt_bytes + sizeof(struct ipv6hdr)); in encap_v6()337 __u32 ip_suffix = __builtin_bswap16(pckt->flow.port16[0]); in encap_v4()367 iph->tot_len = __builtin_bswap16(pkt_bytes + sizeof(struct iphdr)); in encap_v4()654 *pkt_bytes = __builtin_bswap16(ip6h->payload_len); in process_l3_headers_v6()686 *pkt_bytes = __builtin_bswap16(iph->tot_len); in process_l3_headers_v4()
39 #define __builtin_bswap16 _bswap16 macro
101 #define __swab16(x) (__u16)__builtin_bswap16((__u16)(x))