taglinefilesource code
sock1100include/linux/net.hint  (*socketpair)  (struct socket *sock1, struct socket *sock2);
sock11279net/appletalk/ddp.cstatic int atalk_socketpair(struct socket *sock1, struct socket *sock2)
sock11267net/ax25/af_ax25.cstatic int ax25_socketpair(struct socket *sock1, struct socket *sock2)
sock11047net/ipv4/af_inet.cstatic int inet_socketpair(struct socket *sock1, struct socket *sock2)
sock1349net/ipx/af_ipx.cipx_socket  *sock1 = NULL, *sock2 = NULL;
sock1352net/ipx/af_ipx.csock1 = ipxitf_find_socket(intrfc, ipx->ipx_dest.sock);
sock1381net/ipx/af_ipx.cif ((sock1 == NULL) && (sock2 == NULL)) {
sock1405net/ipx/af_ipx.cif (sock1 && sock2) {
sock1414net/ipx/af_ipx.cif (sock1) {
sock1415net/ipx/af_ipx.c(void) ipxitf_def_skb_handler(sock1, skb1);
sock11549net/ipx/af_ipx.cstatic int ipx_socketpair(struct socket *sock1, struct socket *sock2)
sock1829net/netrom/af_netrom.cstatic int nr_socketpair(struct socket *sock1, struct socket *sock2)
sock1558net/socket.cstruct socket *sock1, *sock2;
sock1568net/socket.csock1 = sockfd_lookup(fd1, NULL);
sock1569net/socket.cif (!sock1->ops->socketpair) 
sock1586net/socket.cif ((i = sock1->ops->socketpair(sock1, sock2)) < 0) 
sock1593net/socket.csock1->conn = sock2;
sock1594net/socket.csock2->conn = sock1;
sock1595net/socket.csock1->state = SS_CONNECTED;