Searched refs:sockb (Results 1 – 3 of 3) sorted by relevance
1711 static int unix_socketpair(struct socket *socka, struct socket *sockb) in unix_socketpair() argument1713 struct sock *ska = socka->sk, *skb = sockb->sk; in unix_socketpair()1726 sockb->state = SS_CONNECTED; in unix_socketpair()
4591 int security_socket_socketpair(struct socket *socka, struct socket *sockb) in security_socket_socketpair() argument4593 return call_int_hook(socket_socketpair, socka, sockb); in security_socket_socketpair()
4693 struct socket *sockb) in selinux_socket_socketpair() argument4696 struct sk_security_struct *sksec_b = selinux_sock(sockb->sk); in selinux_socket_socketpair()