| /linux/Documentation/networking/ |
| H A D | l2tp.rst | 31 and whether it is a control or data packet. When tunnels and sessions 37 operations when establishing tunnels and sessions. The procedure looks 117 sockets are used to implement unmanaged L2TPv3 tunnels (iproute2's "ip 120 unmanaged tunnels later in this document. 363 L2TPv2/L2TPv3 IPv4/IPv6 tunnels and userspace must use the appropriate 549 - Tunnels are managed using a tunnel management socket which is a 564 Unmanaged L2TPv3 tunnels 568 tunnels. Unmanaged tunnels have no userspace tunnel socket, and 575 ``iproute2`` has commands for managing static L2TPv3 tunnels; do ``ip 592 # cat /debug/l2tp/tunnels [all …]
|
| H A D | bareudp.rst | 31 This creates a bareudp tunnel device which tunnels L3 traffic with ethertype 39 The multiproto mode allows bareudp tunnels to handle several protocols of the
|
| H A D | vxlan.rst | 17 Unlike most tunnels, a VXLAN is a 1 to N network, not just point to 78 $ ethtool --show-tunnels eth0
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | with_tunnels.sh | |
| /linux/drivers/thunderbolt/ |
| H A D | tb.c | 54 * @tunnel_list: List of active tunnels 621 * Find all DP tunnels that cross the port and reduce in tb_consumed_dp_bandwidth() 640 * tunnels in the group). in tb_consumed_dp_bandwidth() 1361 * tunnels and know which switches were authorized already by in tb_scan_port() 1413 * Create USB 3.x tunnels only when the switch is plugged to the in tb_scan_port() 1415 * and want to discover existing USB 3.x tunnels before we create in tb_scan_port() 1458 * tunnels under the host router USB4 port, even in tb_recalc_estimated_bandwidth_for_group() 1552 * All the tunnels in the group go through the same USB4 links in __configure_group_sym() 1629 * Find all DP tunnels that go through all the same USB4 links in tb_attach_bandwidth_group() 1630 * as this one. Because we always setup tunnels the same way we in tb_attach_bandwidth_group() [all …]
|
| /linux/tools/testing/selftests/drivers/net/netdevsim/ |
| H A D | udp_tunnel_nic.sh | 159 ethtool --show-tunnels $NSIM_NETDEV | grep "$pp_expected" >/dev/null 163 ethtool --show-tunnels $NSIM_NETDEV 202 cnt=$(ethtool --show-tunnels $NSIM_NETDEV | grep -c "$pp_expected") 206 ethtool --show-tunnels $NSIM_NETDEV 256 ethtool -h | grep show-tunnels 2>&1 >/dev/null && HAS_ETHTOOL=y 323 msg="tunnels destroyed" 855 msg="tunnels destroyed 1" 881 msg="tunnels destroyed 2" 921 msg="tunnels destroyed"
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_ipip.c | 212 /* Linux demuxes tunnels based on packet SIP (which must match tunnel in mlxsw_sp_ipip_decap_config_gre4() 232 /* Tunnels with unset local or remote address are valid in Linux and in mlxsw_sp_ipip_tunnel_complete() 233 * used for lightweight tunnels (LWT) and Non-Broadcast Multi-Access in mlxsw_sp_ipip_tunnel_complete() 234 * (NBMA) tunnels. In principle these can be offloaded, but the driver in mlxsw_sp_ipip_tunnel_complete() 429 /* Linux demuxes tunnels based on packet SIP (which must match tunnel in mlxsw_sp_ipip_decap_config_gre6()
|
| /linux/drivers/gpu/drm/display/ |
| H A D | drm_dp_tunnel.c | 46 list_for_each_entry(__tunnel, &(__group)->tunnels, node) 177 struct list_head tunnels; member 179 /* available BW including the allocated_bw of all tunnels in the group */ 322 * tunnels. in lookup_or_alloc_group() 343 * (* standing for all DP-Adapters/tunnels in the group). in lookup_or_alloc_group() 356 if (drm_WARN_ON(mgr->dev, !list_empty(&group->tunnels))) in free_group() 378 if (list_empty(&group->tunnels)) in free_tunnel() 466 list_add(&tunnel->node, &group->tunnels); in add_tunnel_to_group() 1357 * tunnels in @tunnel's group. The available BW is valid only after the BW 1594 INIT_LIST_HEAD(&group->tunnels); in init_group() [all …]
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | Kconfig | 72 Choose this option to detect DP tunnels and enable the Bandwidth 73 Allocation mode for such tunnels. This allows using the maximum
|
| /linux/net/l2tp/ |
| H A D | Kconfig | 21 tunnels. One IP tunnel may carry thousands of individual PPP 26 over L2TP tunnels. L2TPv3 is defined in RFC 3931
|
| /linux/net/mpls/ |
| H A D | mpls_iptunnel.c | 3 * mpls tunnels An implementation mpls tunnels using the light weight tunnel 302 MODULE_DESCRIPTION("MultiProtocol Label Switching IP Tunnels");
|
| H A D | Kconfig | 13 MPLS remains a simple way of making tunnels.
|
| /linux/tools/include/uapi/linux/ |
| H A D | in.h | 36 IPPROTO_IPIP = 4, /* IPIP tunnels (older KA9Q tunnels use 94) */ 56 IPPROTO_GRE = 47, /* Cisco GRE tunnels (rfc 1701,1702) */
|
| /linux/Documentation/admin-guide/sysctl/ |
| H A D | net.rst | 383 Controls if fallback tunnels (like tunl0, gre0, gretap0, erspan0, 385 (a) value = 0; respective fallback tunnels are created when module is 387 (b) value = 1; [kcmd value: initns] respective fallback tunnels are 390 (c) value = 2; [kcmd value: none] fallback tunnels are not created 396 Not creating fallback tunnels gives control to userspace to create
|
| /linux/net/ipv4/ |
| H A D | Kconfig | 193 tristate "IP: GRE tunnels over IP" 327 over UDP include tunnels (IPIP, GRE, SIT). By encapsulating in UDP 332 bool "IP: FOU encapsulation of IP tunnels" 336 Allow configuration of FOU or GUE encapsulation for IP tunnels. 337 When this option is enabled IP tunnels can be configured to use
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_dp_tunnel.c | 411 * inherited tunnels separately only to this atomic state. in check_inherited_tunnel_state() 652 * Check the link configuration for all DP tunnels in @state. If the 765 * intel_dp_tunnel_atomic_alloc_bw - Allocate the BW for all modeset tunnels 768 * Allocate the required BW for all tunnels in @state. 781 * detection/management of DP tunnels on all DP connectors, so the function
|
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | ipip_hier_gre.sh | 4 # Test IP-in-IP GRE tunnels without key.
|
| H A D | ipip_hier_gre_key.sh | 4 # Test IP-in-IP GRE tunnels without key.
|
| H A D | ipip_hier_gre_keys.sh | 4 # Test IP-in-IP GRE tunnels without key.
|
| H A D | ip6gre_hier.sh | 4 # Test IP-in-IP GRE tunnels without key.
|
| H A D | ip6gre_hier_key.sh | 4 # Test IP-in-IP GRE tunnels without key.
|
| H A D | ip6gre_hier_keys.sh | 4 # Test IP-in-IP GRE tunnels without key.
|
| /linux/include/net/ |
| H A D | udp_tunnel.h | 105 * designed tunnels, or poorly designed device offloads. 245 /* Device supports only IPv4 tunnels */ 278 * @tables.tunnel_types: types of tunnels this table accepts
|
| /linux/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | mirror_gre_scale.sh | 4 # tunnels. Then it adds one flower mirror for each of the tunnels, matching a
|
| /linux/net/bridge/ |
| H A D | br_private_tunnel.h | 3 * Bridge per vlan tunnels
|