| tag | line | file | source code |
| sock1 | 100 | include/linux/net.h | int (*socketpair) (struct socket *sock1, struct socket *sock2); |
| sock1 | 1345 | net/appletalk/ddp.c | static int atalk_socketpair(struct socket *sock1, struct socket *sock2) |
| sock1 | 1492 | net/ax25/af_ax25.c | static int ax25_socketpair(struct socket *sock1, struct socket *sock2) |
| sock1 | 993 | net/ipv4/af_inet.c | static int inet_socketpair(struct socket *sock1, struct socket *sock2) |
| sock1 | 438 | net/ipx/af_ipx.c | ipx_socket *sock1 = NULL, *sock2 = NULL; |
| sock1 | 441 | net/ipx/af_ipx.c | sock1 = ipxitf_find_socket(intrfc, ipx->ipx_dest.sock); |
| sock1 | 477 | net/ipx/af_ipx.c | if (sock1 == NULL && sock2 == NULL) |
| sock1 | 510 | net/ipx/af_ipx.c | if (sock1 && sock2) |
| sock1 | 519 | net/ipx/af_ipx.c | if (sock1) |
| sock1 | 520 | net/ipx/af_ipx.c | (void) ipxitf_def_skb_handler(sock1, skb1); |
| sock1 | 1826 | net/ipx/af_ipx.c | static int ipx_socketpair(struct socket *sock1, struct socket *sock2) |
| sock1 | 805 | net/netrom/af_netrom.c | static int nr_socketpair(struct socket *sock1, struct socket *sock2) |
| sock1 | 578 | net/socket.c | struct socket *sock1, *sock2; |
| sock1 | 588 | net/socket.c | sock1 = sockfd_lookup(fd1, NULL); |
| sock1 | 589 | net/socket.c | if (!sock1->ops->socketpair) |
| sock1 | 606 | net/socket.c | if ((i = sock1->ops->socketpair(sock1, sock2)) < 0) |
| sock1 | 613 | net/socket.c | sock1->conn = sock2; |
| sock1 | 614 | net/socket.c | sock2->conn = sock1; |
| sock1 | 615 | net/socket.c | sock1->state = SS_CONNECTED; |