taglinefilesource code
oldsock94include/linux/net.hint  (*dup)    (struct socket *newsock, struct socket *oldsock);
oldsock1125net/appletalk/ddp.cstatic int atalk_dup(struct socket *newsock,struct socket *oldsock)
oldsock1032net/ax25/af_ax25.cstatic int ax25_dup(struct socket *newsock, struct socket *oldsock)
oldsock1034net/ax25/af_ax25.cstruct sock *sk = (struct sock *)oldsock->data;
oldsock775net/ipv4/af_inet.cstatic int inet_dup(struct socket *newsock, struct socket *oldsock)
oldsock777net/ipv4/af_inet.creturn(inet_create(newsock,((struct sock *)(oldsock->data))->protocol));
oldsock1445net/ipx/af_ipx.cstatic int ipx_dup(struct socket *newsock,struct socket *oldsock)
oldsock603net/netrom/af_netrom.cstatic int nr_dup(struct socket *newsock, struct socket *oldsock)
oldsock605net/netrom/af_netrom.cstruct sock *sk = (struct sock *)oldsock->data;
oldsock318net/unix/af_unix.cstatic int unix_dup(struct socket *newsock, struct socket *oldsock)