Home
last modified time | relevance | path

Searched refs:__bpf_htonl (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/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))
/kernel/linux/linux-6.6/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))
/kernel/linux/linux-6.6/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 */

Completed in 2 milliseconds