Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dsecurity.h1434 int security_socket_socketpair(struct socket *socka, struct socket *sockb);
1510 struct socket *sockb) in security_socket_socketpair() argument
A Dlsm_hook_defs.h294 LSM_HOOK(int, 0, socket_socketpair, struct socket *socka, struct socket *sockb)
/linux-6.3-rc2/net/unix/
A Daf_unix.c1649 static int unix_socketpair(struct socket *socka, struct socket *sockb) in unix_socketpair() argument
1651 struct sock *ska = socka->sk, *skb = sockb->sk; in unix_socketpair()
1664 sockb->state = SS_CONNECTED; in unix_socketpair()
/linux-6.3-rc2/security/
A Dsecurity.c2278 int security_socket_socketpair(struct socket *socka, struct socket *sockb) in security_socket_socketpair() argument
2280 return call_int_hook(socket_socketpair, 0, socka, sockb); in security_socket_socketpair()
/linux-6.3-rc2/security/smack/
A Dsmack_lsm.c2864 struct socket *sockb) in smack_socket_socketpair() argument
2867 struct socket_smack *bsp = sockb->sk->sk_security; in smack_socket_socketpair()
/linux-6.3-rc2/security/selinux/
A Dhooks.c4631 struct socket *sockb) in selinux_socket_socketpair() argument
4634 struct sk_security_struct *sksec_b = sockb->sk->sk_security; in selinux_socket_socketpair()

Completed in 47 milliseconds