Searched refs:sockb (Results 1 – 6 of 6) sorted by relevance
/linux/include/linux/ |
A D | security.h | 1389 int security_socket_socketpair(struct socket *socka, struct socket *sockb); 1463 struct socket *sockb) in security_socket_socketpair() argument
|
A D | lsm_hook_defs.h | 288 LSM_HOOK(int, 0, socket_socketpair, struct socket *socka, struct socket *sockb)
|
/linux/net/unix/ |
A D | af_unix.c | 1512 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 D | security.c | 2179 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 D | smack_lsm.c | 2790 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 D | hooks.c | 4708 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