Home
last modified time | relevance | path

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

/Linux-v4.19/security/apparmor/
Dmatch.c114 UNPACK_ARRAY(table->td_data, blob, th.td_lolen, in unpack_table()
117 UNPACK_ARRAY(table->td_data, blob, th.td_lolen, in unpack_table()
120 UNPACK_ARRAY(table->td_data, blob, th.td_lolen, in unpack_table()
/Linux-v4.19/security/apparmor/include/
Dmatch.h109 #define UNPACK_ARRAY(TABLE, BLOB, LEN, TTYPE, BTYPE, NTOHX) \ macro