Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
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)
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_endian.c30 const16 = ___bpf_swab16(IN16); in sys_enter()