tag | line | file | source code |
oldsock | 94 | include/linux/net.h | int (*dup) (struct socket *newsock, struct socket *oldsock); |
oldsock | 1191 | net/appletalk/ddp.c | static int atalk_dup(struct socket *newsock,struct socket *oldsock) |
oldsock | 1224 | net/ax25/af_ax25.c | static int ax25_dup(struct socket *newsock, struct socket *oldsock) |
oldsock | 1226 | net/ax25/af_ax25.c | struct sock *sk = (struct sock *)oldsock->data; |
oldsock | 730 | net/ipv4/af_inet.c | static int inet_dup(struct socket *newsock, struct socket *oldsock) |
oldsock | 732 | net/ipv4/af_inet.c | return(inet_create(newsock,((struct sock *)(oldsock->data))->protocol)); |
oldsock | 1661 | net/ipx/af_ipx.c | static int ipx_dup(struct socket *newsock,struct socket *oldsock) |
oldsock | 594 | net/netrom/af_netrom.c | static int nr_dup(struct socket *newsock, struct socket *oldsock) |
oldsock | 596 | net/netrom/af_netrom.c | struct sock *sk = (struct sock *)oldsock->data; |
oldsock | 346 | net/unix/af_unix.c | static int unix_dup(struct socket *newsock, struct socket *oldsock) |