Home
last modified time | relevance | path

Searched refs:tuntap (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/arch/xtensa/platforms/iss/
Dnetwork.c85 struct tuntap_info tuntap; member
166 char *dev_name = lp->tp.info.tuntap.dev_name; in tuntap_open()
189 lp->tp.info.tuntap.fd = fd; in tuntap_open()
195 simc_close(lp->tp.info.tuntap.fd); in tuntap_close()
196 lp->tp.info.tuntap.fd = -1; in tuntap_close()
201 return simc_read(lp->tp.info.tuntap.fd, in tuntap_read()
207 return simc_write(lp->tp.info.tuntap.fd, (*skb)->data, (*skb)->len); in tuntap_write()
217 return simc_poll(lp->tp.info.tuntap.fd); in tuntap_poll()
254 strlcpy(lp->tp.info.tuntap.dev_name, dev_name, in tuntap_probe()
255 sizeof(lp->tp.info.tuntap.dev_name)); in tuntap_probe()
[all …]
/linux-4.4.14/arch/um/os-Linux/drivers/
DMakefile7 tuntap-objs := tuntap_kern.o tuntap_user.o
11 obj-$(CONFIG_UML_NET_TUNTAP) += tuntap.o
/linux-4.4.14/Documentation/networking/
Dtuntap.txt108 3.3 Multiqueue tuntap interface:
110 From version 3.8, Linux supports multiqueue tuntap which can uses multiple
D00-INDEX217 tuntap.txt
/linux-4.4.14/arch/xtensa/configs/
Diss_defconfig165 CONFIG_CMDLINE="console=ttyS0,38400 eth0=tuntap,,tap0 ip=192.168.168.5:192.168.168.1 root=nfs nfsro…
/linux-4.4.14/drivers/net/
DKconfig253 Please read <file:Documentation/networking/tuntap.txt> for more
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt1222 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-4.4.14/
DMAINTAINERS10935 F: Documentation/networking/tuntap.txt