Searched refs:tap_setup_common (Results  1 – 4 of 4) sorted by relevance
| /Linux-v6.6/arch/um/include/shared/ | 
| D | net_kern.h | 62 extern int tap_setup_common(char *str, char *type, char **dev_name,
  | 
| /Linux-v6.6/arch/um/os-Linux/drivers/ | 
| D | tuntap_kern.c | 63 	if (tap_setup_common(str, "tuntap", &init->dev_name, mac_out,  in tuntap_setup()
  | 
| D | ethertap_kern.c | 73 	if (tap_setup_common(str, "ethertap", &init->dev_name, mac_out,  in ethertap_setup()
  | 
| /Linux-v6.6/arch/um/drivers/ | 
| D | net_kern.c | 874 int tap_setup_common(char *str, char *type, char **dev_name, char **mac_out,  in tap_setup_common()  function
  |