Searched refs:tap_setup_common (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/um/include/shared/ |
H A D | net_kern.h | 64 extern int tap_setup_common(char *str, char *type, char **dev_name,
|
/kernel/linux/linux-6.6/arch/um/include/shared/ |
H A D | net_kern.h | 62 extern int tap_setup_common(char *str, char *type, char **dev_name,
|
/kernel/linux/linux-5.10/arch/um/os-Linux/drivers/ |
H A D | ethertap_kern.c | 73 if (tap_setup_common(str, "ethertap", &init->dev_name, mac_out, in ethertap_setup()
|
H A D | tuntap_kern.c | 63 if (tap_setup_common(str, "tuntap", &init->dev_name, mac_out, in tuntap_setup()
|
/kernel/linux/linux-6.6/arch/um/os-Linux/drivers/ |
H A D | ethertap_kern.c | 73 if (tap_setup_common(str, "ethertap", &init->dev_name, mac_out, in ethertap_setup()
|
H A D | tuntap_kern.c | 63 if (tap_setup_common(str, "tuntap", &init->dev_name, mac_out, in tuntap_setup()
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | net_kern.c | 873 int tap_setup_common(char *str, char *type, char **dev_name, char **mac_out, in tap_setup_common() function 880 printk(KERN_ERR "tap_setup_common - Extra garbage on " in tap_setup_common()
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | net_kern.c | 874 int tap_setup_common(char *str, char *type, char **dev_name, char **mac_out, in tap_setup_common() function 881 printk(KERN_ERR "tap_setup_common - Extra garbage on " in tap_setup_common()
|
Completed in 4 milliseconds