Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_custom_syncookie.h31 #define get_unaligned(ptr) __get_unaligned_t(typeof(*(ptr)), (ptr)) macro
/linux/include/linux/
H A Dunaligned.h13 #define get_unaligned(ptr) __get_unaligned_t(typeof(*(ptr)), (ptr)) macro
/linux/tools/include/linux/
H A Dunaligned.h14 #define get_unaligned(ptr) __get_unaligned_t(typeof(*(ptr)), (ptr)) macro
/linux/scripts/mod/
H A Dmodpost.h74 #define get_unaligned(ptr) __get_unaligned_t(typeof(*(ptr)), (ptr)) macro