taglinefilesource code
oldsock94include/linux/net.hint  (*dup)    (struct socket *newsock, struct socket *oldsock);
oldsock1145net/appletalk/ddp.cstatic int atalk_dup(struct socket *newsock,struct socket *oldsock)
oldsock1035net/ax25/af_ax25.cstatic int ax25_dup(struct socket *newsock, struct socket *oldsock)
oldsock1037net/ax25/af_ax25.cstruct sock *sk = (struct sock *)oldsock->data;
oldsock724net/ipv4/af_inet.cstatic int inet_dup(struct socket *newsock, struct socket *oldsock)
oldsock726net/ipv4/af_inet.creturn(inet_create(newsock,((struct sock *)(oldsock->data))->protocol));
oldsock1500net/ipx/af_ipx.cstatic int ipx_dup(struct socket *newsock,struct socket *oldsock)
oldsock605net/netrom/af_netrom.cstatic int nr_dup(struct socket *newsock, struct socket *oldsock)
oldsock607net/netrom/af_netrom.cstruct sock *sk = (struct sock *)oldsock->data;
oldsock339net/unix/af_unix.cstatic int unix_dup(struct socket *newsock, struct socket *oldsock)