Searched refs:sockb (Results 1 – 6 of 6) sorted by relevance
1206 int security_socket_socketpair(struct socket *socka, struct socket *sockb);1279 struct socket *sockb) in security_socket_socketpair() argument
1669 int (*socket_socketpair)(struct socket *socka, struct socket *sockb);
1382 int security_socket_socketpair(struct socket *socka, struct socket *sockb) in security_socket_socketpair() argument1384 return call_int_hook(socket_socketpair, 0, socka, sockb); in security_socket_socketpair()
1376 static int unix_socketpair(struct socket *socka, struct socket *sockb) in unix_socketpair() argument1378 struct sock *ska = socka->sk, *skb = sockb->sk; in unix_socketpair()1392 sockb->state = SS_CONNECTED; in unix_socketpair()
2857 struct socket *sockb) in smack_socket_socketpair() argument2860 struct socket_smack *bsp = sockb->sk->sk_security; in smack_socket_socketpair()
4599 struct socket *sockb) in selinux_socket_socketpair() argument4602 struct sk_security_struct *sksec_b = sockb->sk->sk_security; in selinux_socket_socketpair()