Home
last modified time | relevance | path

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

/linux-6.1.9/net/unix/
Daf_unix.c747 static int unix_socketpair(struct socket *, struct socket *);
840 .socketpair = unix_socketpair,
866 .socketpair = unix_socketpair,
891 .socketpair = unix_socketpair,
1648 static int unix_socketpair(struct socket *socka, struct socket *sockb) in unix_socketpair() function