tag | line | file | source code |
oldsock | 94 | include/linux/net.h | int (*dup) (struct socket *newsock, struct socket *oldsock); |
oldsock | 1124 | net/appletalk/ddp.c | static int atalk_dup(struct socket *newsock,struct socket *oldsock) |
oldsock | 1009 | net/ax25/af_ax25.c | static int ax25_dup(struct socket *newsock, struct socket *oldsock) |
oldsock | 1011 | net/ax25/af_ax25.c | struct sock *sk = (struct sock *)oldsock->data; |
oldsock | 775 | net/ipv4/af_inet.c | static int inet_dup(struct socket *newsock, struct socket *oldsock) |
oldsock | 777 | net/ipv4/af_inet.c | return(inet_create(newsock,((struct sock *)(oldsock->data))->protocol)); |
oldsock | 1445 | net/ipx/af_ipx.c | static int ipx_dup(struct socket *newsock,struct socket *oldsock) |
oldsock | 613 | net/netrom/af_netrom.c | static int nr_dup(struct socket *newsock, struct socket *oldsock) |
oldsock | 615 | net/netrom/af_netrom.c | struct sock *sk = (struct sock *)oldsock->data; |
oldsock | 317 | net/unix/af_unix.c | static int unix_dup(struct socket *newsock, struct socket *oldsock) |