tag | line | file | source code |
oldsock | 88 | include/linux/net.h | int (*dup) (struct socket *newsock, struct socket *oldsock); |
oldsock | 879 | net/inet/sock.c | inet_dup(struct socket *newsock, struct socket *oldsock) |
oldsock | 882 | net/inet/sock.c | ((struct sock *)(oldsock->data))->protocol)); |
oldsock | 745 | net/inet/sockinet.c | static int inet_dup(struct socket *newsock, struct socket *oldsock) |
oldsock | 747 | net/inet/sockinet.c | return(inet_create(newsock,((struct sock *)(oldsock->data))->protocol)); |
oldsock | 59 | net/unix/sock.c | static int unix_proto_dup(struct socket *newsock, struct socket *oldsock); |
oldsock | 327 | net/unix/sock.c | static int unix_proto_dup(struct socket *newsock, struct socket *oldsock) |
oldsock | 329 | net/unix/sock.c | struct unix_proto_data *upd = UN_DATA(oldsock); |