taglinefilesource code
socketpair94include/linux/net.hint  (*socketpair)  (struct socket *sock1, struct socket *sock2);
socketpair502net/socket.cif (!sock1->ops->socketpair) {
socketpair513net/socket.cif ((i = sock1->ops->socketpair(sock1, sock2)) < 0) {