Home
last modified time | relevance | path

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

/linux/security/apparmor/
H A Dapparmorfs.c598 struct aa_user_hdr { struct
641 } else if (size >= sizeof(struct aa_user_hdr) + sizeof(__le32) && in policy_update()
643 buf + sizeof(struct aa_user_hdr), in policy_update()
648 buf += sizeof(struct aa_user_hdr); in policy_update()
649 size -= sizeof(struct aa_user_hdr); in policy_update()
650 } else if (size >= sizeof(struct aa_user_hdr) + in policy_update()
653 buf + sizeof(struct aa_user_hdr), in policy_update()
657 buf += sizeof(struct aa_user_hdr); in policy_update()
658 size -= sizeof(struct aa_user_hdr); in policy_update()