/openbmc/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 426 - Tunnels are managed using a tunnel management socket which is a 441 Unmanaged L2TPv3 tunnels 445 tunnels. Unmanaged tunnels have no userspace tunnel socket, and 452 ``iproute2`` has commands for managing static L2TPv3 tunnels; do ``ip 469 # cat /debug/l2tp/tunnels [all …]
|
H A D | bareudp.rst | 30 This creates a bareudp tunnel device which tunnels L3 traffic with ethertype 38 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
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | with_tunnels.sh | 4 # setup tunnels for flow dissection test 14 echo "tunnels before test:" 28 echo "tunnels after test:"
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | thunderbolt.rst | 9 responsible for enumerating routers and establishing tunnels. A 74 The firmware automatically creates tunnels for Display Port and 79 The firmware automatically creates tunnels for the USB controller and 93 device must be authorized by the user before PCIe tunnels are created 112 The ``authorized`` attribute reads 0 which means no PCIe tunnels are 117 This will create the PCIe tunnels and the device is now connected. 135 to the ``authorized`` attribute and the PCIe tunnels will be created in 145 Now the device is connected (PCIe tunnels are created) and in addition 155 on the key, the device is connected and the PCIe tunnels are created. 156 However, if the challenge fails no tunnels are created and error is
|
/openbmc/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 255 ethtool -h | grep show-tunnels 2>&1 >/dev/null && HAS_ETHTOOL=y 323 msg="tunnels destroyed" 363 msg="remove tunnels" 875 msg="tunnels destroyed 1" 901 msg="tunnels destroyed 2" 941 msg="tunnels destroyed"
|
/openbmc/linux/drivers/thunderbolt/ |
H A D | tb.c | 47 * @tunnel_list: List of active tunnels 125 * Find all DP tunnels that go through all the same USB4 links in tb_attach_bandwidth_group() 126 * as this one. Because we always setup tunnels the same way we in tb_attach_bandwidth_group() 127 * can just check for the routers at both ends of the tunnels in tb_attach_bandwidth_group() 727 * Find all DP tunnels that cross the port and reduce in tb_consumed_dp_bandwidth() 1405 * tunnels and know which switches were authorized already by in tb_scan_port() 1449 * Create USB 3.x tunnels only when the switch is plugged to the in tb_scan_port() 1451 * and want to discover existing USB 3.x tunnels before we create in tb_scan_port() 1508 * PCIe and DMA tunnels do not consume guaranteed in tb_deactivate_and_free_tunnel() 1518 * tb_free_invalid_tunnels() - destroy tunnels of devices that have gone away [all …]
|
H A D | tunnel.h | 26 * tunnels may be %NULL or null adapter port instead. 38 * @list: Tunnels are linked using this field
|
/openbmc/linux/net/ipv6/ |
H A D | Kconfig | 209 Support for IPv6-in-IPv6 and IPv4-in-IPv6 tunnels described in 299 tunnels mechanism. Also enable support for advanced local 329 tunnels mechanism. 340 Header using the lightweight tunnels mechanism.
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_ipip.c | 208 /* Linux demuxes tunnels based on packet SIP (which must match tunnel in mlxsw_sp_ipip_decap_config_gre4() 228 /* Tunnels with unset local or remote address are valid in Linux and in mlxsw_sp_ipip_tunnel_complete() 229 * used for lightweight tunnels (LWT) and Non-Broadcast Multi-Access in mlxsw_sp_ipip_tunnel_complete() 230 * (NBMA) tunnels. In principle these can be offloaded, but the driver in mlxsw_sp_ipip_tunnel_complete() 422 /* Linux demuxes tunnels based on packet SIP (which must match tunnel in mlxsw_sp_ipip_decap_config_gre6()
|
/openbmc/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
|
/openbmc/linux/net/mpls/ |
H A D | mpls_iptunnel.c | 3 * mpls tunnels An implementation mpls tunnels using the light weight tunnel 304 MODULE_DESCRIPTION("MultiProtocol Label Switching IP Tunnels");
|
H A D | Kconfig | 13 MPLS remains a simple way of making tunnels.
|
/openbmc/linux/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) */
|
/openbmc/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) */
|
/openbmc/linux/net/ethtool/ |
H A D | Makefile | 10 tunnels.o fec.o eeprom.o stats.o phc_vclocks.o mm.o \
|
/openbmc/linux/Documentation/admin-guide/sysctl/ |
H A D | net.rst | 357 Controls if fallback tunnels (like tunl0, gre0, gretap0, erspan0, 359 (a) value = 0; respective fallback tunnels are created when module is 361 (b) value = 1; [kcmd value: initns] respective fallback tunnels are 364 (c) value = 2; [kcmd value: none] fallback tunnels are not created 370 Not creating fallback tunnels gives control to userspace to create
|
/openbmc/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 | ip6gre_hier.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 | 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.
|
H A D | ipip_hier_gre_keys.sh | 4 # Test IP-in-IP GRE tunnels without key.
|
/openbmc/linux/include/net/ |
H A D | udp_tunnel.h | 100 * designed tunnels, or poorly designed device offloads. 198 /* Device supports only IPv4 tunnels */ 231 * @tables.tunnel_types: types of tunnels this table accepts
|
/openbmc/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
|