/Linux-v4.19/Documentation/networking/ |
D | l2tp.txt | 2 provide L2TP functionality. L2TP is a protocol that tunnels one or 11 L2TPv2 (PPP over L2TP (UDP tunnels)). 31 unmanaged L2TPv3 tunnels manually without a control protocol 37 retained. L2TPv3, however, uses netlink to manage L2TPv3 tunnels and 46 clients/servers and are used to setup / teardown tunnels and 52 userspace, though for unmanaged L2TPv3 tunnels, the socket can also be 83 never assigned to tunnels or sessions in the network. In the driver, 158 tunnels. Configuration and status info may be set or read using netlink. 160 The L2TP driver also supports static (unmanaged) L2TPv3 tunnels. These 167 L2TPv3 tunnels; do "ip l2tp help" for more information. [all …]
|
D | vxlan.txt | 14 Unlike most tunnels, a VXLAN is a 1 to N network, not just point to
|
D | gtp.txt | 54 GTP tunnels (GTP-C). 183 Therefore, the receiving side identifies tunnels exclusively based on
|
D | netdev-features.txt | 142 e.g. software tunnels.
|
D | switchdev.txt | 79 level constructs such as bridges, bonds, VLANs, tunnels, and L3 routers. Using 146 tunnels can be built on ports. These constructs are built using standard Linux
|
D | segmentation-offloads.txt | 124 it effectively does is take advantage of certain traits of TCP and tunnels
|
/Linux-v4.19/net/l2tp/ |
D | l2tp_debugfs.c | 38 static struct dentry *tunnels; variable 342 tunnels = debugfs_create_file("tunnels", 0600, rootdir, NULL, &l2tp_dfs_fops); in l2tp_debugfs_init() 343 if (tunnels == NULL) in l2tp_debugfs_init() 357 debugfs_remove(tunnels); in l2tp_debugfs_exit()
|
D | Kconfig | 20 tunnels. One IP tunnel may carry thousands of individual PPP 25 over L2TP tunnels. L2TPv3 is defined in RFC 3931
|
/Linux-v4.19/Documentation/admin-guide/ |
D | thunderbolt.rst | 51 The firmware automatically creates tunnels for Display Port and 56 The firmware automatically creates tunnels for the USB controller and 66 device must be authorized by the user before PCIe tunnels are created 85 The ``authorized`` attribute reads 0 which means no PCIe tunnels are 90 This will create the PCIe tunnels and the device is now connected. 108 to the ``authorized`` attribute and the PCIe tunnels will be created in 118 Now the device is connected (PCIe tunnels are created) and in addition 128 on the key, the device is connected and the PCIe tunnels are created. 129 However, if the challenge fails no tunnels are created and error is
|
/Linux-v4.19/net/mpls/ |
D | Kconfig | 12 MPLS remains a simple way of making tunnels.
|
/Linux-v4.19/Documentation/devicetree/bindings/i2c/ |
D | i2c-cros-ec-tunnel.txt | 1 I2C bus that tunnels through the ChromeOS EC (cros-ec)
|
/Linux-v4.19/net/ipv4/ |
D | ip_tunnel.c | 106 head = &itn->tunnels[hash]; in ip_tunnel_lookup() 139 head = &itn->tunnels[hash]; in ip_tunnel_lookup() 205 return &itn->tunnels[h]; in ip_bucket() 1013 INIT_HLIST_HEAD(&itn->tunnels[i]); in ip_tunnel_init_net() 1059 struct hlist_head *thead = &itn->tunnels[h]; in ip_tunnel_destroy()
|
D | Kconfig | 192 tristate "IP: GRE tunnels over IP" 326 over UDP include tunnels (IPIP, GRE, SIT). By encapsulating in UDP 331 bool "IP: FOU encapsulation of IP tunnels" 335 Allow configuration of FOU or GUE encapsulation for IP tunnels. 336 When this option is enabled IP tunnels can be configured to use
|
/Linux-v4.19/net/ipv6/ |
D | sit.c | 85 struct ip_tunnel __rcu **tunnels[4]; member 148 return &sitn->tunnels[prio][h]; in __ipip6_bucket() 1816 t = rtnl_dereference(sitn->tunnels[prio][h]); in sit_destroy_tunnels() 1836 sitn->tunnels[0] = sitn->tunnels_wc; in sit_init_net() 1837 sitn->tunnels[1] = sitn->tunnels_l; in sit_init_net() 1838 sitn->tunnels[2] = sitn->tunnels_r; in sit_init_net() 1839 sitn->tunnels[3] = sitn->tunnels_r_l; in sit_init_net()
|
D | ip6_gre.c | 71 struct ip6_tnl __rcu *tunnels[4][IP6_GRE_HASH_SIZE]; member 113 #define tunnels_r_l tunnels[3] 114 #define tunnels_r tunnels[2] 115 #define tunnels_l tunnels[1] 116 #define tunnels_wc tunnels[0] 268 return &ign->tunnels[prio][h]; in __ip6gre_bucket() 1551 t = rtnl_dereference(ign->tunnels[prio][h]); in ip6gre_destroy_tunnels()
|
D | Kconfig | 226 Support for IPv6-in-IPv6 and IPv4-in-IPv6 tunnels described in 316 tunnels mechanism. Also enable support for advanced local
|
/Linux-v4.19/include/net/ |
D | ip_tunnels.h | 184 struct hlist_head tunnels[IP_TNL_HASH_SIZE]; member
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-bus-thunderbolt | 37 PCIe tunnels are created.
|
/Linux-v4.19/net/ |
D | Kconfig | 390 bool "Network light weight tunnels" 393 tunnels like mpls. There is no netdevice associated with a light
|
/Linux-v4.19/drivers/net/ppp/ |
D | Kconfig | 149 tunnels. L2TP is replacing PPTP for VPN uses.
|
/Linux-v4.19/Documentation/driver-api/ |
D | device_link.rst | 138 the NHI device needs to re-establish PCI tunnels to attached devices
|
/Linux-v4.19/Documentation/sysctl/ |
D | net.txt | 277 Controls if fallback tunnels (like tunl0, gre0, gretap0, erspan0,
|
/Linux-v4.19/net/netfilter/ |
D | Kconfig | 1202 internet links or tunnels.
|