Home
last modified time | relevance | path

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

/linux-5.10/net/unix/
Daf_unix.c644 static int unix_socketpair(struct socket *, struct socket *);
705 .socketpair = unix_socketpair,
730 .socketpair = unix_socketpair,
754 .socketpair = unix_socketpair,
1416 static int unix_socketpair(struct socket *socka, struct socket *sockb) in unix_socketpair() function