Home
last modified time | relevance | path

Searched refs:tunnels (Results 1 – 17 of 17) sorted by relevance

/linux-4.4.14/Documentation/networking/
Dl2tp.txt2 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 …]
Dvxlan.txt14 Unlike most tunnels, a VXLAN is a 1 to N network, not just point to
Dnetdev-features.txt135 transmit path or don't need locking at all (e.g. software tunnels).
Dswitchdev.txt79 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
/linux-4.4.14/net/l2tp/
Dl2tp_debugfs.c38 static struct dentry *tunnels; variable
327 tunnels = debugfs_create_file("tunnels", 0600, rootdir, NULL, &l2tp_dfs_fops); in l2tp_debugfs_init()
328 if (tunnels == NULL) in l2tp_debugfs_init()
342 debugfs_remove(tunnels); in l2tp_debugfs_exit()
DKconfig20 tunnels. One IP tunnel may carry thousands of individual PPP
25 over L2TP tunnels. L2TPv3 is defined in RFC 3931
/linux-4.4.14/net/mpls/
DKconfig12 MPLS remains a simple way of making tunnels.
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Di2c-cros-ec-tunnel.txt1 I2C bus that tunnels through the ChromeOS EC (cros-ec)
/linux-4.4.14/net/ipv4/
Dip_tunnel.c161 head = &itn->tunnels[hash]; in ip_tunnel_lookup()
194 head = &itn->tunnels[hash]; in ip_tunnel_lookup()
260 return &itn->tunnels[h]; in ip_bucket()
1026 INIT_HLIST_HEAD(&itn->tunnels[i]); in ip_tunnel_init_net()
1067 struct hlist_head *thead = &itn->tunnels[h]; in ip_tunnel_destroy()
DKconfig192 tristate "IP: GRE tunnels over IP"
321 over UDP include tunnels (IPIP, GRE, SIT). By encapsulating in UDP
326 bool "IP: FOU encapsulation of IP tunnels"
330 Allow configuration of FOU or GUE encapsulation for IP tunnels.
331 When this option is enabled IP tunnels can be configured to use
/linux-4.4.14/net/ipv6/
Dip6_gre.c69 struct ip6_tnl __rcu *tunnels[4][HASH_SIZE]; member
107 #define tunnels_r_l tunnels[3]
108 #define tunnels_r tunnels[2]
109 #define tunnels_l tunnels[1]
110 #define tunnels_wc tunnels[0]
251 return &ign->tunnels[prio][h]; in __ip6gre_bucket()
1329 t = rtnl_dereference(ign->tunnels[prio][h]); in ip6gre_destroy_tunnels()
Dsit.c85 struct ip_tunnel __rcu **tunnels[4]; member
142 return &sitn->tunnels[prio][h]; in __ipip6_bucket()
1781 t = rtnl_dereference(sitn->tunnels[prio][h]); in sit_destroy_tunnels()
1801 sitn->tunnels[0] = sitn->tunnels_wc; in sit_init_net()
1802 sitn->tunnels[1] = sitn->tunnels_l; in sit_init_net()
1803 sitn->tunnels[2] = sitn->tunnels_r; in sit_init_net()
1804 sitn->tunnels[3] = sitn->tunnels_r_l; in sit_init_net()
DKconfig209 Support for IPv6-in-IPv6 and IPv4-in-IPv6 tunnels described in
/linux-4.4.14/include/net/
Dip_tunnels.h162 struct hlist_head tunnels[IP_TNL_HASH_SIZE]; member
/linux-4.4.14/net/
DKconfig379 bool "Network light weight tunnels"
382 tunnels like mpls. There is no netdevice associated with a light
/linux-4.4.14/drivers/net/ppp/
DKconfig149 tunnels. L2TP is replacing PPTP for VPN uses.
/linux-4.4.14/net/netfilter/
DKconfig1064 internet links or tunnels.