Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/xtensa/platforms/iss/
H A Dnetwork.c82 struct tuntap_info tuntap; member
163 char *dev_name = lp->tp.info.tuntap.dev_name; in tuntap_open()
186 lp->tp.info.tuntap.fd = fd; in tuntap_open()
192 simc_close(lp->tp.info.tuntap.fd); in tuntap_close()
193 lp->tp.info.tuntap.fd = -1; in tuntap_close()
198 return simc_read(lp->tp.info.tuntap.fd, in tuntap_read()
204 return simc_write(lp->tp.info.tuntap.fd, (*skb)->data, (*skb)->len); in tuntap_write()
214 return simc_poll(lp->tp.info.tuntap.fd); in tuntap_poll()
251 strlcpy(lp->tp.info.tuntap.dev_name, dev_name, in tuntap_probe()
252 sizeof(lp->tp.info.tuntap.dev_name)); in tuntap_probe()
[all …]
/OK3568_Linux_fs/kernel/arch/um/os-Linux/drivers/
H A DMakefile7 tuntap-objs := tuntap_kern.o tuntap_user.o
11 obj-$(CONFIG_UML_NET_TUNTAP) += tuntap.o
/OK3568_Linux_fs/buildroot/package/vde2/
H A Dvde2.mk37 --enable-tuntap
49 --enable-tuntap
/OK3568_Linux_fs/kernel/arch/xtensa/configs/
H A Diss_defconfig6 CONFIG_CMDLINE="console=ttyS0,38400 eth0=tuntap,,tap0 ip=192.168.168.5:192.168.168.1 root=nfs nfsro…
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dindex.rst105 tuntap
H A Dtuntap.rst129 3.3 Multiqueue tuntap interface
132 From version 3.8, Linux supports multiqueue tuntap which can uses multiple
H A Dsegmentation-offloads.rst61 still receive them from tuntap and similar devices. Offload of UDP-based
/OK3568_Linux_fs/kernel/drivers/net/
H A DKconfig358 Please read <file:Documentation/networking/tuntap.rst> for more
/OK3568_Linux_fs/kernel/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst215 | tuntap | legacy | none | ~ 500Mbit |
249 For example, in the legacy tuntap networking mode, users were required
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS17865 F: Documentation/networking/tuntap.rst