Searched refs:sockb (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/include/linux/ |
D | security.h | 1561 int security_socket_socketpair(struct socket *socka, struct socket *sockb); 1639 struct socket *sockb) in security_socket_socketpair() argument
|
D | lsm_hook_defs.h | 321 LSM_HOOK(int, 0, socket_socketpair, struct socket *socka, struct socket *sockb)
|
/linux-6.12.1/net/unix/ |
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-6.12.1/security/ |
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-6.12.1/security/smack/ |
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-6.12.1/security/selinux/ |
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()
|