Home
last modified time | relevance | path

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

/linux/net/unix/
H A Daf_unix.c811 static int unix_socketpair(struct socket *, struct socket *);
889 .socketpair = unix_socketpair,
914 .socketpair = unix_socketpair,
938 .socketpair = unix_socketpair,
1711 static int unix_socketpair(struct socket *socka, struct socket *sockb) in unix_socketpair() function