/openbmc/linux/tools/testing/selftests/net/ |
H A D | icmp_redirect.sh | 117 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 …]
|
H A D | vrf_route_leaking.sh | 174 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 …]
|
H A D | vrf-xfrm-tests.sh | 88 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 …]
|
H A D | udpgro_fwd.sh | 7 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 …]
|
H A D | cmsg_so_mark.sh | 4 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 …]
|
H A D | cmsg_ipv6.sh | 6 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 …]
|
H A D | fib_nexthop_multiprefix.sh | 4 # 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 …]
|
H A D | l2tp.sh | 47 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 …]
|
H A D | fcnal-test.sh | 13 # 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 85 NSA=ns-A 86 NSB=ns-B 87 NSC=ns-C [all …]
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap-zoom-common.dtsi | 24 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 …]
|
H A D | omap3430-sdp.dts | 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>; 70 gpmc,oe-off-ns = <168>; 71 gpmc,we-on-ns = <54>; 72 gpmc,we-off-ns = <168>; [all …]
|
H A D | omap3-devkit8000-common.dtsi | 183 * 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 …]
|
H A D | dm8148-evm.dts | 61 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 …]
|
H A D | dra62x-j5eco-evm.dts | 61 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 …]
|
H A D | am335x-chilisom.dtsi | 114 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 …]
|
H A D | omap3-cm-t3x.dtsi | 279 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 …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | am335x-brppt1-nand.dts | 18 order-no = "6PPT30 (NAND)"; 50 enable-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>; 287 ti,adc-channels = <5 6 7>; 306 gpmc,cs-on-ns = <0>; 307 gpmc,cs-rd-off-ns = <44>; 308 gpmc,cs-wr-off-ns = <44>; 309 gpmc,adv-on-ns = <6>; 310 gpmc,adv-rd-off-ns = <34>; 311 gpmc,adv-wr-off-ns = <44>; 312 gpmc,we-on-ns = <0>; [all …]
|
H A D | rk3288-veyron.dtsi | 30 write-protect-gpio = <&gpio7 6 GPIO_ACTIVE_LOW>; 37 0 1 2 3 4 5 6 7 320 i2c-scl-falling-time-ns = <50>; /* 2.5ns measured */ 321 i2c-scl-rising-time-ns = <100>; /* 45ns measured */ 466 i2c-scl-falling-time-ns = <50>; /* 2.5ns measured */ 467 i2c-scl-rising-time-ns = <100>; /* 40ns measured */ 481 i2c-scl-falling-time-ns = <50>; /* 10ns measured */ 482 i2c-scl-rising-time-ns = <800>; /* 600ns measured */ 499 i2c-scl-falling-time-ns = <50>; 500 i2c-scl-rising-time-ns = <300>; [all …]
|
/openbmc/linux/ipc/ |
H A D | mq_sysctl.c | 83 struct ipc_namespace *ns = in mq_set_ownership() local 86 kuid_t ns_root_uid = make_kuid(ns->user_ns, 0); in mq_set_ownership() 87 kgid_t ns_root_gid = make_kgid(ns->user_ns, 0); in mq_set_ownership() 102 mode >>= 6; in mq_permissions() 109 return (mode << 6) | (mode << 3) | mode; in mq_permissions() 118 bool setup_mq_sysctls(struct ipc_namespace *ns) in setup_mq_sysctls() argument 122 setup_sysctl_set(&ns->mq_set, &set_root, set_is_seen); in setup_mq_sysctls() 130 tbl[i].data = &ns->mq_queues_max; in setup_mq_sysctls() 133 tbl[i].data = &ns->mq_msg_max; in setup_mq_sysctls() 136 tbl[i].data = &ns->mq_msgsize_max; in setup_mq_sysctls() [all …]
|
/openbmc/linux/lib/ |
H A D | find_bit_benchmark.c | 47 pr_err("find_first_bit: %18llu ns, %6ld iterations\n", time, cnt); in test_find_first_bit() 66 pr_err("find_first_and_bit: %18llu ns, %6ld iterations\n", time, cnt); in test_find_first_and_bit() 80 pr_err("find_next_bit: %18llu ns, %6ld iterations\n", time, cnt); in test_find_next_bit() 94 pr_err("find_next_zero_bit: %18llu ns, %6ld iterations\n", time, cnt); in test_find_next_zero_bit() 113 pr_err("find_last_bit: %18llu ns, %6ld iterations\n", time, cnt); in test_find_last_bit() 129 pr_err("find_nth_bit: %18llu ns, %6ld iterations\n", time, w); in test_find_nth_bit() 144 pr_err("find_next_and_bit: %18llu ns, %6ld iterations\n", time, cnt); in test_find_next_and_bit()
|
/openbmc/linux/samples/bpf/ |
H A D | test_cgrp2_tc.sh | 16 NS='ns' 79 $IP netns add $NS || return $? 80 $IP link set dev $NS_IFC netns $NS || return $? 81 $IP -n $NS link set dev $NS_IFC up || return $? 82 $IP netns exec $NS sysctl -q net.ipv6.conf.$NS_IFC.disable_ipv6=0 83 $IP netns exec $NS sysctl -q net.ipv6.conf.$NS_IFC.accept_dad=0 88 $IP netns del $NS 103 run_in_cgrp $CGRP2_TC_LEAF "ping -6 -c3 ff02::1%$HOST_IFC >& /dev/null" 129 $IP -6 a show dev $HOST_IFC 132 echo "$NS net:" [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/mips/cavium/ |
H A D | bootbus.txt | 32 - 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 …]
|
/openbmc/u-boot/tools/logos/ |
H A D | u-boot_logo.svg | 8 xmlns:cc="http://creativecommons.org/ns#" 9 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 47 rdf:resource="http://creativecommons.org/ns#Reproduction" /> 49 rdf:resource="http://creativecommons.org/ns#Distribution" /> 51 rdf:resource="http://creativecommons.org/ns#Notice" /> 53 rdf:resource="http://creativecommons.org/ns#Attribution" /> 55 rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /> 57 rdf:resource="http://creativecommons.org/ns#ShareAlike" /> 105 id="path4136-6-6-1-6-3-5" /> 110 id="path4136-6-6-1-6-3-5-1-9" /> [all …]
|
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/ |
H A D | mem.h | 41 #define SDP_3430_SDRC_RFR_CTRL_133MHz 0x0003de01 /* 7.8us/7.5ns - 50=0x3de */ 42 #define SDP_3430_SDRC_RFR_CTRL_165MHz 0x0004e201 /* 7.8us/6ns - 50=0x4e2 */ 43 #define SDP_3430_SDRC_RFR_CTRL_200MHz 0x0005e601 /* 7.8us/5ns - 50=0x5e6 */ 63 #define ACTIM_CTRLA_TDPL(v) (((v) & 0x07) << 6) /* 8:6 */ 96 #define V_MCFG_BANKALLOCATION_RBC (0x2 << 6) /* 6:7 */ 110 /* Hynix part of Overo (165MHz optimized) 6.06ns */ 111 #define HYNIX_TDAL_165 6 137 #define HYNIX_TDAL_200 6 162 /* Infineon part of 3430SDP (165MHz optimized) 6.06ns */ 163 #define INFINEON_TDAL_165 6 /* Twr/Tck + Trp/tck */ [all …]
|
/openbmc/linux/tools/testing/selftests/netfilter/ |
H A D | nft_zones_many.sh | 7 ns="ns-$sfx" 18 ip netns del $ns 31 checktool "ip netns add $ns" "create net namespace" 40 ip -net "$ns" link set lo up 45 ip netns exec $ns sysctl -q net.netfilter.nf_conntrack_udp_timeout=3600 46 ip netns exec $ns nft -f /dev/stdin<<EOF 69 ) | ip netns exec $ns nft -f /dev/stdin 81 …dd if=/dev/zero of=/dev/stdout bs=8k count=1000 2>/dev/null | ip netns exec "$ns" socat STDIN UDP:… 93 local count=$(ip netns exec "$ns" conntrack -C) 99 ip netns exec $ns conntrack -S 1>&2 [all …]
|