Searched refs:sockb (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | security.h | 1354 int security_socket_socketpair(struct socket *socka, struct socket *sockb); 1428 struct socket *sockb) in security_socket_socketpair() argument
|
| H A D | lsm_hook_defs.h | 279 LSM_HOOK(int, 0, socket_socketpair, struct socket *socka, struct socket *sockb)
|
| /OK3568_Linux_fs/kernel/net/unix/ |
| H A D | af_unix.c | 1439 static int unix_socketpair(struct socket *socka, struct socket *sockb) in unix_socketpair() argument 1441 struct sock *ska = socka->sk, *skb = sockb->sk; in unix_socketpair() 1455 sockb->state = SS_CONNECTED; in unix_socketpair()
|
| /OK3568_Linux_fs/kernel/security/ |
| H A D | security.c | 2100 int security_socket_socketpair(struct socket *socka, struct socket *sockb) in security_socket_socketpair() argument 2102 return call_int_hook(socket_socketpair, 0, socka, sockb); in security_socket_socketpair()
|
| /OK3568_Linux_fs/kernel/security/smack/ |
| H A D | smack_lsm.c | 2786 struct socket *sockb) in smack_socket_socketpair() argument 2789 struct socket_smack *bsp = sockb->sk->sk_security; in smack_socket_socketpair()
|
| /OK3568_Linux_fs/kernel/security/selinux/ |
| H A D | hooks.c | 4628 struct socket *sockb) in selinux_socket_socketpair() argument 4631 struct sk_security_struct *sksec_b = sockb->sk->sk_security; in selinux_socket_socketpair()
|