taglinefilesource code
oldsock94include/linux/net.hint  (*dup)    (struct socket *newsock, struct socket *oldsock);
oldsock1159net/appletalk/ddp.cstatic int atalk_dup(struct socket *newsock,struct socket *oldsock)
oldsock1071net/ax25/af_ax25.cstatic int ax25_dup(struct socket *newsock, struct socket *oldsock)
oldsock1073net/ax25/af_ax25.cstruct sock *sk = (struct sock *)oldsock->data;
oldsock728net/ipv4/af_inet.cstatic int inet_dup(struct socket *newsock, struct socket *oldsock)
oldsock730net/ipv4/af_inet.creturn(inet_create(newsock,((struct sock *)(oldsock->data))->protocol));
oldsock1661net/ipx/af_ipx.cstatic int ipx_dup(struct socket *newsock,struct socket *oldsock)
oldsock594net/netrom/af_netrom.cstatic int nr_dup(struct socket *newsock, struct socket *oldsock)
oldsock596net/netrom/af_netrom.cstruct sock *sk = (struct sock *)oldsock->data;
oldsock344net/unix/af_unix.cstatic int unix_dup(struct socket *newsock, struct socket *oldsock)