Home
last modified time | relevance | path

Searched refs:security_socket_socketpair (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
A Dsecurity.h1389 int security_socket_socketpair(struct socket *socka, struct socket *sockb);
1462 static inline int security_socket_socketpair(struct socket *socka, in security_socket_socketpair() function
/linux/security/
A Dsecurity.c2179 int security_socket_socketpair(struct socket *socka, struct socket *sockb) in security_socket_socketpair() function
2183 EXPORT_SYMBOL(security_socket_socketpair);
/linux/net/
A Dsocket.c1625 err = security_socket_socketpair(sock1, sock2); in __sys_socketpair()

Completed in 47 milliseconds