Searched refs:__bpf_constant_htonl (Results 1 – 5 of 5) sorted by relevance
58 # define __bpf_constant_htonl(x) ___bpf_swab32(x) macro71 # define __bpf_constant_htonl(x) (x) macro88 __bpf_constant_htonl(x) : __bpf_htonl(x))
94 redirect = is_remote_ep_v4(skb, __bpf_constant_htonl(ip4_src)); in tc_dst()119 redirect = is_remote_ep_v4(skb, __bpf_constant_htonl(ip4_dst)); in tc_src()
42 static const __u32 mpls_label = __bpf_constant_htonl(1000 << 12 |125 iph_inner.saddr = __bpf_constant_htonl(saddr); in __encap_ipv4()126 iph_inner.daddr = __bpf_constant_htonl(daddr); in __encap_ipv4()
84 #define IPV6_FLOWLABEL_MASK __bpf_constant_htonl(0x000FFFFF)
309 .flow_label = __bpf_constant_htonl(0xbeeef),330 .flow_label = __bpf_constant_htonl(0xbeeef),
Completed in 8 milliseconds