Home
last modified time | relevance | path

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

/linux/security/apparmor/
H A Dmatch.c69 UNPACK_ARRAY(table->td_data, blob, th.td_lolen, in unpack_table()
72 UNPACK_ARRAY(table->td_data, blob, th.td_lolen, in unpack_table()
75 UNPACK_ARRAY(table->td_data, blob, th.td_lolen, in unpack_table()
/linux/security/apparmor/include/
H A Dmatch.h109 #define UNPACK_ARRAY(TABLE, BLOB, LEN, TTYPE, BTYPE, NTOHX) \ macro