Home
last modified time | relevance | path

Searched refs:__bpf_constant_htonl (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/tools/testing/selftests/bpf/
Dbpf_endian.h31 # define __bpf_constant_htonl(x) ___constant_swab32(x) macro
44 # define __bpf_constant_htonl(x) (x) macro
61 __bpf_constant_htonl(x) : __bpf_htonl(x))
/Linux-v5.4/tools/testing/selftests/bpf/progs/
Dtest_tc_tunnel.c32 static const __u32 mpls_label = __bpf_constant_htonl(1000 << 12 |
109 iph_inner.saddr = __bpf_constant_htonl(saddr); in encap_ipv4()
110 iph_inner.daddr = __bpf_constant_htonl(daddr); in encap_ipv4()
Dbpf_flow.c85 #define IPV6_FLOWLABEL_MASK __bpf_constant_htonl(0x000FFFFF)
/Linux-v5.4/tools/testing/selftests/bpf/prog_tests/
Dflow_dissector.c305 .flow_label = __bpf_constant_htonl(0xbeeef),
326 .flow_label = __bpf_constant_htonl(0xbeeef),