Home
last modified time | relevance | path

Searched +full:6 +full:ns (Results 1 – 25 of 1154) sorted by relevance

12345678910>>...47

/kernel/linux/linux-6.6/tools/testing/selftests/net/
Dicmp_redirect.sh117 local ns=$1
121 addr=$(ip -netns $ns -6 -br addr show dev ${dev} | \
143 local ns
145 for ns in h1 h2 r1 r2; do
146 ip netns del $ns 2>/dev/null
152 local ns=$1
154 ip -netns ${ns} link add ${VRF} type vrf table ${VRF_TABLE}
155 ip -netns ${ns} link set ${VRF} up
156 ip -netns ${ns} route add vrf ${VRF} unreachable default metric 8192
157 ip -netns ${ns} -6 route add vrf ${VRF} unreachable default metric 8192
[all …]
Dvrf_route_leaking.sh174 local ns
176 for ns in h1 h2 r1 r2; do
177 ip netns del $ns 2>/dev/null
183 local ns=$1
185 ip -netns "${ns}" rule del pref 0
186 ip -netns "${ns}" rule add pref 32765 from all lookup local
187 ip -netns "${ns}" -6 rule del pref 0
188 ip -netns "${ns}" -6 rule add pref 32765 from all lookup local
193 local ns=$1
197 ip -netns "${ns}" link add "${vrf}" type vrf table "${table}"
[all …]
Dvrf-xfrm-tests.sh88 local ns=$1
92 if [ -n "${ns}" ]; then
93 ns="-netns ${ns}"
96 ip ${ns} link add ${vrf} type vrf table ${table}
97 ip ${ns} link set ${vrf} up
98 ip ${ns} route add vrf ${vrf} unreachable default metric 8192
99 ip ${ns} -6 route add vrf ${vrf} unreachable default metric 8192
101 ip ${ns} addr add 127.0.0.1/8 dev ${vrf}
102 ip ${ns} -6 addr add ::1 dev ${vrf} nodad
104 ip ${ns} ru del pref 0
[all …]
Dudpgro_fwd.sh7 readonly BASE="ns-$(mktemp -u XXXXXX)"
24 local ns
28 for ns in $NS_SRC $NS_DST; do
29 ip netns del $ns 2>/dev/null
37 local ns
39 for ns in $NS_SRC $NS_DST; do
40 ip netns add $ns
41 ip -n $ns link set dev lo up
44 ip netns exec $ns sysctl -qw net.ipv6.conf.default.router_solicitations=0
45 ip netns exec $ns sysctl -qw net.ipv6.conf.all.router_solicitations=0
[all …]
Dcmsg_so_mark.sh4 NS=ns
13 ip netns del $NS
19 ip netns add $NS
21 ip netns exec $NS sysctl -w net.ipv4.ping_group_range='0 2147483647' > /dev/null
24 ip -netns $NS link add type dummy
25 ip -netns $NS link set dev dummy0 up
26 ip -netns $NS addr add $IP4 dev dummy0
27 ip -netns $NS addr add $IP6 dev dummy0
29 ip -netns $NS rule add fwmark $MARK lookup 300
30 ip -6 -netns $NS rule add fwmark $MARK lookup 300
[all …]
Dcmsg_ipv6.sh6 NS=ns
14 ip netns del $NS
19 NSEXE="ip netns exec $NS"
28 ip netns add $NS
33 ip -netns $NS link add type dummy
34 ip -netns $NS link set dev dummy0 up
35 ip -netns $NS addr add $IP6 dev dummy0
62 $NSEXE ./cmsg_sender -s -S 2000 -6 -p $p $m $TGT6 1234
72 ip -6 -netns $NS rule add tos $TOS lookup 300
73 ip -6 -netns $NS route add table 300 prohibit any
[all …]
Dfib_nexthop_multiprefix.sh4 # Validate cached routes in fib{6}_nh that is used by multiple prefixes.
73 local ns=${1}
75 ip netns del ${ns} 2>/dev/null
77 ip netns add ${ns}
78 ip -netns ${ns} addr add 127.0.0.1/8 dev lo
79 ip -netns ${ns} link set lo up
81 ip netns exec ${ns} sysctl -q -w net.ipv6.conf.all.keep_addr_on_down=1
82 case ${ns} in
84 ip netns exec $ns sysctl -q -w net.ipv6.conf.all.forwarding=0
87 ip netns exec $ns sysctl -q -w net.ipv4.ip_forward=1
[all …]
Dl2tp.sh47 local ns
52 ns="$1"
60 out=$(eval ip netns exec ${ns} ${cmd} 2>&1)
76 local ns=$1
83 ip netns add ${ns}
85 ip -netns ${ns} link set lo up
87 ip -netns ${ns} addr add dev lo ${addr}
90 ip -netns ${ns} -6 addr add dev lo ${addr6}
93 ip -netns ${ns} ro add unreachable default metric 8192
94 ip -netns ${ns} -6 ro add unreachable default metric 8192
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/net/
Dicmp_redirect.sh113 local ns=$1
117 addr=$(ip -netns $ns -6 -br addr show dev ${dev} | \
139 local ns
141 for ns in h1 h2 r1 r2; do
142 ip netns del $ns 2>/dev/null
148 local ns=$1
150 ip -netns ${ns} link add ${VRF} type vrf table ${VRF_TABLE}
151 ip -netns ${ns} link set ${VRF} up
152 ip -netns ${ns} route add vrf ${VRF} unreachable default metric 8192
153 ip -netns ${ns} -6 route add vrf ${VRF} unreachable default metric 8192
[all …]
Dvrf_route_leaking.sh174 local ns
176 for ns in h1 h2 r1 r2; do
177 ip netns del $ns 2>/dev/null
183 local ns=$1
185 ip -netns "${ns}" rule del pref 0
186 ip -netns "${ns}" rule add pref 32765 from all lookup local
187 ip -netns "${ns}" -6 rule del pref 0
188 ip -netns "${ns}" -6 rule add pref 32765 from all lookup local
193 local ns=$1
197 ip -netns "${ns}" link add "${vrf}" type vrf table "${table}"
[all …]
Dvrf-xfrm-tests.sh88 local ns=$1
92 if [ -n "${ns}" ]; then
93 ns="-netns ${ns}"
96 ip ${ns} link add ${vrf} type vrf table ${table}
97 ip ${ns} link set ${vrf} up
98 ip ${ns} route add vrf ${vrf} unreachable default metric 8192
99 ip ${ns} -6 route add vrf ${vrf} unreachable default metric 8192
101 ip ${ns} addr add 127.0.0.1/8 dev ${vrf}
102 ip ${ns} -6 addr add ::1 dev ${vrf} nodad
104 ip ${ns} ru del pref 0
[all …]
Dfib_nexthop_multiprefix.sh4 # Validate cached routes in fib{6}_nh that is used by multiple prefixes.
73 local ns=${1}
75 ip netns del ${ns} 2>/dev/null
77 ip netns add ${ns}
78 ip -netns ${ns} addr add 127.0.0.1/8 dev lo
79 ip -netns ${ns} link set lo up
81 ip netns exec ${ns} sysctl -q -w net.ipv6.conf.all.keep_addr_on_down=1
82 case ${ns} in
84 ip netns exec $ns sysctl -q -w net.ipv6.conf.all.forwarding=0
87 ip netns exec $ns sysctl -q -w net.ipv4.ip_forward=1
[all …]
Dl2tp.sh47 local ns
52 ns="$1"
60 out=$(eval ip netns exec ${ns} ${cmd} 2>&1)
76 local ns=$1
83 ip netns add ${ns}
85 ip -netns ${ns} link set lo up
87 ip -netns ${ns} addr add dev lo ${addr}
90 ip -netns ${ns} -6 addr add dev lo ${addr6}
93 ip -netns ${ns} ro add unreachable default metric 8192
94 ip -netns ${ns} -6 ro add unreachable default metric 8192
[all …]
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Domap-zoom-common.dtsi24 interrupts = <6 IRQ_TYPE_EDGE_RISING>; /* gpio102 */
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 …]
Domap3430-sdp.dts63 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>;
70 gpmc,oe-off-ns = <168>;
71 gpmc,we-on-ns = <54>;
72 gpmc,we-off-ns = <168>;
[all …]
Domap3-devkit8000-common.dtsi183 * BIT(1), BIT(2), BIT(6), BIT(7), BIT(8), BIT(13)
220 6 0 0x2c000000 0x1000000>; /* CS6: 16MB for DM9000 */
233 gpmc,cs-on-ns = <0>;
234 gpmc,cs-rd-off-ns = <44>;
235 gpmc,cs-wr-off-ns = <44>;
236 gpmc,adv-on-ns = <6>;
237 gpmc,adv-rd-off-ns = <34>;
238 gpmc,adv-wr-off-ns = <44>;
239 gpmc,we-off-ns = <40>;
240 gpmc,oe-off-ns = <54>;
[all …]
Ddra62x-j5eco-evm.dts61 gpmc,cs-on-ns = <0>;
62 gpmc,cs-rd-off-ns = <44>;
63 gpmc,cs-wr-off-ns = <44>;
64 gpmc,adv-on-ns = <6>;
65 gpmc,adv-rd-off-ns = <34>;
66 gpmc,adv-wr-off-ns = <44>;
67 gpmc,we-on-ns = <0>;
68 gpmc,we-off-ns = <40>;
69 gpmc,oe-on-ns = <0>;
70 gpmc,oe-off-ns = <54>;
[all …]
Ddm8148-evm.dts61 gpmc,cs-on-ns = <0>;
62 gpmc,cs-rd-off-ns = <44>;
63 gpmc,cs-wr-off-ns = <44>;
64 gpmc,adv-on-ns = <6>;
65 gpmc,adv-rd-off-ns = <34>;
66 gpmc,adv-wr-off-ns = <44>;
67 gpmc,we-on-ns = <0>;
68 gpmc,we-off-ns = <40>;
69 gpmc,oe-on-ns = <0>;
70 gpmc,oe-off-ns = <54>;
[all …]
/kernel/linux/linux-6.6/arch/arm/boot/dts/ti/omap/
Domap-zoom-common.dtsi24 interrupts = <6 IRQ_TYPE_EDGE_RISING>; /* gpio102 */
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 …]
Domap3430-sdp.dts63 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>;
70 gpmc,oe-off-ns = <168>;
71 gpmc,we-on-ns = <54>;
72 gpmc,we-off-ns = <168>;
[all …]
Domap3-devkit8000-common.dtsi183 * BIT(1), BIT(2), BIT(6), BIT(7), BIT(8), BIT(13)
220 6 0 0x2c000000 0x1000000>; /* CS6: 16MB for DM9000 */
233 gpmc,cs-on-ns = <0>;
234 gpmc,cs-rd-off-ns = <44>;
235 gpmc,cs-wr-off-ns = <44>;
236 gpmc,adv-on-ns = <6>;
237 gpmc,adv-rd-off-ns = <34>;
238 gpmc,adv-wr-off-ns = <44>;
239 gpmc,we-off-ns = <40>;
240 gpmc,oe-off-ns = <54>;
[all …]
Ddm8148-evm.dts61 gpmc,cs-on-ns = <0>;
62 gpmc,cs-rd-off-ns = <44>;
63 gpmc,cs-wr-off-ns = <44>;
64 gpmc,adv-on-ns = <6>;
65 gpmc,adv-rd-off-ns = <34>;
66 gpmc,adv-wr-off-ns = <44>;
67 gpmc,we-on-ns = <0>;
68 gpmc,we-off-ns = <40>;
69 gpmc,oe-on-ns = <0>;
70 gpmc,oe-off-ns = <54>;
[all …]
Ddra62x-j5eco-evm.dts61 gpmc,cs-on-ns = <0>;
62 gpmc,cs-rd-off-ns = <44>;
63 gpmc,cs-wr-off-ns = <44>;
64 gpmc,adv-on-ns = <6>;
65 gpmc,adv-rd-off-ns = <34>;
66 gpmc,adv-wr-off-ns = <44>;
67 gpmc,we-on-ns = <0>;
68 gpmc,we-off-ns = <40>;
69 gpmc,oe-on-ns = <0>;
70 gpmc,oe-off-ns = <54>;
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mtd/
Dgpmc-nor.txt14 - 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
23 - gpmc,wr-cycle-ns: Total write cycle time
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/
Dgpmc-eth.txt29 - 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)
37 - gpmc,rd-cycle-ns: Total read cycle time
38 - gpmc,wr-cycle-ns: Total write cycle time
[all …]

12345678910>>...47