Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/unix/
H A Daf_unix.c667 static int unix_socketpair(struct socket *, struct socket *);
728 .socketpair = unix_socketpair,
753 .socketpair = unix_socketpair,
777 .socketpair = unix_socketpair,
1439 static int unix_socketpair(struct socket *socka, struct socket *sockb) in unix_socketpair() function