tag | line | file | source code |
sock1 | 98 | include/linux/net.h | int (*socketpair) (struct socket *sock1, struct socket *sock2); |
sock1 | 1005 | net/inet/af_inet.c | static int inet_socketpair(struct socket *sock1, struct socket *sock2) |
sock1 | 340 | net/inet/ipx.c | ipx_socket *sock1 = NULL, *sock2 = NULL; |
sock1 | 344 | net/inet/ipx.c | sock1 = ipxitf_find_socket(intrfc, ipx->ipx_dest.sock); |
sock1 | 373 | net/inet/ipx.c | if ((sock1 == NULL) && (sock2 == NULL)) { |
sock1 | 400 | net/inet/ipx.c | if (sock1 && sock2) { |
sock1 | 410 | net/inet/ipx.c | if (sock1) { |
sock1 | 411 | net/inet/ipx.c | (void) ipxitf_def_skb_handler(sock1, skb1); |
sock1 | 1527 | net/inet/ipx.c | static int ipx_socketpair(struct socket *sock1, struct socket *sock2) |
sock1 | 667 | net/socket.c | struct socket *sock1, *sock2; |
sock1 | 677 | net/socket.c | sock1 = sockfd_lookup(fd1, NULL); |
sock1 | 678 | net/socket.c | if (!sock1->ops->socketpair) |
sock1 | 695 | net/socket.c | if ((i = sock1->ops->socketpair(sock1, sock2)) < 0) |
sock1 | 702 | net/socket.c | sock1->conn = sock2; |
sock1 | 703 | net/socket.c | sock2->conn = sock1; |
sock1 | 704 | net/socket.c | sock1->state = SS_CONNECTED; |
sock1 | 67 | net/unix/sock.c | static int unix_proto_socketpair(struct socket *sock1, struct socket *sock2); |
sock1 | 519 | net/unix/sock.c | static int unix_proto_socketpair(struct socket *sock1, struct socket *sock2) |
sock1 | 521 | net/unix/sock.c | struct unix_proto_data *upd1 = UN_DATA(sock1), *upd2 = UN_DATA(sock2); |