Home
last modified time | relevance | path

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

/linux-6.12.1/security/apparmor/
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-6.12.1/security/apparmor/include/
Dmatch.h107 #define UNPACK_ARRAY(TABLE, BLOB, LEN, TTYPE, BTYPE, NTOHX) \ macro