Symbol: aa_sk_ctx
security/apparmor/af_unix.c
650
struct aa_sk_ctx *ctx = aa_sock(sk);
security/apparmor/af_unix.c
687
static void update_peer_ctx(struct sock *sk, struct aa_sk_ctx *ctx,
security/apparmor/af_unix.c
762
struct aa_sk_ctx *pctx = aa_sock(peer_sk);
security/apparmor/file.c
599
struct aa_sk_ctx *skctx = aa_sock(sock->sk);
security/apparmor/include/net.h
55
static inline struct aa_sk_ctx *aa_sock(const struct sock *sk)
security/apparmor/lsm.c
1071
struct aa_sk_ctx *ctx = aa_sock(sk);
security/apparmor/lsm.c
1086
struct aa_sk_ctx *ctx = aa_sock(sk);
security/apparmor/lsm.c
1102
struct aa_sk_ctx *ctx = aa_sock(sk);
security/apparmor/lsm.c
1103
struct aa_sk_ctx *new = aa_sock(newsk);
security/apparmor/lsm.c
1126
struct aa_sk_ctx *peer_ctx = aa_sock(peer_sk);
security/apparmor/lsm.c
1148
static void unix_connect_peers(struct aa_sk_ctx *sk_ctx,
security/apparmor/lsm.c
1149
struct aa_sk_ctx *peer_ctx)
security/apparmor/lsm.c
1188
struct aa_sk_ctx *sk_ctx = aa_sock(sk);
security/apparmor/lsm.c
1189
struct aa_sk_ctx *peer_ctx = aa_sock(peer_sk);
security/apparmor/lsm.c
1190
struct aa_sk_ctx *new_ctx = aa_sock(newsk);
security/apparmor/lsm.c
1233
struct aa_sk_ctx *peer_ctx = aa_sock(peer->sk);
security/apparmor/lsm.c
1304
struct aa_sk_ctx *ctx = aa_sock(sock->sk);
security/apparmor/lsm.c
1318
struct aa_sk_ctx *a_ctx = aa_sock(socka->sk);
security/apparmor/lsm.c
1319
struct aa_sk_ctx *b_ctx = aa_sock(sockb->sk);
security/apparmor/lsm.c
1505
struct aa_sk_ctx *ctx = aa_sock(sk);
security/apparmor/lsm.c
1530
struct aa_sk_ctx *ctx = aa_sock(sk);
security/apparmor/lsm.c
1623
struct aa_sk_ctx *ctx = aa_sock(sk);
security/apparmor/lsm.c
1634
struct aa_sk_ctx *ctx = aa_sock(sk);
security/apparmor/lsm.c
1656
.lbs_sock = sizeof(struct aa_sk_ctx),
security/apparmor/lsm.c
2372
struct aa_sk_ctx *ctx;
security/apparmor/net.c
288
struct aa_sk_ctx *ctx = aa_sock(sk);