taglinefilesource code
oldsock94include/linux/net.hint  (*dup)    (struct socket *newsock, struct socket *oldsock);
oldsock1124net/appletalk/ddp.cstatic int atalk_dup(struct socket *newsock,struct socket *oldsock)
oldsock1009net/ax25/af_ax25.cstatic int ax25_dup(struct socket *newsock, struct socket *oldsock)
oldsock1011net/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)
oldsock613net/netrom/af_netrom.cstatic int nr_dup(struct socket *newsock, struct socket *oldsock)
oldsock615net/netrom/af_netrom.cstruct sock *sk = (struct sock *)oldsock->data;
oldsock317net/unix/af_unix.cstatic int unix_dup(struct socket *newsock, struct socket *oldsock)