Home
last modified time | relevance | path

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

/linux/security/apparmor/
H A Dlsm.c1079 struct aa_sk_ctx *ctx = aa_sock(sk); in apparmor_sk_alloc_security()
1094 struct aa_sk_ctx *ctx = aa_sock(sk); in apparmor_sk_free_security()
1110 struct aa_sk_ctx *ctx = aa_sock(sk); in apparmor_sk_clone_security()
1111 struct aa_sk_ctx *new = aa_sock(newsk); in apparmor_sk_clone_security()
1134 struct aa_sk_ctx *peer_ctx = aa_sock(peer_sk); in unix_connect_perm()
1156 static void unix_connect_peers(struct aa_sk_ctx *sk_ctx, in unix_connect_peers()
1157 struct aa_sk_ctx *peer_ctx) in unix_connect_peers()
1196 struct aa_sk_ctx *sk_ctx = aa_sock(sk); in apparmor_unix_stream_connect()
1197 struct aa_sk_ctx *peer_ctx = aa_sock(peer_sk); in apparmor_unix_stream_connect()
1198 struct aa_sk_ctx *new_ctx = aa_sock(newsk); in apparmor_unix_stream_connect()
[all …]
H A Daf_unix.c650 struct aa_sk_ctx *ctx = aa_sock(sk); in update_sk_ctx()
687 static void update_peer_ctx(struct sock *sk, struct aa_sk_ctx *ctx, in update_peer_ctx()
762 struct aa_sk_ctx *pctx = aa_sock(peer_sk); in aa_unix_file_perm()
H A Dnet.c288 struct aa_sk_ctx *ctx = aa_sock(sk); in aa_label_sk_perm()
H A Dfile.c582 struct aa_sk_ctx *ctx = aa_sock(sock->sk); in __unix_needs_revalidation()
/linux/security/apparmor/include/
H A Dnet.h49 struct aa_sk_ctx { struct
55 static inline struct aa_sk_ctx *aa_sock(const struct sock *sk) in aa_sock() argument