Home
last modified time | relevance | path

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

/linux-6.15/security/apparmor/
H A Dlsm.c1066 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()
H A Dnet.c154 struct aa_sk_ctx *ctx = aa_sock(sk); in aa_label_sk_perm()
/linux-6.15/security/apparmor/include/
H A Dnet.h54 static inline struct aa_sk_ctx *aa_sock(const struct sock *sk) in aa_sock() function