Searched refs:tuntap (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/arch/xtensa/platforms/iss/ |
D | network.c | 87 struct tuntap_info tuntap; member 168 char *dev_name = lp->tp.info.tuntap.dev_name; in tuntap_open() 191 lp->tp.info.tuntap.fd = fd; in tuntap_open() 197 simc_close(lp->tp.info.tuntap.fd); in tuntap_close() 198 lp->tp.info.tuntap.fd = -1; in tuntap_close() 203 return simc_read(lp->tp.info.tuntap.fd, in tuntap_read() 209 return simc_write(lp->tp.info.tuntap.fd, (*skb)->data, (*skb)->len); in tuntap_write() 219 return simc_poll(lp->tp.info.tuntap.fd); in tuntap_poll() 256 strlcpy(lp->tp.info.tuntap.dev_name, dev_name, in tuntap_probe() 257 sizeof(lp->tp.info.tuntap.dev_name)); in tuntap_probe() [all …]
|
/Linux-v4.19/arch/um/os-Linux/drivers/ |
D | Makefile | 7 tuntap-objs := tuntap_kern.o tuntap_user.o 11 obj-$(CONFIG_UML_NET_TUNTAP) += tuntap.o
|
/Linux-v4.19/arch/xtensa/configs/ |
D | iss_defconfig | 9 CONFIG_CMDLINE="console=ttyS0,38400 eth0=tuntap,,tap0 ip=192.168.168.5:192.168.168.1 root=nfs nfsro…
|
/Linux-v4.19/Documentation/networking/ |
D | tuntap.txt | 108 3.3 Multiqueue tuntap interface: 110 From version 3.8, Linux supports multiqueue tuntap which can uses multiple
|
D | 00-INDEX | 211 tuntap.txt
|
D | segmentation-offloads.txt | 54 still receive them from tuntap and similar devices. Offload of UDP-based
|
/Linux-v4.19/drivers/net/ |
D | Kconfig | 297 Please read <file:Documentation/networking/tuntap.txt> for more
|
/Linux-v4.19/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 1222 eth <n> =tuntap,,, <IP address> 1232 eth0=tuntap,,,192.168.0.254 1441 o Once the device is set up, run UML with 'eth0=tuntap,device name' 1442 (i.e. 'eth0=tuntap,tap0') on the command line (or do it with the
|
/Linux-v4.19/ |
D | MAINTAINERS | 14896 F: Documentation/networking/tuntap.txt
|