Home
last modified time | relevance | path

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

/linux/include/linux/
A Dsecurity.h1389 int security_socket_socketpair(struct socket *socka, struct socket *sockb);
1463 struct socket *sockb) in security_socket_socketpair() argument
A Dlsm_hook_defs.h288 LSM_HOOK(int, 0, socket_socketpair, struct socket *socka, struct socket *sockb)
/linux/net/unix/
A Daf_unix.c1512 static int unix_socketpair(struct socket *socka, struct socket *sockb) in unix_socketpair() argument
1514 struct sock *ska = socka->sk, *skb = sockb->sk; in unix_socketpair()
1527 sockb->state = SS_CONNECTED; in unix_socketpair()
/linux/security/
A Dsecurity.c2179 int security_socket_socketpair(struct socket *socka, struct socket *sockb) in security_socket_socketpair() argument
2181 return call_int_hook(socket_socketpair, 0, socka, sockb); in security_socket_socketpair()
/linux/security/smack/
A Dsmack_lsm.c2790 struct socket *sockb) in smack_socket_socketpair() argument
2793 struct socket_smack *bsp = sockb->sk->sk_security; in smack_socket_socketpair()
/linux/security/selinux/
A Dhooks.c4708 struct socket *sockb) in selinux_socket_socketpair() argument
4711 struct sk_security_struct *sksec_b = sockb->sk->sk_security; in selinux_socket_socketpair()

Completed in 41 milliseconds