Lines Matching refs:it
38 mkdir /dev/net (if it doesn't exist already)
53 support is enabled in your kernel. The kernel should load it on
60 If you do it the latter way, you have to load the module every time you
61 need it, if you do it the other way it will be automatically loaded when
161 calling it with IFF_DETACH_QUEUE flag, the queue were disabled. And when
162 calling it with IFF_ATTACH_QUEUE flag, the queue were enabled. The queue were
163 enabled by default after it was created through TUNSETIFF.
166 enable is true we enable it, otherwise we disable it
208 the kernel sends an IPX packet to tap0, it is passed to the application
209 (VTun for example). The application encrypts, compresses and sends it to
212 the kernel handles the packet like it came from real physical device.
223 A TUN/TAP driver does provide a virtual network interface and it is possible