Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dsecurity.h1637 int security_socket_socketpair(struct socket *socka, struct socket *sockb);
1714 static inline int security_socket_socketpair(struct socket *socka, in security_socket_socketpair() argument
H A Dlsm_hook_defs.h325 LSM_HOOK(int, 0, socket_socketpair, struct socket *socka, struct socket *sockb)
/linux-6.15/net/unix/
H A Daf_unix.c1701 static int unix_socketpair(struct socket *socka, struct socket *sockb) in unix_socketpair() argument
1703 struct sock *ska = socka->sk, *skb = sockb->sk; in unix_socketpair()
1715 socka->state = SS_CONNECTED; in unix_socketpair()
/linux-6.15/security/
H A Dsecurity.c4591 int security_socket_socketpair(struct socket *socka, struct socket *sockb) in security_socket_socketpair() argument
4593 return call_int_hook(socket_socketpair, socka, sockb); in security_socket_socketpair()
/linux-6.15/security/smack/
H A Dsmack_lsm.c2976 static int smack_socket_socketpair(struct socket *socka, in smack_socket_socketpair() argument
2979 struct socket_smack *asp = smack_sock(socka->sk); in smack_socket_socketpair()
/linux-6.15/security/selinux/
H A Dhooks.c4736 static int selinux_socket_socketpair(struct socket *socka, in selinux_socket_socketpair() argument
4739 struct sk_security_struct *sksec_a = selinux_sock(socka->sk); in selinux_socket_socketpair()