Searched refs:__bpf_constant_ntohl (Results 1 – 2 of 2) sorted by relevance
| /tools/lib/bpf/ |
| 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))
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | sock_post_bind.c | 108 __bpf_constant_ntohl(0x00000001), 4), 138 __bpf_constant_ntohl(0x7F000001), 4), 168 __bpf_constant_ntohl(0x7F000001), 4), 199 __bpf_constant_ntohl(0x7F000001), 4), 230 __bpf_constant_ntohl(0x00000001), 4),
|
Completed in 4 milliseconds