Home
last modified time | relevance | path

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

/third_party/libbpf/src/
H A Dbpf_endian.h15 #define ___bpf_swab16(x) ((__u16)( \ macro
53 # define __bpf_constant_ntohs(x) ___bpf_swab16(x)
54 # define __bpf_constant_htons(x) ___bpf_swab16(x)

Completed in 1 milliseconds