Home
last modified time | relevance | path

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

/linux-3.4.99/security/apparmor/
Dmatch.c64 UNPACK_ARRAY(table->td_data, blob, th.td_lolen, in unpack_table()
67 UNPACK_ARRAY(table->td_data, blob, th.td_lolen, in unpack_table()
70 UNPACK_ARRAY(table->td_data, blob, th.td_lolen, in unpack_table()
/linux-3.4.99/security/apparmor/include/
Dmatch.h99 #define UNPACK_ARRAY(TABLE, BLOB, LEN, TYPE, NTOHX) \ macro