Home
last modified time | relevance | path

Searched refs:uml_net (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/um/drivers/
Dnet_kern.c352 struct uml_net *device = dev_get_drvdata(dev); in net_device_release()
385 struct uml_net *device; in eth_configure()
503 static struct uml_net *find_device(int n) in find_device()
505 struct uml_net *device; in find_device()
510 device = list_entry(ele, struct uml_net, list); in find_device()
708 struct uml_net *device; in net_remove()
/Linux-v4.19/arch/um/include/shared/
Dnet_kern.h16 struct uml_net { struct
/Linux-v4.19/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt47 6.6 TUN/TAP with the uml_net helper
399 o uml_net - Setuid binary for automatic tap device configuration
854 There is a new helper, uml_net, which does the host setup that
901 preconfigured device, allowing it to avoid using the setuid uml_net
1006 install them. The helper is uml_net, in CVS /tools/uml_net, and the
1009 in your path - /usr/bin is recommend. On top of that, uml_net needs
1197 6.6. TUN/TAP with the uml_net helper
1203 The easiest way to get up and running is to let the setuid uml_net
1210 avoids the use of uml_net.
1214 uml_net helper will do all necessary setup on the host - the only
[all …]