Home
last modified time | relevance | path

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

/Linux-v4.19/net/unix/
Daf_unix.c643 static int unix_socketpair(struct socket *, struct socket *);
686 .socketpair = unix_socketpair,
709 .socketpair = unix_socketpair,
731 .socketpair = unix_socketpair,
1376 static int unix_socketpair(struct socket *socka, struct socket *sockb) in unix_socketpair() function