Home
last modified time | relevance | path

Searched refs:__bpf_htonl (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/lib/bpf/
H A Dbpf_endian.h56 # define __bpf_htonl(x) __builtin_bswap32(x) macro
69 # define __bpf_htonl(x) (x) macro
88 __bpf_constant_htonl(x) : __bpf_htonl(x))
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tc_dtime.c29 #define ip4_src __bpf_htonl(0xac100164) /* 172.16.1.100 */
30 #define ip4_dst __bpf_htonl(0xac100264) /* 172.16.2.100 */