Searched refs:security_socket_socketpair (Results 1 – 3 of 3) sorted by relevance
1637 int security_socket_socketpair(struct socket *socka, struct socket *sockb);1714 static inline int security_socket_socketpair(struct socket *socka, in security_socket_socketpair() function
4591 int security_socket_socketpair(struct socket *socka, struct socket *sockb) in security_socket_socketpair() function4595 EXPORT_SYMBOL(security_socket_socketpair);
1762 err = security_socket_socketpair(sock1, sock2); in __sys_socketpair()