Home
last modified time | relevance | path

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

/Linux-v5.4/security/apparmor/
Dmatch.c110 UNPACK_ARRAY(table->td_data, blob, th.td_lolen, in unpack_table()
113 UNPACK_ARRAY(table->td_data, blob, th.td_lolen, in unpack_table()
116 UNPACK_ARRAY(table->td_data, blob, th.td_lolen, in unpack_table()
/Linux-v5.4/security/apparmor/include/
Dmatch.h105 #define UNPACK_ARRAY(TABLE, BLOB, LEN, TTYPE, BTYPE, NTOHX) \ macro