Home
last modified time | relevance | path

Searched refs:tap_setup_common (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/um/include/shared/
H A Dnet_kern.h62 extern int tap_setup_common(char *str, char *type, char **dev_name,
/openbmc/linux/arch/um/os-Linux/drivers/
H A Dtuntap_kern.c63 if (tap_setup_common(str, "tuntap", &init->dev_name, mac_out, in tuntap_setup()
H A Dethertap_kern.c73 if (tap_setup_common(str, "ethertap", &init->dev_name, mac_out, in ethertap_setup()
/openbmc/linux/arch/um/drivers/
H A Dnet_kern.c874 int tap_setup_common(char *str, char *type, char **dev_name, char **mac_out, in tap_setup_common() function