Searched refs:UNPACK_ARRAY (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/security/apparmor/ |
D | match.c | 69 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-6.12.1/security/apparmor/include/ |
D | match.h | 107 #define UNPACK_ARRAY(TABLE, BLOB, LEN, TTYPE, BTYPE, NTOHX) \ macro
|