Searched refs:aa_sock (Results 1 – 6 of 6) sorted by relevance
1074 struct aa_sk_ctx *ctx = aa_sock(sk); in apparmor_sk_alloc_security()1089 struct aa_sk_ctx *ctx = aa_sock(sk); in apparmor_sk_free_security()1105 struct aa_sk_ctx *ctx = aa_sock(sk); in apparmor_sk_clone_security()1106 struct aa_sk_ctx *new = aa_sock(newsk); in apparmor_sk_clone_security()1129 struct aa_sk_ctx *peer_ctx = aa_sock(peer_sk); in unix_connect_perm()1191 struct aa_sk_ctx *sk_ctx = aa_sock(sk); in apparmor_unix_stream_connect()1192 struct aa_sk_ctx *peer_ctx = aa_sock(peer_sk); in apparmor_unix_stream_connect()1193 struct aa_sk_ctx *new_ctx = aa_sock(newsk); in apparmor_unix_stream_connect()1236 struct aa_sk_ctx *peer_ctx = aa_sock(peer->sk); in apparmor_unix_may_send()1316 struct aa_sk_ctx *ctx = aa_sock(sock->sk); in apparmor_socket_post_create()[all …]
365 struct aa_sk_ctx *__ctx = aa_sock(SOCKSK); \511 struct aa_sk_ctx *ctx = aa_sock(sock->sk); in aa_inet_sock_perm()
656 struct aa_sk_ctx *ctx = aa_sock(sk); in update_sk_ctx()778 struct aa_sk_ctx *pctx = aa_sock(peer_sk); in aa_unix_file_perm()
290 struct aa_sk_ctx *ctx = aa_sock(sk); in aa_label_sk_perm()
606 struct aa_sk_ctx *skctx = aa_sock(sock->sk); in __unix_needs_revalidation()
55 static inline struct aa_sk_ctx *aa_sock(const struct sock *sk) in aa_sock() function