taglinefilesource code
socketpair100include/linux/net.hint  (*socketpair)  (struct socket *sock1, struct socket *sock2);
socketpair589net/socket.cif (!sock1->ops->socketpair) 
socketpair606net/socket.cif ((i = sock1->ops->socketpair(sock1, sock2)) < 0)