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