Home
last modified time | relevance | path

Searched refs:socka (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);
1509 static inline int security_socket_socketpair(struct socket *socka, 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()
1663 socka->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.c2863 static int smack_socket_socketpair(struct socket *socka, in smack_socket_socketpair() argument
2866 struct socket_smack *asp = socka->sk->sk_security; in smack_socket_socketpair()
/linux-6.3-rc2/security/selinux/
A Dhooks.c4630 static int selinux_socket_socketpair(struct socket *socka, in selinux_socket_socketpair() argument
4633 struct sk_security_struct *sksec_a = socka->sk->sk_security; in selinux_socket_socketpair()

Completed in 45 milliseconds