| /kernel/linux/linux-5.10/tools/testing/selftests/net/ |
| D | l2tp.sh | 2 # SPDX-License-Identifier: GPL-2.0 6 # host-1 | router | host-2 25 local rc=$1 26 local expected=$2 27 local msg="$3" 29 if [ ${rc} -eq ${expected} ]; then 30 printf "TEST: %-60s [ OK ]\n" "${msg}" 35 printf "TEST: %-60s [FAIL]\n" "${msg}" 47 local ns 48 local cmd [all …]
|
| D | traceroute.sh | 2 # SPDX-License-Identifier: GPL-2.0 14 local rc=$1 15 local expected=$2 16 local msg="$3" 18 if [ ${rc} -eq ${expected} ]; then 19 printf "TEST: %-60s [ OK ]\n" "${msg}" 24 printf "TEST: %-60s [FAIL]\n" "${msg}" 36 local ns 37 local cmd 38 local out [all …]
|
| D | fib_nexthop_multiprefix.sh | 2 # SPDX-License-Identifier: GPL-2.0 5 # Validate a different # exception is generated in h0 for each remote host. 9 # h0 - r1 - h2 25 local rc=$1 26 local expected=$2 27 local msg="$3" 29 if [ ${rc} -eq ${expected} ]; then 30 printf "TEST: %-60s [ OK ]\n" "${msg}" 35 printf "TEST: %-60s [FAIL]\n" "${msg}" 49 local cmd="$*" [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/ |
| D | l2tp.sh | 2 # SPDX-License-Identifier: GPL-2.0 6 # host-1 | router | host-2 25 local rc=$1 26 local expected=$2 27 local msg="$3" 29 if [ ${rc} -eq ${expected} ]; then 30 printf "TEST: %-60s [ OK ]\n" "${msg}" 35 printf "TEST: %-60s [FAIL]\n" "${msg}" 47 local ns 48 local cmd [all …]
|
| D | traceroute.sh | 2 # SPDX-License-Identifier: GPL-2.0 14 local rc=$1 15 local expected=$2 16 local msg="$3" 18 if [ ${rc} -eq ${expected} ]; then 19 printf "TEST: %-60s [ OK ]\n" "${msg}" 24 printf "TEST: %-60s [FAIL]\n" "${msg}" 36 local ns 37 local cmd 38 local out [all …]
|
| D | srv6_end_dt6_l3vpn_test.sh | 2 # SPDX-License-Identifier: GPL-2.0 17 # In other words, hosts hs-t100-1 and hs-t100-2 are connected through the IPv6 18 # L3 VPN of tenant 100 while hs-t200-3 and hs-t200-4 are connected using the 20 # is forbidden and thus, for example, hs-t100-1 cannot reach hs-t200-3 and vice 23 # Routers rt-1 and rt-2 implement IPv6 L3 VPN services leveraging the SRv6 28 # example where, within the same domain of tenant 100, the host hs-t100-1 pings 29 # the host hs-t100-2. 31 # First of all, L2 reachability of the host hs-t100-2 is taken into account by 32 # the router rt-1 which acts as a ndp proxy. 34 # When the host hs-t100-1 sends an IPv6 packet destined to hs-t100-2, the [all …]
|
| D | srv6_end_dt4_l3vpn_test.sh | 2 # SPDX-License-Identifier: GPL-2.0 16 # In other words, hosts hs-t100-1 and hs-t100-2 are connected through the IPv4 17 # L3 VPN of tenant 100 while hs-t200-3 and hs-t200-4 are connected using the 19 # is forbidden and thus, for example, hs-t100-1 cannot reach hs-t200-3 and vice 22 # Routers rt-1 and rt-2 implement IPv4 L3 VPN services leveraging the SRv6 27 # example where, within the same domain of tenant 100, the host hs-t100-1 pings 28 # the host hs-t100-2. 30 # First of all, L2 reachability of the host hs-t100-2 is taken into account by 31 # the router rt-1 which acts as an arp proxy. 33 # When the host hs-t100-1 sends an IPv4 packet destined to hs-t100-2, the [all …]
|
| D | srv6_hl2encap_red_l2vpn_test.sh | 2 # SPDX-License-Identifier: GPL-2.0 10 # In this example, hosts hs-1 and hs-2 are connected through an L2 VPN service. 11 # Currently, the SRv6 subsystem in Linux allows hosts hs-1 and hs-2 to exchange 14 # Routers rt-1,rt-2,rt-3 and rt-4 implement L2 VPN services 31 # sent over the interface connected with the destination host. 35 # +--------+ +--------+ 37 # | hs-1 | | hs-2 | 39 # +---+----+ +--- +---+ 42 # +---+----+ +----+---+ 44 # | rt-1 +-------------------+ rt-2 | [all …]
|
| D | srv6_end_dt46_l3vpn_test.sh | 2 # SPDX-License-Identifier: GPL-2.0 11 # End.DT6 Behaviors which can be used respectively to support IPv4-in-IPv6 and 12 # IPv6-in-IPv6 VPNs. With End.DT4 and End.DT6 it is not possible to create a 26 # In other words, hosts hs-t100-1 and hs-t100-2 are connected through the 27 # IPv4/IPv6 L3 VPN of tenant 100 while hs-t200-3 and hs-t200-4 are connected 29 # and tenant 200 is forbidden and thus, for example, hs-t100-1 cannot reach 30 # hs-t200-3 and vice versa. 32 # Routers rt-1 and rt-2 implement IPv4/IPv6 L3 VPN services leveraging the SRv6 37 # consider an example where, within the same domain of tenant 100, the host 38 # hs-t100-1 pings the host hs-t100-2. [all …]
|
| D | fib_nexthop_multiprefix.sh | 2 # SPDX-License-Identifier: GPL-2.0 5 # Validate a different # exception is generated in h0 for each remote host. 9 # h0 - r1 - h2 25 local rc=$1 26 local expected=$2 27 local msg="$3" 29 if [ ${rc} -eq ${expected} ]; then 30 printf "TEST: %-60s [ OK ]\n" "${msg}" 35 printf "TEST: %-60s [FAIL]\n" "${msg}" 49 local cmd="$*" [all …]
|
| /kernel/linux/linux-5.10/drivers/misc/vmw_vmci/ |
| D | vmci_route.c | 1 // SPDX-License-Identifier: GPL-2.0-only 38 * not touch a non-existent device. in vmci_route() 42 if (VMCI_INVALID_ID == dst->context) in vmci_route() 46 if (VMCI_HYPERVISOR_CONTEXT_ID == dst->context) { in vmci_route() 51 * from a local client. in vmci_route() 63 /* And we cannot send if the source is the host context. */ in vmci_route() 64 if (VMCI_HOST_CONTEXT_ID == src->context) in vmci_route() 75 if (VMCI_INVALID_ID == src->context && in vmci_route() 76 VMCI_INVALID_ID != src->resource) in vmci_route() 77 src->context = vmci_get_context_id(); in vmci_route() [all …]
|
| /kernel/linux/linux-6.6/drivers/misc/vmw_vmci/ |
| D | vmci_route.c | 1 // SPDX-License-Identifier: GPL-2.0-only 38 * not touch a non-existent device. in vmci_route() 42 if (VMCI_INVALID_ID == dst->context) in vmci_route() 46 if (VMCI_HYPERVISOR_CONTEXT_ID == dst->context) { in vmci_route() 51 * from a local client. in vmci_route() 63 /* And we cannot send if the source is the host context. */ in vmci_route() 64 if (VMCI_HOST_CONTEXT_ID == src->context) in vmci_route() 75 if (VMCI_INVALID_ID == src->context && in vmci_route() 76 VMCI_INVALID_ID != src->resource) in vmci_route() 77 src->context = vmci_get_context_id(); in vmci_route() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
| D | filter.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 4 * Copyright 2005-2013 Solarflare Communications Inc. 16 * enum efx_filter_match_flags - Flags for hardware filter match type 17 * @EFX_FILTER_MATCH_REM_HOST: Match by remote IP host address 18 * @EFX_FILTER_MATCH_LOC_HOST: Match by local IP host address 21 * @EFX_FILTER_MATCH_LOC_MAC: Match by local MAC address 22 * @EFX_FILTER_MATCH_LOC_PORT: Match by local TCP/UDP port 23 * @EFX_FILTER_MATCH_ETHER_TYPE: Match by Ether-type 27 * @EFX_FILTER_MATCH_LOC_MAC_IG: Match by local MAC address I/G bit. 33 * - Huntington supports filter matching controlled by firmware, potentially [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
| D | filter.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 4 * Copyright 2005-2013 Solarflare Communications Inc. 15 * enum ef4_filter_match_flags - Flags for hardware filter match type 16 * @EF4_FILTER_MATCH_REM_HOST: Match by remote IP host address 17 * @EF4_FILTER_MATCH_LOC_HOST: Match by local IP host address 20 * @EF4_FILTER_MATCH_LOC_MAC: Match by local MAC address 21 * @EF4_FILTER_MATCH_LOC_PORT: Match by local TCP/UDP port 22 * @EF4_FILTER_MATCH_ETHER_TYPE: Match by Ether-type 26 * @EF4_FILTER_MATCH_LOC_MAC_IG: Match by local MAC address I/G bit. 31 * - Falcon supports RX filters matching by {TCP,UDP}/IPv4 4-tuple or [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
| D | filter.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 4 * Copyright 2005-2013 Solarflare Communications Inc. 15 * enum ef4_filter_match_flags - Flags for hardware filter match type 16 * @EF4_FILTER_MATCH_REM_HOST: Match by remote IP host address 17 * @EF4_FILTER_MATCH_LOC_HOST: Match by local IP host address 20 * @EF4_FILTER_MATCH_LOC_MAC: Match by local MAC address 21 * @EF4_FILTER_MATCH_LOC_PORT: Match by local TCP/UDP port 22 * @EF4_FILTER_MATCH_ETHER_TYPE: Match by Ether-type 26 * @EF4_FILTER_MATCH_LOC_MAC_IG: Match by local MAC address I/G bit. 31 * - Falcon supports RX filters matching by {TCP,UDP}/IPv4 4-tuple or [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
| D | filter.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 4 * Copyright 2005-2013 Solarflare Communications Inc. 15 * enum efx_filter_match_flags - Flags for hardware filter match type 16 * @EFX_FILTER_MATCH_REM_HOST: Match by remote IP host address 17 * @EFX_FILTER_MATCH_LOC_HOST: Match by local IP host address 20 * @EFX_FILTER_MATCH_LOC_MAC: Match by local MAC address 21 * @EFX_FILTER_MATCH_LOC_PORT: Match by local TCP/UDP port 22 * @EFX_FILTER_MATCH_ETHER_TYPE: Match by Ether-type 26 * @EFX_FILTER_MATCH_LOC_MAC_IG: Match by local MAC address I/G bit. 32 * - Falcon supports RX filters matching by {TCP,UDP}/IPv4 4-tuple or [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
| D | filter.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 4 * Copyright 2005-2013 Solarflare Communications Inc. 15 * enum efx_filter_match_flags - Flags for hardware filter match type 16 * @EFX_FILTER_MATCH_REM_HOST: Match by remote IP host address 17 * @EFX_FILTER_MATCH_LOC_HOST: Match by local IP host address 20 * @EFX_FILTER_MATCH_LOC_MAC: Match by local MAC address 21 * @EFX_FILTER_MATCH_LOC_PORT: Match by local TCP/UDP port 22 * @EFX_FILTER_MATCH_ETHER_TYPE: Match by Ether-type 26 * @EFX_FILTER_MATCH_LOC_MAC_IG: Match by local MAC address I/G bit. 32 * - Falcon supports RX filters matching by {TCP,UDP}/IPv4 4-tuple or [all …]
|
| /kernel/linux/linux-6.6/tools/usb/usbip/doc/ |
| D | usbip.8 | 3 usbip \- manage USB/IP devices 15 \fB\-\-debug\fR 21 \fB\-\-log\fR 27 \fB\-\-tcp-port PORT\fR 29 Connect to PORT on remote host (used for attach and list --remote). 47 \fBattach\fR \-\-remote=<\fIhost\fR> \-\-busid=<\fIbus_id\fR> 53 \fBattach\fR \-\-remote=<\fIhost\fR> \-\-device=<\fIdev_id\fR> 60 \fBdetach\fR \-\-port=<\fIport\fR> 66 \fBbind\fR \-\-busid=<\fIbusid\fR> 72 \fBunbind\fR \-\-busid=<\fIbusid\fR> [all …]
|
| /kernel/linux/linux-6.6/drivers/scsi/libfc/ |
| D | fc_lport.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Maintained at www.Open-FCoE.org 27 * be held while attempting to acquire a greater lock. Here is the hierarchy- 42 * single-threaded workqueue. An rport would never be free'd while in a 92 /* Fabric IDs to use for point-to-point mode, chosen on whims. */ 134 * struct fc_bsg_info - FC Passthrough managemet structure 136 * @lport: The local port to pass through a command 138 * @sg: job->reply_payload.sg_list 139 * @nents: job->reply_payload.sg_cnt 152 * fc_frame_drop() - Dummy frame handler [all …]
|
| /kernel/linux/linux-5.10/Documentation/driver-api/mei/ |
| D | iamt.rst | 1 .. SPDX-License-Identifier: GPL-2.0 10 Intel AMT provides the ability to manage a host remotely out-of-band (OOB) 11 even when the operating system running on the host processor has crashed or 15 - Monitoring hardware state and platform components 16 - Remote power off/on (useful for green computing or overnight IT 18 - OS updates 19 - Storage of useful platform information such as software assets 20 - Built-in hardware KVM 21 - Selective network isolation of Ethernet and IP protocol flows based 23 - IDE device redirection from remote management console [all …]
|
| /kernel/linux/linux-6.6/Documentation/driver-api/mei/ |
| D | iamt.rst | 1 .. SPDX-License-Identifier: GPL-2.0 10 Intel AMT provides the ability to manage a host remotely out-of-band (OOB) 11 even when the operating system running on the host processor has crashed or 15 - Monitoring hardware state and platform components 16 - Remote power off/on (useful for green computing or overnight IT 18 - OS updates 19 - Storage of useful platform information such as software assets 20 - Built-in hardware KVM 21 - Selective network isolation of Ethernet and IP protocol flows based 23 - IDE device redirection from remote management console [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/ |
| D | sch_red_core.sh | 1 # SPDX-License-Identifier: GPL-2.0 9 # is what H2 is used for--it sends the extra traffic to create backlog. 16 # The test uses the buffer build-up behavior to test the installed RED. 23 # +--------------------------+ +--------------------------+ 34 # +-------------|------------+ +-------------|------------+ 36 # +-------------|------------------------------------------------|------------+ 40 # | +-|-----------------+ | +-|-----------------+ | | 42 # | | | | .-------------+ $swp5.10 | | | 46 # | +-|-----------------+ | | | + $swp3.10 | | | 47 # | | | | +-|-----------------+ | | [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
| D | sch_tbf_core.sh | 1 # SPDX-License-Identifier: GPL-2.0 7 # In order to test per-class shaping, $swp2 actually contains TBF under PRIO or 10 # +-------------------------------------------+ 18 # +---------------------|---------------------+ 20 # +---------------------|---------------------+ 24 # | +-|--------------+ +--------------|-+ | 30 # | +-|--------------+ +--------------|-+ | 34 # +---------------------|---------------------+ 36 # +---------------------|---------------------+ 43 # +-------------------------------------------+ [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
| D | sch_tbf_core.sh | 1 # SPDX-License-Identifier: GPL-2.0 7 # In order to test per-class shaping, $swp2 actually contains TBF under PRIO or 10 # +-------------------------------------------+ 18 # +---------------------|---------------------+ 20 # +---------------------|---------------------+ 24 # | +-|--------------+ +--------------|-+ | 30 # | +-|--------------+ +--------------|-+ | 34 # +---------------------|---------------------+ 36 # +---------------------|---------------------+ 43 # +-------------------------------------------+ [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/ |
| D | sch_red_core.sh | 1 # SPDX-License-Identifier: GPL-2.0 9 # is what H2 is used for--it sends the extra traffic to create backlog. 16 # The test uses the buffer build-up behavior to test the installed RED. 23 # +--------------------------+ +--------------------------+ 34 # +-------------|------------+ +-------------|------------+ 36 # +-------------|------------------------------------------------|------------+ 40 # | +-|-----------------+ | +-|-----------------+ | | 42 # | | | | .-------------+ $swp5.10 | | | 46 # | +-|-----------------+ | | | + $swp3.10 | | | 47 # | | | | +-|-----------------+ | | [all …]
|