Searched refs:td_flags (Results 1 - 2 of 2) sorted by relevance

/linux-master/security/apparmor/
H A Dmatch.c48 th.td_flags = be16_to_cpu(*(__be16 *) (blob + 2));
52 if (!(th.td_flags == YYTD_DATA16 || th.td_flags == YYTD_DATA32 ||
53 th.td_flags == YYTD_DATA8))
59 tsize = table_size(th.td_lolen, th.td_flags);
66 table->td_flags = th.td_flags;
68 if (th.td_flags == YYTD_DATA8)
71 else if (th.td_flags == YYTD_DATA16)
74 else if (th.td_flags
[all...]
/linux-master/security/apparmor/include/
H A Dmatch.h84 u16 td_flags; member in struct:table_header

Completed in 197 milliseconds