Home
last modified time | relevance | path

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

/Linux-v5.4/net/unix/
Daf_unix.c642 static int unix_socketpair(struct socket *, struct socket *);
685 .socketpair = unix_socketpair,
708 .socketpair = unix_socketpair,
730 .socketpair = unix_socketpair,
1389 static int unix_socketpair(struct socket *socka, struct socket *sockb) in unix_socketpair() function