Searched refs:aa_sock (Results 1 – 3 of 3) sorted by relevance
1066 struct aa_sk_ctx *ctx = aa_sock(sk); in apparmor_sk_free_security()1080 struct aa_sk_ctx *ctx = aa_sock(sk); in apparmor_sk_clone_security()1081 struct aa_sk_ctx *new = aa_sock(newsk); in apparmor_sk_clone_security()1136 struct aa_sk_ctx *ctx = aa_sock(sock->sk); in apparmor_socket_post_create()1291 struct aa_sk_ctx *ctx = aa_sock(sk); in apparmor_socket_sock_rcv_skb()1311 struct aa_sk_ctx *ctx = aa_sock(sk); in sk_peer_label()1397 struct aa_sk_ctx *ctx = aa_sock(sk); in apparmor_sock_graft()1407 struct aa_sk_ctx *ctx = aa_sock(sk); in apparmor_inet_conn_request()2093 ctx = aa_sock(sk); in apparmor_ip_postroute()
154 struct aa_sk_ctx *ctx = aa_sock(sk); in aa_label_sk_perm()
54 static inline struct aa_sk_ctx *aa_sock(const struct sock *sk) in aa_sock() function