Home
last modified time | relevance | path

Searched refs:sockb (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/linux/
Dsecurity.h1206 int security_socket_socketpair(struct socket *socka, struct socket *sockb);
1279 struct socket *sockb) in security_socket_socketpair() argument
Dlsm_hooks.h1669 int (*socket_socketpair)(struct socket *socka, struct socket *sockb);
/Linux-v4.19/security/
Dsecurity.c1382 int security_socket_socketpair(struct socket *socka, struct socket *sockb) in security_socket_socketpair() argument
1384 return call_int_hook(socket_socketpair, 0, socka, sockb); in security_socket_socketpair()
/Linux-v4.19/net/unix/
Daf_unix.c1376 static int unix_socketpair(struct socket *socka, struct socket *sockb) in unix_socketpair() argument
1378 struct sock *ska = socka->sk, *skb = sockb->sk; in unix_socketpair()
1392 sockb->state = SS_CONNECTED; in unix_socketpair()
/Linux-v4.19/security/smack/
Dsmack_lsm.c2857 struct socket *sockb) in smack_socket_socketpair() argument
2860 struct socket_smack *bsp = sockb->sk->sk_security; in smack_socket_socketpair()
/Linux-v4.19/security/selinux/
Dhooks.c4599 struct socket *sockb) in selinux_socket_socketpair() argument
4602 struct sk_security_struct *sksec_b = sockb->sk->sk_security; in selinux_socket_socketpair()