Home
last modified time | relevance | path

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

/third_party/libbpf/src/
H A Dbpf_endian.h52 # define __bpf_htons(x) __builtin_bswap16(x) macro
65 # define __bpf_htons(x) (x) macro
82 __bpf_constant_htons(x) : __bpf_htons(x))

Completed in 1 milliseconds