Searched refs:sockb (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/ |
| A D | security.h | 1561 int security_socket_socketpair(struct socket *socka, struct socket *sockb); 1639 struct socket *sockb) in security_socket_socketpair() argument
|
| A D | lsm_hook_defs.h | 321 LSM_HOOK(int, 0, socket_socketpair, struct socket *socka, struct socket *sockb)
|
| /linux/net/unix/ |
| A D | af_unix.c | 1716 static int unix_socketpair(struct socket *socka, struct socket *sockb) in unix_socketpair() argument 1718 struct sock *ska = socka->sk, *skb = sockb->sk; in unix_socketpair() 1731 sockb->state = SS_CONNECTED; in unix_socketpair()
|
| /linux/security/ |
| A D | security.c | 4560 int security_socket_socketpair(struct socket *socka, struct socket *sockb) in security_socket_socketpair() argument 4562 return call_int_hook(socket_socketpair, socka, sockb); in security_socket_socketpair()
|
| /linux/security/smack/ |
| A D | smack_lsm.c | 2979 struct socket *sockb) in smack_socket_socketpair() argument 2982 struct socket_smack *bsp = smack_sock(sockb->sk); in smack_socket_socketpair()
|
| /linux/security/selinux/ |
| A D | hooks.c | 4677 struct socket *sockb) in selinux_socket_socketpair() argument 4680 struct sk_security_struct *sksec_b = selinux_sock(sockb->sk); in selinux_socket_socketpair()
|
Completed in 761 milliseconds