/openbmc/linux/tools/testing/selftests/netfilter/ |
H A D | ipvs.sh | 141 ip netns exec ns1 sysctl -qw net.ipv4.ip_forward=1 147 ip netns exec ns2 sysctl -qw net.ipv4.conf.all.arp_ignore=1 148 ip netns exec ns2 sysctl -qw net.ipv4.conf.all.arp_announce=2 150 ip netns exec ns2 sysctl -qw net.ipv4.conf.all.rp_filter=0 160 ip netns exec ns1 sysctl -qw net.ipv4.ip_forward=1 176 ip netns exec ns1 sysctl -qw net.ipv4.ip_forward=0 185 ip netns exec ns2 sysctl -qw net.ipv4.conf.all.arp_ignore=1 186 ip netns exec ns2 sysctl -qw net.ipv4.conf.all.arp_announce=2 187 ip netns exec ns2 sysctl -qw net.ipv4.conf.all.rp_filter=0 188 ip netns exec ns2 sysctl -qw net.ipv4.conf.tunl0.rp_filter=0 [all …]
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | ndisc_unsolicited_na_test.sh | 90 ${IP_ROUTER_EXEC} sysctl -qw \ 92 ${IP_ROUTER_EXEC} sysctl -qw \ 94 ${IP_ROUTER_EXEC} sysctl -qw \ 96 ${IP_ROUTER_EXEC} sysctl -qw ${ROUTER_CONF}.disable_ipv6=0 102 ${IP_HOST_EXEC} sysctl -qw ${HOST_CONF}.ndisc_notify=1 103 ${IP_HOST_EXEC} sysctl -qw ${HOST_CONF}.disable_ipv6=0
|
H A D | bareudp.sh | 233 ip netns exec "${NS1}" sysctl -qw net.ipv4.ip_forward=1 234 ip netns exec "${NS2}" sysctl -qw net.ipv4.ip_forward=1 241 ip netns exec "${NS1}" sysctl -qw net.ipv4.conf.all.rp_filter=0 242 ip netns exec "${NS2}" sysctl -qw net.ipv4.conf.all.rp_filter=0 243 ip netns exec "${NS1}" sysctl -qw net.ipv4.conf.default.rp_filter=0 244 ip netns exec "${NS2}" sysctl -qw net.ipv4.conf.default.rp_filter=0 257 ip netns exec "${NS1}" sysctl -qw net.ipv6.conf.all.forwarding=1 258 ip netns exec "${NS2}" sysctl -qw net.ipv6.conf.all.forwarding=1 273 ip netns exec "${NS1}" sysctl -qw net.mpls.platform_labels=256 274 ip netns exec "${NS2}" sysctl -qw net.mpls.platform_labels=256 [all …]
|
H A D | traceroute.sh | 85 ip netns exec ${ns} sysctl -qw net.ipv4.ip_forward=1 86 ip netns exec ${ns} sysctl -qw net.ipv6.conf.all.keep_addr_on_down=1 87 ip netns exec ${ns} sysctl -qw net.ipv6.conf.all.forwarding=1 88 ip netns exec ${ns} sysctl -qw net.ipv6.conf.default.forwarding=1 89 ip netns exec ${ns} sysctl -qw net.ipv6.conf.default.accept_dad=0 266 ip netns exec router sysctl -qw \
|
H A D | l2tp.sh | 96 ip netns exec ${ns} sysctl -qw net.ipv4.ip_forward=1 97 ip netns exec ${ns} sysctl -qw net.ipv6.conf.all.keep_addr_on_down=1 98 ip netns exec ${ns} sysctl -qw net.ipv6.conf.all.forwarding=1 99 ip netns exec ${ns} sysctl -qw net.ipv6.conf.default.forwarding=1 100 ip netns exec ${ns} sysctl -qw net.ipv6.conf.default.accept_dad=0
|
H A D | vrf-xfrm-tests.sh | 132 ip netns exec ${ns} sysctl -qw net.ipv4.ip_forward=1 133 ip netns exec ${ns} sysctl -qw net.ipv6.conf.all.keep_addr_on_down=1 134 ip netns exec ${ns} sysctl -qw net.ipv6.conf.all.forwarding=1 135 ip netns exec ${ns} sysctl -qw net.ipv6.conf.default.forwarding=1 136 ip netns exec ${ns} sysctl -qw net.ipv6.conf.default.accept_dad=0
|
H A D | fib_rule_tests.sh | 340 ip netns exec testns sysctl -qw net.ipv4.ip_forward=1 341 ip netns exec testns sysctl -qw net.ipv4.conf.$DEV.rp_filter=0 344 ip netns exec testns sysctl -qw net.ipv4.ip_forward=0
|
H A D | arp_ndisc_untracked_subnets.sh | 94 ip netns exec ${HOST_NS_V6} sysctl -qw ${HOST_CONF}.ndisc_notify=1 95 ip netns exec ${HOST_NS_V6} sysctl -qw ${HOST_CONF}.disable_ipv6=0
|
H A D | fib_nexthops.sh | 159 ip netns exec ${n} sysctl -qw net.ipv4.ip_forward=1 160 ip netns exec ${n} sysctl -qw net.ipv4.fib_multipath_use_neigh=1 161 ip netns exec ${n} sysctl -qw net.ipv4.conf.default.ignore_routes_with_linkdown=1 162 ip netns exec ${n} sysctl -qw net.ipv6.conf.all.keep_addr_on_down=1 163 ip netns exec ${n} sysctl -qw net.ipv6.conf.all.forwarding=1 164 ip netns exec ${n} sysctl -qw net.ipv6.conf.default.forwarding=1 165 ip netns exec ${n} sysctl -qw net.ipv6.conf.default.ignore_routes_with_linkdown=1 166 ip netns exec ${n} sysctl -qw net.ipv6.conf.all.accept_dad=0 167 ip netns exec ${n} sysctl -qw net.ipv6.conf.default.accept_dad=0
|
H A D | test_bridge_backup_port.sh | 144 ip netns exec $ns sysctl -qw net.ipv6.conf.all.keep_addr_on_down=1 145 ip netns exec $ns sysctl -qw net.ipv6.conf.default.ignore_routes_with_linkdown=1 146 ip netns exec $ns sysctl -qw net.ipv6.conf.all.accept_dad=0 147 ip netns exec $ns sysctl -qw net.ipv6.conf.default.accept_dad=0
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | sdma.h | 255 __le64 qw[2]; member 522 tx->descs[0].qw[0] = SDMA_DESC0_FIRST_DESC_FLAG; in sdma_txinit_ahg() 523 tx->descs[0].qw[1] = 0; in sdma_txinit_ahg() 525 tx->descs[0].qw[1] |= in sdma_txinit_ahg() 578 return (d->qw[1] & SDMA_DESC1_GENERATION_SMASK) in sdma_mapping_type() 584 return (d->qw[0] & SDMA_DESC0_BYTE_COUNT_SMASK) in sdma_mapping_len() 590 return (d->qw[0] & SDMA_DESC0_PHY_ADDR_SMASK) in sdma_mapping_addr() 610 desc->qw[0] = 0; in make_tx_sdma_desc() 611 desc->qw[1] = ((u64)type & SDMA_DESC1_GENERATION_MASK) in make_tx_sdma_desc() 614 desc->qw[0] |= (((u64)addr & SDMA_DESC0_PHY_ADDR_MASK) in make_tx_sdma_desc() [all …]
|
H A D | sdma.c | 2273 sde->descq[tail].qw[0] = cpu_to_le64(descp->qw[0]); in submit_tx() 2274 sde->descq[tail].qw[1] = cpu_to_le64(add_gen(sde, descp->qw[1])); in submit_tx() 2275 trace_hfi1_sdma_descriptor(sde, descp->qw[0], descp->qw[1], in submit_tx() 2284 sde->descq[tail].qw[0] = cpu_to_le64(descp->qw[0]); in submit_tx() 2287 qw1 = descp->qw[1]; in submit_tx() 3211 tx->descs[2].qw[0] = 0; in _sdma_txreq_ahgadd() 3212 tx->descs[2].qw[1] = 0; in _sdma_txreq_ahgadd() 3216 tx->descs[1].qw[0] = 0; in _sdma_txreq_ahgadd() 3217 tx->descs[1].qw[1] = 0; in _sdma_txreq_ahgadd() 3221 tx->descs[0].qw[1] |= in _sdma_txreq_ahgadd() [all …]
|
H A D | sdma_txreq.h | 21 u64 qw[2]; member
|
/openbmc/openbmc/poky/meta/recipes-devtools/perl/libxml-parser-perl/ |
H A D | 0001-Makefile.PL-make-check_lib-cross-friendly.patch | 6 lib => qw(expat) does not seem to respect EXPATLIBPATH and 24 - lib => [qw(expat)], 25 + #lib => [qw(expat)],
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0015-gprofng-change-use-of-bignum-to-bigint.patch | 15 use List::Util qw (max); 16 use Cwd qw (abs_path cwd);
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_tc_tunnel.sh | 283 ip netns exec "${ns2}" sysctl -qw net.mpls.platform_labels=65536 286 ip netns exec "${ns2}" sysctl -qw net.mpls.conf.testtun0.input=1 287 ip netns exec "${ns2}" sysctl -qw net.ipv4.conf.lo.rp_filter=0 294 ip netns exec "${ns2}" sysctl -qw net.ipv4.conf.all.rp_filter=0 297 ip netns exec "${ns2}" sysctl -qw net.ipv4.conf.testtun0.rp_filter=0
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/libnet-libidn-perl-0.12/ |
H A D | libidn-wr-cross-compile.patch | 35 - foreach my $cc (qw/cc gcc/) 36 + foreach my $cc ($compiler, qw/cc gcc/)
|
/openbmc/openbmc/poky/meta/recipes-devtools/opkg-utils/opkg-utils/ |
H A D | 0001-update-alternatives-correctly-match-priority.patch | 24 - if grep -qw "$priority" $ad/$name; then 25 + if grep -qw "$priority"$ $ad/$name; then
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | ip6_forward_instats_vrf.sh | 132 sysctl -qw net.ipv6.conf.all.forwarding=0 135 sysctl -qw net.ipv6.conf.all.forwarding=1
|
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | fib_notifications.sh | 89 ip netns exec testns1 sysctl -qw net.$ip.fib_notify_on_flag_change=$notify 141 ip netns exec testns1 sysctl -qw net.$ip.fib_notify_on_flag_change=$notify 184 ip netns exec testns1 sysctl -qw net.$ip.fib_notify_on_flag_change=$notify
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | fib.sh | 232 ip netns exec testns1 sysctl -qw net.ipv4.fib_notify_on_flag_change=$notify 233 ip netns exec testns1 sysctl -qw net.ipv6.fib_notify_on_flag_change=$notify
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_sdma.c | 232 __le64 *descqp = &ppd->sdma_descq[head].qw[0]; in unmap_desc() 552 descqp = &ppd->sdma_descq[tail].qw[0]; in qib_sdma_verbs_send() 559 descqp = &ppd->sdma_descq[0].qw[0]; in qib_sdma_verbs_send() 589 descqp = &ppd->sdma_descq[0].qw[0]; in qib_sdma_verbs_send() 598 descqp = &ppd->sdma_descq[ppd->sdma_descq_cnt].qw[0]; in qib_sdma_verbs_send() 706 descqp = &descq[head].qw[0]; in dump_sdma_state()
|
/openbmc/openbmc/poky/meta/recipes-extended/lsb/lsb-release/ |
H A D | help2man-reproducibility.patch | 14 } qw(help), $opt_version_key;
|
/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/ |
H A D | kprobe_args_syntax.tc | 10 if ! grep -qw ${GOODSYM} /proc/kallsyms ; then
|
/openbmc/qemu/hw/xen/ |
H A D | xen-hvm-common.c | 484 int qw; in handle_buffered_iopage() local 513 qw = (req.size == 8); in handle_buffered_iopage() 514 if (qw) { in handle_buffered_iopage() 535 qatomic_add(&buf_page->read_pointer, qw + 1); in handle_buffered_iopage() 536 handled += qw + 1; in handle_buffered_iopage()
|