Home
last modified time | relevance | path

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

/linux/net/unix/
H A Daf_unix.c1711 static int unix_socketpair(struct socket *socka, struct socket *sockb) in unix_socketpair() argument
1713 struct sock *ska = socka->sk, *skb = sockb->sk; in unix_socketpair()
1726 sockb->state = SS_CONNECTED; in unix_socketpair()
/linux/security/
H A Dsecurity.c4591 int security_socket_socketpair(struct socket *socka, struct socket *sockb) in security_socket_socketpair() argument
4593 return call_int_hook(socket_socketpair, socka, sockb); in security_socket_socketpair()
/linux/security/selinux/
H A Dhooks.c4693 struct socket *sockb) in selinux_socket_socketpair() argument
4696 struct sk_security_struct *sksec_b = selinux_sock(sockb->sk); in selinux_socket_socketpair()