Searched refs:sockb (Results 1 – 6 of 6) sorted by relevance
1282 int security_socket_socketpair(struct socket *socka, struct socket *sockb);1355 struct socket *sockb) in security_socket_socketpair() argument
1710 int (*socket_socketpair)(struct socket *socka, struct socket *sockb);
1389 static int unix_socketpair(struct socket *socka, struct socket *sockb) in unix_socketpair() argument1391 struct sock *ska = socka->sk, *skb = sockb->sk; in unix_socketpair()1405 sockb->state = SS_CONNECTED; in unix_socketpair()
1985 int security_socket_socketpair(struct socket *socka, struct socket *sockb) in security_socket_socketpair() argument1987 return call_int_hook(socket_socketpair, 0, socka, sockb); in security_socket_socketpair()
2786 struct socket *sockb) in smack_socket_socketpair() argument2789 struct socket_smack *bsp = sockb->sk->sk_security; in smack_socket_socketpair()
4541 struct socket *sockb) in selinux_socket_socketpair() argument4544 struct sk_security_struct *sksec_b = sockb->sk->sk_security; in selinux_socket_socketpair()