Searched refs:tuntap (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/arch/xtensa/platforms/iss/ |
| H A D | network.c | 83 struct tuntap_info tuntap; member 160 char *dev_name = lp->tp.info.tuntap.dev_name; in tuntap_open() 183 lp->tp.info.tuntap.fd = fd; in tuntap_open() 189 simc_close(lp->tp.info.tuntap.fd); in tuntap_close() 190 lp->tp.info.tuntap.fd = -1; in tuntap_close() 195 return simc_read(lp->tp.info.tuntap.fd, in tuntap_read() 201 return simc_write(lp->tp.info.tuntap.fd, (*skb)->data, (*skb)->len); in tuntap_write() 211 return simc_poll(lp->tp.info.tuntap.fd); in tuntap_poll() 257 strscpy(lp->tp.info.tuntap.dev_name, dev_name, in tuntap_probe() 258 sizeof(lp->tp.info.tuntap.dev_name)); in tuntap_probe() [all …]
|
| /linux-6.15/arch/um/os-Linux/drivers/ |
| H A D | Makefile | 7 tuntap-objs := tuntap_kern.o tuntap_user.o 11 obj-$(CONFIG_UML_NET_TUNTAP) += tuntap.o
|
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | skf_net_off.sh | 14 ip -netns $NS tuntap add name tap1 mode tap
|
| /linux-6.15/arch/xtensa/configs/ |
| H A D | iss_defconfig | 6 CONFIG_CMDLINE="console=ttyS0,38400 eth0=tuntap,,tap0 ip=192.168.168.5:192.168.168.1 root=nfs nfsro…
|
| /linux-6.15/Documentation/networking/ |
| H A D | index.rst | 128 tuntap
|
| H A D | tuntap.rst | 129 3.3 Multiqueue tuntap interface 132 From version 3.8, Linux supports multiqueue tuntap which can uses multiple
|
| H A D | segmentation-offloads.rst | 61 still receive them from tuntap and similar devices. Offload of UDP-based
|
| /linux-6.15/drivers/net/ |
| H A D | Kconfig | 410 Please read <file:Documentation/networking/tuntap.rst> for more
|
| /linux-6.15/Documentation/virt/uml/ |
| H A D | user_mode_linux_howto_v2.rst | 222 | tuntap | legacy | none | ~ 500Mbit | 254 For example, in the legacy tuntap networking mode, users were required
|
| /linux-6.15/ |
| H A D | MAINTAINERS | 24837 F: Documentation/networking/tuntap.rst
|