Searched defs:bpf_htons (Results 1 – 2 of 2) sorted by relevance
| /linux/samples/bpf/ | ||
| A D | net_shared.h | 25 #define bpf_htons(x) __builtin_bswap16(x) macro |
| /linux/tools/lib/bpf/ | ||
| A D | bpf_endian.h | 80 #define bpf_htons(x) \ macro |
Completed in 4 milliseconds