Home
last modified time | relevance | path

Searched refs:__bpf_ntohs (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbpf_endian.h51 # define __bpf_ntohs(x) __builtin_bswap16(x) macro
64 # define __bpf_ntohs(x) (x) macro
85 __bpf_constant_ntohs(x) : __bpf_ntohs(x))
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbpf_endian.h51 # define __bpf_ntohs(x) __builtin_bswap16(x) macro
64 # define __bpf_ntohs(x) (x) macro
85 __bpf_constant_ntohs(x) : __bpf_ntohs(x))

Completed in 1 milliseconds