Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dsecurity.h1561 int security_socket_socketpair(struct socket *socka, struct socket *sockb);
1639 struct socket *sockb) in security_socket_socketpair() argument
Dlsm_hook_defs.h321 LSM_HOOK(int, 0, socket_socketpair, struct socket *socka, struct socket *sockb)
/linux-6.12.1/net/unix/
Daf_unix.c1716 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/
Dsecurity.c4560 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/
Dsmack_lsm.c2979 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/
Dhooks.c4677 struct socket *sockb) in selinux_socket_socketpair() argument
4680 struct sk_security_struct *sksec_b = selinux_sock(sockb->sk); in selinux_socket_socketpair()