Home
last modified time | relevance | path

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

/openbmc/linux/net/unix/
H A Daf_unix.c745 static int unix_socketpair(struct socket *, struct socket *);
836 .socketpair = unix_socketpair,
861 .socketpair = unix_socketpair,
885 .socketpair = unix_socketpair,
1647 static int unix_socketpair(struct socket *socka, struct socket *sockb) in unix_socketpair() function