tag | line | file | source code |
sock2 | 98 | include/linux/net.h | int (*socketpair) (struct socket *sock1, struct socket *sock2); |
sock2 | 1268 | net/appletalk/ddp.c | static int atalk_socketpair(struct socket *sock1, struct socket *sock2) |
sock2 | 1173 | net/ax25/af_ax25.c | static int ax25_socketpair(struct socket *sock1, struct socket *sock2) |
sock2 | 1039 | 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 | 1539 | net/ipx/af_ipx.c | static int ipx_socketpair(struct socket *sock1, struct socket *sock2) |
sock2 | 784 | net/netrom/af_netrom.c | static int nr_socketpair(struct socket *sock1, struct socket *sock2) |
sock2 | 631 | net/socket.c | struct socket *sock1, *sock2; |
sock2 | 658 | net/socket.c | sock2 = sockfd_lookup(fd2, NULL); |
sock2 | 659 | net/socket.c | if ((i = sock1->ops->socketpair(sock1, sock2)) < 0) |
sock2 | 666 | net/socket.c | sock1->conn = sock2; |
sock2 | 667 | net/socket.c | sock2->conn = sock1; |
sock2 | 669 | net/socket.c | sock2->state = SS_CONNECTED; |
sock2 | 67 | net/unix/sock.c | static int unix_proto_socketpair(struct socket *sock1, struct socket *sock2); |
sock2 | 519 | net/unix/sock.c | static int unix_proto_socketpair(struct socket *sock1, struct socket *sock2) |
sock2 | 521 | net/unix/sock.c | struct unix_proto_data *upd1 = UN_DATA(sock1), *upd2 = UN_DATA(sock2); |