Searched refs:newsk (Results 1 - 4 of 4) sorted by relevance

/security/
H A Dsecurity.c1155 int security_unix_stream_connect(struct sock *sock, struct sock *other, struct sock *newsk) argument
1157 return security_ops->unix_stream_connect(sock, other, newsk);
1263 void security_sk_clone(const struct sock *sk, struct sock *newsk) argument
1265 security_ops->sk_clone_security(sk, newsk);
1294 void security_inet_csk_clone(struct sock *newsk, argument
1297 security_ops->inet_csk_clone(newsk, req);
H A Dcapability.c597 struct sock *newsk)
703 static void cap_sk_clone_security(const struct sock *sk, struct sock *newsk) argument
721 static void cap_inet_csk_clone(struct sock *newsk, argument
596 cap_unix_stream_connect(struct sock *sock, struct sock *other, struct sock *newsk) argument
/security/selinux/
H A Dhooks.c4350 struct sock *newsk)
4354 struct sk_security_struct *sksec_new = newsk->sk_security;
4608 static void selinux_sk_clone_security(const struct sock *sk, struct sock *newsk) argument
4611 struct sk_security_struct *newsksec = newsk->sk_security;
4663 static void selinux_inet_csk_clone(struct sock *newsk, argument
4666 struct sk_security_struct *newsksec = newsk->sk_security;
4677 selinux_netlbl_inet_csk_clone(newsk, req->rsk_ops->family);
4348 selinux_socket_unix_stream_connect(struct sock *sock, struct sock *other, struct sock *newsk) argument
/security/smack/
H A Dsmack_lsm.c3278 * @newsk: unused
3284 struct sock *other, struct sock *newsk)
3290 struct socket_smack *nsp = newsk->sk_security;
3283 smack_unix_stream_connect(struct sock *sock, struct sock *other, struct sock *newsk) argument

Completed in 197 milliseconds