| /Linux-v5.15/tools/testing/selftests/net/forwarding/ |
| D | fib_offload_lib.sh | 7 local ns=$1; shift 13 ip -n $ns -j -p -$family route show $route \ 29 local ns=$1; shift 34 busywait 5000 __fib_trap_check $ns $family "$route" $should_fail 39 local ns=$1; shift 43 fib_trap_check $ns 4 "$route" $should_fail 48 local ns=$1; shift 52 fib_trap_check $ns 6 "$route" $should_fail 57 local ns=$1; shift 63 ip -n $ns link add name dummy$i type dummy [all …]
|
| /Linux-v5.15/tools/testing/selftests/net/ |
| D | unicast_extensions.sh | 45 hide_output(){ exec 3>&1 4>&2 >/dev/null 2>/dev/null; } 46 show_output(){ exec >&3 2>&4; } 50 printf "TEST: %-60s [ OK ]\n" "${2}" 52 printf "TEST: %-60s [FAIL]\n" "${2}" 64 # Caller must set up foo-ns and bar-ns namespaces 68 ip -n foo-ns address add $1/$3 dev foo || return 1 69 ip -n foo-ns link set foo up || return 1 70 ip -n bar-ns address add $2/$3 dev bar || return 1 71 ip -n bar-ns link set bar up || return 1 73 ip netns exec foo-ns timeout 2 ping -c 1 $2 || return 1 [all …]
|
| D | xfrm_policy.sh | 32 local ns=$1 33 local me=$2 39 …ip -net $ns xfrm policy add src $lnet dst $rnet dir out tmpl src $me dst $remote proto esp mode tu… 41 …ip -net $ns xfrm policy add src $rnet dst $lnet dir fwd tmpl src $remote dst $me proto esp mode tu… 45 local ns=$1 46 local me=$2 53 …ip -net $ns xfrm state add src $remote dst $me proto esp spi $spi_in enc aes $KEY_AES auth sha1 … 54 …ip -net $ns xfrm state add src $me dst $remote proto esp spi $spi_out enc aes $KEY_AES auth sha1 … 56 do_esp_policy $ns $me $remote $lnet $rnet 73 local ns=$1 [all …]
|
| D | udpgro_fwd.sh | 4 readonly BASE="ns-$(mktemp -u XXXXXX)" 5 readonly SRC=2 21 local ns 23 [ -n "${jobs}" ] && kill -1 ${jobs} 2>/dev/null 25 for ns in $NS_SRC $NS_DST; do 26 ip netns del $ns 2>/dev/null 34 local ns 36 for ns in $NS_SRC $NS_DST; do 37 ip netns add $ns 38 ip -n $ns link set dev lo up [all …]
|
| D | traceroute.sh | 15 local expected=$2 36 local ns 41 ns="$1" 49 out=$(eval ip netns exec ${ns} ${cmd} 2>&1) 65 local ns=$1 66 local addr=$2 72 ip netns add ${ns} 74 ip netns exec ${ns} ip link set lo up 76 ip netns exec ${ns} ip addr add dev lo ${addr} 79 ip netns exec ${ns} ip -6 addr add dev lo ${addr6} [all …]
|
| D | icmp_redirect.sh | 11 # +----+ .1 | |.2 14 # .254 +----+ .254 .2 +----+ 15 # 172.16.2/24 16 # 2001:db8:16:2/64 37 R2_R1_N1_IP6=2001:db8:1::2 40 H2_N2_6=2001:db8:16:2::/64 43 H2_N2_IP6=2001:db8:16:2::2 44 R2_N2_IP6=2001:db8:16:2::254 64 local expected=$2 104 out=$(eval $cmd 2>&1) [all …]
|
| D | vrf_route_leaking.sh | 15 # +----+ .1 +----+ .2 +----+ 16 # 172.16.1/24 172.16.2/24 17 # 2001:db8:16:1/64 2001:db8:16:2/64 47 # +----+ .1 | | .2 +----+ 48 # 172.16.1/24 | +----+ | 172.16.2/24 49 # 2001:db8:16:1/64 +----| r2 |----+ 2001:db8:16:2/64 77 H2_N2_6=2001:db8:16:2::/64 83 H2_N2_IP6=2001:db8:16:2::2 84 R1_N2_IP6=2001:db8:16:2::253 85 R2_N2_IP6=2001:db8:16:2::254 [all …]
|
| /Linux-v5.15/arch/arm/boot/dts/ |
| D | omap3430-sdp.dts | 52 <2 0 0x20000000 0x1000000>; /* CS2: 16MB for OneNAND */ 60 bank-width = <2>; 62 gpmc,mux-add-data = <2>; 63 gpmc,cs-on-ns = <0>; 64 gpmc,cs-rd-off-ns = <186>; 65 gpmc,cs-wr-off-ns = <186>; 66 gpmc,adv-on-ns = <12>; 67 gpmc,adv-rd-off-ns = <48>; 68 gpmc,adv-wr-off-ns = <48>; 69 gpmc,oe-on-ns = <54>; [all …]
|
| D | omap3-devkit8000-common.dtsi | 165 * BIT(1), BIT(2), BIT(6), BIT(7), BIT(8), BIT(13) 174 MATRIX_KEY(2, 0, KEY_3) 177 MATRIX_KEY(2, 1, KEY_6) 179 MATRIX_KEY(0, 2, KEY_7) 180 MATRIX_KEY(1, 2, KEY_8) 181 MATRIX_KEY(2, 2, KEY_9) 182 MATRIX_KEY(3, 2, KEY_F6) 185 MATRIX_KEY(2, 3, KEY_F8) 211 gpmc,device-width = <2>; 215 gpmc,cs-on-ns = <0>; [all …]
|
| D | omap-zoom-common.dtsi | 20 bank-width = <2>; 32 gpmc,cs-on-ns = <5>; 33 gpmc,cs-rd-off-ns = <155>; 34 gpmc,cs-wr-off-ns = <155>; 35 gpmc,adv-on-ns = <15>; 36 gpmc,adv-rd-off-ns = <40>; 37 gpmc,adv-wr-off-ns = <40>; 38 gpmc,oe-on-ns = <45>; 39 gpmc,oe-off-ns = <145>; 40 gpmc,we-on-ns = <45>; [all …]
|
| D | omap2420-n8x0-common.dtsi | 17 gpios = <&gpio3 2 GPIO_ACTIVE_HIGH /* gpio66 clk */ 62 gpmc,device-width = <2>; 63 gpmc,mux-add-data = <2>; 64 gpmc,cs-on-ns = <0>; 65 gpmc,cs-rd-off-ns = <127>; 66 gpmc,cs-wr-off-ns = <109>; 67 gpmc,adv-on-ns = <0>; 68 gpmc,adv-rd-off-ns = <18>; 69 gpmc,adv-wr-off-ns = <18>; 70 gpmc,oe-on-ns = <27>; [all …]
|
| D | omap2430-sdp.dts | 42 bank-width = <2>; 44 gpmc,mux-add-data = <2>; 48 gpmc,cs-on-ns = <6>; 49 gpmc,cs-rd-off-ns = <187>; 50 gpmc,cs-wr-off-ns = <187>; 51 gpmc,adv-on-ns = <18>; 52 gpmc,adv-rd-off-ns = <48>; 53 gpmc,adv-wr-off-ns = <48>; 54 gpmc,oe-on-ns = <60>; 55 gpmc,oe-off-ns = <169>; [all …]
|
| D | am335x-nano.dts | 215 #gpio-cells = <2>; 242 gpmc,num-waitpins = <2>; 246 #address-cells = <2>; 255 bank-width = <2>; 257 gpmc,mux-add-data = <2>; 260 gpmc,cs-on-ns = <0>; 261 gpmc,cs-rd-off-ns = <160>; 262 gpmc,cs-wr-off-ns = <160>; 263 gpmc,adv-on-ns = <10>; 264 gpmc,adv-rd-off-ns = <30>; [all …]
|
| /Linux-v5.15/drivers/mtd/nand/raw/ |
| D | nandsim.c | 9 * Note: NS means "NAND Simulator". 55 #define CONFIG_NANDSIM_ERASE_DELAY 2 102 [2] = CONFIG_NANDSIM_THIRD_ID_BYTE, 110 module_param_named(third_id_byte, id_bytes[2], byte, 0400); 150 " separated by commas e.g. 113:2 means eb 113" 153 " separated by commas e.g. 1401:2 means page 1401" 157 " separated by commas e.g. 1401:2 means page 1401" 163 MODULE_PARM_DESC(bbt, "0 OOB, 1 BBT with marker in OOB, 2 BBT with marker in data area"); 189 #define NS_IS_INITIALIZED(ns) ((ns)->geom.totsz != 0) argument 192 #define NS_STATUS_OK(ns) (NAND_STATUS_READY | (NAND_STATUS_WP * ((ns)->lines.wp == 0))) argument [all …]
|
| /Linux-v5.15/tools/testing/selftests/drivers/net/mlxsw/ |
| D | fib.sh | 96 local ns="testns1" 100 ip -n $ns link add name dummy1 type dummy 101 ip -n $ns link set dev dummy1 up 103 ip -n $ns route add table local 192.0.2.1/32 dev dummy1 104 fib4_trap_check $ns "table local 192.0.2.1/32 dev dummy1" false 107 ip -n $ns route add table main 192.0.2.1/32 dev dummy1 108 fib4_trap_check $ns "table main 192.0.2.1/32 dev dummy1" true 111 fib4_trap_check $ns "table local 192.0.2.1/32 dev dummy1" false 115 ip -n $ns route add table main 192.0.2.2/32 dev dummy1 116 fib4_trap_check $ns "table main 192.0.2.2/32 dev dummy1" false [all …]
|
| /Linux-v5.15/Documentation/devicetree/bindings/memory-controllers/ |
| D | omap-gpmc.txt | 19 - #address-cells: Must be set to 2 to allow memory address translation 41 2 - GPMC_WAIT0 pin edge 43 - interrupt-cells: Must be set to 2 47 - gpio-cells: Must be set to 2 58 - gpmc,cs-on-ns: Assertion time 59 - gpmc,cs-rd-off-ns: Read deassertion time 60 - gpmc,cs-wr-off-ns: Write deassertion time 63 - gpmc,adv-on-ns: Assertion time 64 - gpmc,adv-rd-off-ns: Read deassertion time 65 - gpmc,adv-wr-off-ns: Write deassertion time [all …]
|
| D | ti-aemif.txt | 24 - #address-cells: Must be 2. The partition number has to be encoded in the 62 - #address-cells: Must be 2. 77 "ti,da850-aemif" range is [2-5]. 95 - ti,cs-min-turnaround-ns: minimum turn around time, ns 102 - ti,cs-read-setup-ns: read setup width, ns 107 - ti,cs-read-strobe-ns: read strobe width, ns 112 - ti,cs-read-hold-ns: read hold width, ns 119 - ti,cs-write-setup-ns: write setup width, ns 124 - ti,cs-write-strobe-ns: write strobe width, ns 129 - ti,cs-write-hold-ns: write hold width, ns [all …]
|
| D | atmel,ebi.txt | 24 - #address-cells: Must be 2. 83 - atmel,smc-ncs-rd-setup-ns 84 - atmel,smc-nrd-setup-ns 85 - atmel,smc-ncs-wr-setup-ns 86 - atmel,smc-nwe-setup-ns 87 - atmel,smc-ncs-rd-pulse-ns 88 - atmel,smc-nrd-pulse-ns 89 - atmel,smc-ncs-wr-pulse-ns 90 - atmel,smc-nwe-pulse-ns 91 - atmel,smc-nwe-cycle-ns [all …]
|
| /Linux-v5.15/Documentation/devicetree/bindings/net/ |
| D | gpmc-eth.txt | 23 OMAP2+ board, "bank-width = <2>;" and "reg-io-width = <4>;". 27 and 16-bit devices and so must be either 1 or 2 bytes. 29 - gpmc,cs-on-ns: Chip-select assertion time 30 - gpmc,cs-rd-off-ns: Chip-select de-assertion time for reads 31 - gpmc,cs-wr-off-ns: Chip-select de-assertion time for writes 32 - gpmc,oe-on-ns: Output-enable assertion time 33 - gpmc,oe-off-ns: Output-enable de-assertion time 34 - gpmc,we-on-ns: Write-enable assertion time 35 - gpmc,we-off-ns: Write-enable de-assertion time 36 - gpmc,access-ns: Start cycle to first data capture (read access) [all …]
|
| /Linux-v5.15/security/apparmor/ |
| D | policy_ns.c | 54 * aa_na_name - Find the ns name to display for @view from @curr 68 /* at this point if a ns is visible it is in a view ns in aa_ns_name() 69 * thus the curr ns.hname is a prefix of its name. in aa_ns_name() 71 * Add + 2 to skip over // separating curr hname prefix in aa_ns_name() 74 return view->base.hname + strlen(curr->base.hname) + 2; in aa_ns_name() 89 struct aa_ns *ns; in alloc_ns() local 91 ns = kzalloc(sizeof(*ns), GFP_KERNEL); in alloc_ns() 92 AA_DEBUG("%s(%p)\n", __func__, ns); in alloc_ns() 93 if (!ns) in alloc_ns() 95 if (!aa_policy_init(&ns->base, prefix, name, GFP_KERNEL)) in alloc_ns() [all …]
|
| /Linux-v5.15/Documentation/devicetree/bindings/opp/ |
| D | qcom-nvmem-cpufreq.txt | 50 2: MSM8996 V3, speedbin 2 54 6: MSM8996 SG, speedbin 2 61 #address-cells = <2>; 72 #cooling-cells = <2>; 76 cache-level = <2>; 88 #cooling-cells = <2>; 100 #cooling-cells = <2>; 104 cache-level = <2>; 116 #cooling-cells = <2>; 152 clock-latency-ns = <200000>; [all …]
|
| /Linux-v5.15/Documentation/devicetree/bindings/mtd/ |
| D | gpmc-nor.txt | 12 16-bit devices and so must be either 1 or 2 bytes. 14 - gpmc,cs-on-ns: Chip-select assertion time 15 - gpmc,cs-rd-off-ns: Chip-select de-assertion time for reads 16 - gpmc,cs-wr-off-ns: Chip-select de-assertion time for writes 17 - gpmc,oe-on-ns: Output-enable assertion time 18 - gpmc,oe-off-ns: Output-enable de-assertion time 19 - gpmc,we-on-ns Write-enable assertion time 20 - gpmc,we-off-ns: Write-enable de-assertion time 21 - gpmc,access-ns: Start cycle to first data capture (read access) 22 - gpmc,rd-cycle-ns: Total read cycle time [all …]
|
| /Linux-v5.15/tools/testing/selftests/net/mptcp/ |
| D | diag.sh | 5 ns="ns1-$rndh" 9 timeout_test=$((timeout_poll * 2 + 1)) 18 ip netns pids "${ns}" | xargs --no-run-if-empty kill -SIGUSR1 &>/dev/null 23 ip netns pids "${ns}" | xargs --no-run-if-empty kill -SIGKILL &>/dev/null 25 ip netns del $ns 28 ip -Version > /dev/null 2>&1 42 local expected=$2 45 shift 2 47 nr=$(ss -inmHMN $ns | $condition) 76 ip netns add $ns [all …]
|
| /Linux-v5.15/tools/testing/selftests/netfilter/ |
| D | nft_zones_many.sh | 7 ns="ns-$sfx" 18 ip netns del $ns 21 ip netns add $ns 29 conntrack -V > /dev/null 2>&1 34 ip -net "$ns" link set lo up 39 ip netns exec $ns sysctl -q net.netfilter.nf_conntrack_udp_timeout=3600 40 ip netns exec $ns nft -f /dev/stdin<<EOF 63 ) | ip netns exec $ns nft -f /dev/stdin 74 …dd if=/dev/zero of=/dev/stdout bs=8k count=10000 2>/dev/null | ip netns exec "$ns" nc -w 1 -q 1 -u… 86 local count=$(ip netns exec "$ns" conntrack -C) [all …]
|
| /Linux-v5.15/Documentation/m68k/ |
| D | buddha-driver.rst | 52 $a00-$aff IDE-Select 2 (Port 1, Register set 0) 56 $c00-$cff IDE-Select 4 (Port 2, Register set 0, 77 level of the IRQ-line of IDE port 2. 124 A6=1 (for example $840 for port 0, register set 0), a 780ns 142 about 30ns to the clocks on the Zorro bus, that's why the 143 values are no multiple of 71. One clock-cycle is 71ns long 147 497ns Select (7 clock cycles) , IOR/IOW after 172ns (2 clock cycles) 152 639ns Select (9 clock cycles), IOR/IOW after 243ns (3 clock cycles) 154 value 2 155 781ns Select (11 clock cycles), IOR/IOW after 314ns (4 clock cycles) [all …]
|