Searched refs:__bpf_constant_ntohl (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | bpf_endian.h | 57 # define __bpf_constant_ntohl(x) ___bpf_swab32(x) macro 70 # define __bpf_constant_ntohl(x) (x) macro 91 __bpf_constant_ntohl(x) : __bpf_ntohl(x))
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | bpf_endian.h | 57 # define __bpf_constant_ntohl(x) ___bpf_swab32(x) macro 70 # define __bpf_constant_ntohl(x) (x) macro 91 __bpf_constant_ntohl(x) : __bpf_ntohl(x))
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_sock.c | 205 __bpf_constant_ntohl(0x00000001), 4), 235 __bpf_constant_ntohl(0x7F000001), 4), 265 __bpf_constant_ntohl(0x7F000001), 4), 296 __bpf_constant_ntohl(0x7F000001), 4), 327 __bpf_constant_ntohl(0x00000001), 4),
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_sock.c | 237 __bpf_constant_ntohl(0x00000001), 4), 267 __bpf_constant_ntohl(0x7F000001), 4),
|
Completed in 2 milliseconds