Home
last modified time | relevance | path

Searched defs:__bpf_htons (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/tools/testing/selftests/bpf/
Dbpf_endian.h24 # define __bpf_htons(x) __builtin_bswap16(x) macro
33 # define __bpf_htons(x) (x) macro