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

/linux-master/security/apparmor/
H A Dapparmorfs.c908 #define QUERY_CMD_LABEL_LEN 6 macro
955 } else if (count > QUERY_CMD_LABEL_LEN &&
956 !memcmp(t->data, QUERY_CMD_LABEL, QUERY_CMD_LABEL_LEN)) {
958 t->data + QUERY_CMD_LABEL_LEN,
959 count - QUERY_CMD_LABEL_LEN, true);

Completed in 111 milliseconds