Searched refs:td_id (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/security/apparmor/
H A Dmatch.c44 /* loaded td_id's start at 1, subtract 1 now to avoid doing
45 * it every time we use td_id as an index
47 th.td_id = be16_to_cpu(*(u16 *) (blob)) - 1;
236 switch (table->td_id) {
263 if (dfa->tables[table->td_id])
265 dfa->tables[table->td_id] = table;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/security/apparmor/
H A Dmatch.c44 /* loaded td_id's start at 1, subtract 1 now to avoid doing
45 * it every time we use td_id as an index
47 th.td_id = be16_to_cpu(*(u16 *) (blob)) - 1;
236 switch (table->td_id) {
263 if (dfa->tables[table->td_id])
265 dfa->tables[table->td_id] = table;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/security/apparmor/include/
H A Dmatch.h75 u16 td_id; member in struct:table_header
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/security/apparmor/include/
H A Dmatch.h75 u16 td_id; member in struct:table_header

Completed in 130 milliseconds