Home
last modified time | relevance | path

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

/linux/arch/xtensa/platforms/iss/
H A Dnetwork.c84 struct tuntap_info tuntap; member
161 char *dev_name = lp->tp.info.tuntap.dev_name; in tuntap_open()
184 lp->tp.info.tuntap.fd = fd; in tuntap_open()
190 simc_close(lp->tp.info.tuntap.fd); in tuntap_close()
191 lp->tp.info.tuntap.fd = -1; in tuntap_close()
196 return simc_read(lp->tp.info.tuntap.fd, in tuntap_read()
202 return simc_write(lp->tp.info.tuntap.fd, (*skb)->data, (*skb)->len); in tuntap_write()
212 return simc_poll(lp->tp.info.tuntap.fd); in tuntap_poll()
258 strscpy(lp->tp.info.tuntap.dev_name, dev_name, in tuntap_probe()
259 sizeof(lp->tp.info.tuntap.dev_name)); in tuntap_probe()
[all …]
/linux/tools/testing/selftests/net/
H A Dskf_net_off.sh14 ip -netns $NS tuntap add name tap1 mode tap
/linux/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…
/linux/Documentation/translations/zh_CN/networking/
H A Dindex.rst143 * tuntap
/linux/Documentation/networking/
H A Dindex.rst129 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.rst70 still receive them from tuntap and similar devices. Offload of UDP-based
/linux/
H A DMAINTAINERS27128 F: Documentation/networking/tuntap.rst