| tag | line | file | source code |
| sock2 | 100 | include/linux/net.h | int (*socketpair) (struct socket *sock1, struct socket *sock2); |
| sock2 | 1274 | net/appletalk/ddp.c | static int atalk_socketpair(struct socket *sock1, struct socket *sock2) |
| sock2 | 1197 | net/ax25/af_ax25.c | static int ax25_socketpair(struct socket *sock1, struct socket *sock2) |
| sock2 | 1046 | net/ipv4/af_inet.c | static int inet_socketpair(struct socket *sock1, struct socket *sock2) |
| sock2 | 346 | net/ipx/af_ipx.c | ipx_socket *sock1 = NULL, *sock2 = NULL; |
| sock2 | 369 | net/ipx/af_ipx.c | sock2 = ipxitf_find_socket(ipx_primary_net, |
| sock2 | 378 | net/ipx/af_ipx.c | if ((sock1 == NULL) && (sock2 == NULL)) { |
| sock2 | 402 | net/ipx/af_ipx.c | if (sock1 && sock2) { |
| sock2 | 417 | net/ipx/af_ipx.c | if (sock2) { |
| sock2 | 418 | net/ipx/af_ipx.c | (void) ipxitf_def_skb_handler(sock2, skb2); |
| sock2 | 1546 | net/ipx/af_ipx.c | static int ipx_socketpair(struct socket *sock1, struct socket *sock2) |
| sock2 | 813 | net/netrom/af_netrom.c | static int nr_socketpair(struct socket *sock1, struct socket *sock2) |
| sock2 | 636 | net/socket.c | struct socket *sock1, *sock2; |
| sock2 | 663 | net/socket.c | sock2 = sockfd_lookup(fd2, NULL); |
| sock2 | 664 | net/socket.c | if ((i = sock1->ops->socketpair(sock1, sock2)) < 0) |
| sock2 | 671 | net/socket.c | sock1->conn = sock2; |
| sock2 | 672 | net/socket.c | sock2->conn = sock1; |
| sock2 | 674 | net/socket.c | sock2->state = SS_CONNECTED; |