Home
last modified time | relevance | path

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

12345678910>>...35

/Linux-v5.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 …]
Dfcnal-test.sh13 # 6. VRF and non-VRF permutations
16 # ns-A | ns-B
23 # ns-A:
30 # ns-B:
35 # ns-A to ns-C connection - only for VRF and same config
36 # as ns-A to ns-B
38 # server / client nomenclature relative to ns-A
74 NSA=ns-A
75 NSB=ns-B
76 NSC=ns-C
[all …]
Dtraceroute.sh36 local ns
41 ns="$1"
49 out=$(eval ip netns exec ${ns} ${cmd} 2>&1)
65 local ns=$1
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}
82 ip netns exec ${ns} ip ro add unreachable default metric 8192
83 ip netns exec ${ns} ip -6 ro add unreachable default metric 8192
[all …]
/Linux-v5.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.dtsi165 * BIT(1), BIT(2), BIT(6), BIT(7), BIT(8), BIT(13)
202 6 0 0x2c000000 0x1000000>; /* CS6: 16MB for DM9000 */
215 gpmc,cs-on-ns = <0>;
216 gpmc,cs-rd-off-ns = <44>;
217 gpmc,cs-wr-off-ns = <44>;
218 gpmc,adv-on-ns = <6>;
219 gpmc,adv-rd-off-ns = <34>;
220 gpmc,adv-wr-off-ns = <44>;
221 gpmc,we-off-ns = <40>;
222 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 …]
Dam335x-chilisom.dtsi114 ldo4_reg: regulator@6 {
156 gpmc,cs-on-ns = <0>;
157 gpmc,cs-rd-off-ns = <44>;
158 gpmc,cs-wr-off-ns = <44>;
159 gpmc,adv-on-ns = <6>;
160 gpmc,adv-rd-off-ns = <34>;
161 gpmc,adv-wr-off-ns = <44>;
162 gpmc,we-on-ns = <0>;
163 gpmc,we-off-ns = <40>;
164 gpmc,oe-on-ns = <0>;
[all …]
Domap3-cm-t3x.dtsi279 gpmc,cs-on-ns = <0>;
280 gpmc,cs-rd-off-ns = <120>;
281 gpmc,cs-wr-off-ns = <120>;
283 gpmc,adv-on-ns = <0>;
284 gpmc,adv-rd-off-ns = <120>;
285 gpmc,adv-wr-off-ns = <120>;
287 gpmc,we-on-ns = <6>;
288 gpmc,we-off-ns = <90>;
290 gpmc,oe-on-ns = <6>;
291 gpmc,oe-off-ns = <90>;
[all …]
Domap3-igep.dtsi120 gpmc,cs-on-ns = <0>;
121 gpmc,cs-rd-off-ns = <44>;
122 gpmc,cs-wr-off-ns = <44>;
123 gpmc,adv-on-ns = <6>;
124 gpmc,adv-rd-off-ns = <34>;
125 gpmc,adv-wr-off-ns = <44>;
126 gpmc,we-off-ns = <40>;
127 gpmc,oe-off-ns = <54>;
128 gpmc,access-ns = <64>;
129 gpmc,rd-cycle-ns = <82>;
[all …]
Domap-gpmc-smsc9221.dtsi33 gpmc,cs-on-ns = <0>;
34 gpmc,cs-rd-off-ns = <42>;
35 gpmc,cs-wr-off-ns = <36>;
36 gpmc,adv-on-ns = <6>;
37 gpmc,adv-rd-off-ns = <12>;
38 gpmc,adv-wr-off-ns = <12>;
39 gpmc,oe-on-ns = <0>;
40 gpmc,oe-off-ns = <42>;
41 gpmc,we-on-ns = <0>;
42 gpmc,we-off-ns = <36>;
[all …]
Domap3-overo-tobiduo-common.dtsi26 gpmc,cs-on-ns = <0>;
27 gpmc,cs-rd-off-ns = <42>;
28 gpmc,cs-wr-off-ns = <36>;
29 gpmc,adv-on-ns = <6>;
30 gpmc,adv-rd-off-ns = <12>;
31 gpmc,adv-wr-off-ns = <12>;
32 gpmc,oe-on-ns = <0>;
33 gpmc,oe-off-ns = <42>;
34 gpmc,we-on-ns = <0>;
35 gpmc,we-off-ns = <36>;
[all …]
Dam335x-guardian.dts141 gpmc,cs-on-ns = <0>;
142 gpmc,cs-rd-off-ns = <44>;
143 gpmc,cs-wr-off-ns = <44>;
144 gpmc,adv-on-ns = <6>;
145 gpmc,adv-rd-off-ns = <34>;
146 gpmc,adv-wr-off-ns = <44>;
147 gpmc,we-on-ns = <0>;
148 gpmc,we-off-ns = <40>;
149 gpmc,oe-on-ns = <0>;
150 gpmc,oe-off-ns = <54>;
[all …]
Domap2430-sdp.dts48 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>;
56 gpmc,we-on-ns = <66>;
57 gpmc,we-off-ns = <169>;
[all …]
/Linux-v5.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 …]
/Linux-v5.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 …]
/Linux-v5.10/Documentation/devicetree/bindings/mips/cavium/
Dbootbus.txt32 - cavium,t-adr: A cell specifying the ADR timing (in nS).
34 - cavium,t-ce: A cell specifying the CE timing (in nS).
36 - cavium,t-oe: A cell specifying the OE timing (in nS).
38 - cavium,t-we: A cell specifying the WE timing (in nS).
40 - cavium,t-rd-hld: A cell specifying the RD_HLD timing (in nS).
42 - cavium,t-wr-hld: A cell specifying the WR_HLD timing (in nS).
44 - cavium,t-pause: A cell specifying the PAUSE timing (in nS).
46 - cavium,t-wait: A cell specifying the WAIT timing (in nS).
48 - cavium,t-page: A cell specifying the PAGE timing (in nS).
50 - cavium,t-rd-dly: A cell specifying the RD_DLY timing (in nS).
[all …]
/Linux-v5.10/samples/bpf/
Dtest_cgrp2_tc.sh16 NS='ns'
78 $IP netns add ns || return $?
79 $IP link set dev $NS_IFC netns ns || return $?
80 $IP -n $NS link set dev $NS_IFC up || return $?
81 $IP netns exec $NS sysctl -q net.ipv6.conf.$NS_IFC.accept_dad=0
86 $IP netns del $NS
101 run_in_cgrp $CGRP2_TC_LEAF "ping -6 -c3 ff02::1%$HOST_IFC >& /dev/null"
127 $IP -6 a show dev $HOST_IFC
130 echo "$NS net:"
131 $IP -n $NS link show dev $NS_IFC
[all …]
/Linux-v5.10/kernel/
Ducount.c15 #define ucounts_hashfn(ns, uid) \ argument
16 hash_long((unsigned long)__kuid_val(uid) + (unsigned long)(ns), \
18 #define ucounts_hashentry(ns, uid) \ argument
19 (ucounts_hashtable + ucounts_hashfn(ns, uid))
43 mode = (table->mode & S_IRWXU) >> 6; in set_permissions()
47 return (mode << 6) | (mode << 3) | mode; in set_permissions()
81 bool setup_userns_sysctls(struct user_namespace *ns) in setup_userns_sysctls() argument
87 setup_sysctl_set(&ns->set, &set_root, set_is_seen); in setup_userns_sysctls()
92 tbl[i].data = &ns->ucount_max[i]; in setup_userns_sysctls()
94 ns->sysctls = __register_sysctl_table(&ns->set, "user", tbl); in setup_userns_sysctls()
[all …]
/Linux-v5.10/lib/
Dfind_bit_benchmark.c47 pr_err("find_first_bit: %18llu ns, %6ld iterations\n", time, cnt); in test_find_first_bit()
61 pr_err("find_next_bit: %18llu ns, %6ld iterations\n", time, cnt); in test_find_next_bit()
75 pr_err("find_next_zero_bit: %18llu ns, %6ld iterations\n", time, cnt); in test_find_next_zero_bit()
94 pr_err("find_last_bit: %18llu ns, %6ld iterations\n", time, cnt); in test_find_last_bit()
109 pr_err("find_next_and_bit: %18llu ns, %6ld iterations\n", time, cnt); in test_find_next_and_bit()

12345678910>>...35