vector_fds
struct vector_fds *fds;
static struct vector_fds *user_init_tap_fds(struct arglist *ifspec)
struct vector_fds *result = NULL;
result = uml_kmalloc(sizeof(struct vector_fds), UM_GFP_KERNEL);
static struct vector_fds *user_init_hybrid_fds(struct arglist *ifspec)
struct vector_fds *result = NULL;
result = uml_kmalloc(sizeof(struct vector_fds), UM_GFP_KERNEL);
static struct vector_fds *user_init_unix_fds(struct arglist *ifspec, int id)
struct vector_fds *result = NULL;
result = uml_kmalloc(sizeof(struct vector_fds), UM_GFP_KERNEL);
static struct vector_fds *user_init_fd_fds(struct arglist *ifspec)
struct vector_fds *result = NULL;
result = uml_kmalloc(sizeof(struct vector_fds), UM_GFP_KERNEL);
static struct vector_fds *user_init_vde_fds(struct arglist *ifspec)
struct vector_fds *result = NULL;
result = uml_kmalloc(sizeof(struct vector_fds), UM_GFP_KERNEL);
static struct vector_fds *user_init_raw_fds(struct arglist *ifspec)
struct vector_fds *result = NULL;
result = uml_kmalloc(sizeof(struct vector_fds), UM_GFP_KERNEL);
static struct vector_fds *user_init_socket_fds(struct arglist *ifspec, int id)
struct vector_fds *result = NULL;
result = uml_kmalloc(sizeof(struct vector_fds), UM_GFP_KERNEL);
struct vector_fds *uml_vector_user_open(
extern struct vector_fds *uml_vector_user_open(