tag | line | file | source code |
sock2 | 100 | include/linux/net.h | int (*socketpair) (struct socket *sock1, struct socket *sock2); |
sock2 | 1299 | net/appletalk/ddp.c | static int atalk_socketpair(struct socket *sock1, struct socket *sock2) |
sock2 | 1276 | net/ax25/af_ax25.c | static int ax25_socketpair(struct socket *sock1, struct socket *sock2) |
sock2 | 1004 | net/ipv4/af_inet.c | static int inet_socketpair(struct socket *sock1, struct socket *sock2) |
sock2 | 355 | net/ipx/af_ipx.c | ipx_socket *sock1 = NULL, *sock2 = NULL; |
sock2 | 381 | net/ipx/af_ipx.c | sock2 = ipxitf_find_socket(ipx_primary_net, |
sock2 | 394 | net/ipx/af_ipx.c | if (sock1 == NULL && sock2 == NULL) |
sock2 | 427 | net/ipx/af_ipx.c | if (sock1 && sock2) |
sock2 | 442 | net/ipx/af_ipx.c | if (sock2) |
sock2 | 443 | net/ipx/af_ipx.c | (void) ipxitf_def_skb_handler(sock2, skb2); |
sock2 | 1635 | net/ipx/af_ipx.c | static int ipx_socketpair(struct socket *sock1, struct socket *sock2) |
sock2 | 831 | net/netrom/af_netrom.c | static int nr_socketpair(struct socket *sock1, struct socket *sock2) |
sock2 | 578 | net/socket.c | struct socket *sock1, *sock2; |
sock2 | 605 | net/socket.c | sock2 = sockfd_lookup(fd2, NULL); |
sock2 | 606 | net/socket.c | if ((i = sock1->ops->socketpair(sock1, sock2)) < 0) |
sock2 | 613 | net/socket.c | sock1->conn = sock2; |
sock2 | 614 | net/socket.c | sock2->conn = sock1; |
sock2 | 616 | net/socket.c | sock2->state = SS_CONNECTED; |