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 | 58 | net/unix/sock.c | static int unix_proto_dup(struct socket *newsock, struct socket *oldsock); |
oldsock | 313 | net/unix/sock.c | unix_proto_dup(struct socket *newsock, struct socket *oldsock) |
oldsock | 315 | net/unix/sock.c | struct unix_proto_data *upd = UN_DATA(oldsock); |