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

/linux-master/tools/lib/bpf/
H A Dbpf_endian.h53 # define __bpf_constant_ntohs(x) ___bpf_swab16(x) macro
66 # define __bpf_constant_ntohs(x) (x) macro
85 __bpf_constant_ntohs(x) : __bpf_ntohs(x))

Completed in 202 milliseconds