tag | line | file | source code |
oldsock | 92 | include/linux/net.h | int (*dup) (struct socket *newsock, struct socket *oldsock); |
oldsock | 1114 | net/appletalk/ddp.c | static int atalk_dup(struct socket *newsock,struct socket *oldsock) |
oldsock | 936 | net/ax25/af_ax25.c | static int ax25_dup(struct socket *newsock, struct socket *oldsock) |
oldsock | 938 | net/ax25/af_ax25.c | struct sock *sk = (struct sock *)oldsock->data; |
oldsock | 762 | net/ipv4/af_inet.c | static int inet_dup(struct socket *newsock, struct socket *oldsock) |
oldsock | 764 | net/ipv4/af_inet.c | return(inet_create(newsock,((struct sock *)(oldsock->data))->protocol)); |
oldsock | 1435 | net/ipx/af_ipx.c | static int ipx_dup(struct socket *newsock,struct socket *oldsock) |
oldsock | 572 | net/netrom/af_netrom.c | static int nr_dup(struct socket *newsock, struct socket *oldsock) |
oldsock | 574 | net/netrom/af_netrom.c | struct sock *sk = (struct sock *)oldsock->data; |
oldsock | 61 | net/unix/sock.c | static int unix_proto_dup(struct socket *newsock, struct socket *oldsock); |
oldsock | 341 | net/unix/sock.c | static int unix_proto_dup(struct socket *newsock, struct socket *oldsock) |
oldsock | 343 | net/unix/sock.c | struct unix_proto_data *upd = UN_DATA(oldsock); |