Home
last modified time | relevance | path

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

/linux-6.12.1/security/apparmor/
Dlsm.c1063 struct aa_sk_ctx *ctx = aa_sock(sk); in apparmor_sk_free_security()
1077 struct aa_sk_ctx *ctx = aa_sock(sk); in apparmor_sk_clone_security()
1078 struct aa_sk_ctx *new = aa_sock(newsk); in apparmor_sk_clone_security()
1133 struct aa_sk_ctx *ctx = aa_sock(sock->sk); in apparmor_socket_post_create()
1288 struct aa_sk_ctx *ctx = aa_sock(sk); in apparmor_socket_sock_rcv_skb()
1308 struct aa_sk_ctx *ctx = aa_sock(sk); in sk_peer_label()
1394 struct aa_sk_ctx *ctx = aa_sock(sk); in apparmor_sock_graft()
1404 struct aa_sk_ctx *ctx = aa_sock(sk); in apparmor_inet_conn_request()
2088 ctx = aa_sock(sk); in apparmor_ip_postroute()
Dnet.c154 struct aa_sk_ctx *ctx = aa_sock(sk); in aa_label_sk_perm()
/linux-6.12.1/security/apparmor/include/
Dnet.h54 static inline struct aa_sk_ctx *aa_sock(const struct sock *sk) in aa_sock() function