Searched refs:all (Results 176 - 200 of 540) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/ci/
H A Digt_runner.sh60 curl -L --retry 4 -f --retry-all-errors --retry-delay 60 -s ${FDO_HTTP_CACHE_URI:-}$PIPELINE_ARTIFACTS_BASE/$ARCH/igt.tar.gz | tar --zstd -v -x -C /
70 # so run it in all shards
/linux-master/tools/testing/selftests/net/
H A Dvrf_route_leaking.sh183 ip -netns "${ns}" rule add pref 32765 from all lookup local
185 ip -netns "${ns}" -6 rule add pref 32765 from all lookup local
215 ip netns exec $ns sysctl -q -w net.ipv6.conf.all.forwarding=0
216 ip netns exec $ns sysctl -q -w net.ipv6.conf.all.keep_addr_on_down=1
219 ip netns exec $ns sysctl -q -w net.ipv6.conf.all.forwarding=1
293 ip netns exec $ns sysctl -q -w net.ipv6.conf.all.forwarding=0
294 ip netns exec $ns sysctl -q -w net.ipv6.conf.all.keep_addr_on_down=1
297 ip netns exec $ns sysctl -q -w net.ipv6.conf.all.forwarding=1
H A Dsrv6_end_dt6_l3vpn_test.sh31 # First of all, L2 reachability of the host hs-t100-2 is taken into account by
234 ip netns exec ${nsname} sysctl -wq net.ipv6.conf.all.accept_dad=0
241 ip netns exec ${nsname} sysctl -wq net.ipv6.conf.all.forwarding=1
254 ip netns exec ${hsname} sysctl -wq net.ipv6.conf.all.accept_dad=0
268 ip netns exec ${rtname} sysctl -wq net.ipv6.conf.all.accept_dad=0
308 # all sids for VPNs start with a common locator which is fc00::/16.
/linux-master/arch/um/
H A DMakefile83 # -Derrno=kernel_errno - This turns all kernel references to errno into
98 all: linux
124 -fno-stack-protector $(call cc-option, -fno-stack-protector-all)
/linux-master/tools/testing/selftests/
H A Dlib.mk61 all: $(TEST_GEN_PROGS) $(TEST_GEN_PROGS_EXTENDED) $(TEST_GEN_FILES) \
90 run_tests: all
134 install: all
188 .PHONY: run_tests all clean install emit_tests gen_mods_dir clean_mods_dir
/linux-master/arch/m68k/kernel/
H A Dsun3-head.S26 | todo: all these should be in bss!
/linux-master/scripts/
H A Dheaderdep.pl22 all => \$opt_all,
46 print " --all\n";
88 # Parse all the headers.
/linux-master/net/netfilter/ipvs/
H A Dip_vs_nfct.c19 * this way we can see their proper conntrack state in all hooks
20 * - support for all forwarding methods, not only NAT
56 ntohs((T)->src.u.all), \
58 ntohs((T)->dst.u.all), \
254 tuple.src.u.all = cp->cport;
257 tuple.dst.u.all = cp->vport;
/linux-master/include/linux/
H A Dnetpoll.h18 __u32 all[4]; member in union:inet_addr
/linux-master/tools/build/
H A DMakefile31 all: $(OUTPUT)fixdep
/linux-master/tools/testing/selftests/net/forwarding/
H A Drouter.sh194 sysctl_set net.ipv4.conf.all.rp_filter 0
210 sysctl_restore net.ipv4.conf.all.rp_filter
272 sysctl_set net.ipv4.conf.all.rp_filter 0
288 sysctl_restore net.ipv4.conf.all.rp_filter
H A Drouter_broadcast.sh146 sysctl_set net.ipv4.conf.all.bc_forwarding 0
153 sysctl_set net.ipv4.conf.all.bc_forwarding 1
162 sysctl_restore net.ipv4.conf.all.bc_forwarding
/linux-master/arch/arm/kernel/
H A Dhyp-stub.S107 * Turn off all traps
118 @ Disable all traps, so we don't get any nasty surprise
214 * all by the stubs.
/linux-master/tools/perf/
H A DMakefile12 # so that we pass through all targets to Makefile.perf:
68 all tags TAGS:
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Done_armed_router.sh230 sysctl_set net.ipv4.conf.all.accept_redirects 0
231 sysctl_set net.ipv6.conf.all.accept_redirects 0
246 sysctl_restore net.ipv6.conf.all.accept_redirects
247 sysctl_restore net.ipv4.conf.all.accept_redirects
/linux-master/net/netfilter/
H A Dnf_conntrack_proto_gre.c65 km->tuple.dst.u.all == t->dst.u.all;
164 tuple->src.u.all = 0;
165 tuple->dst.u.all = 0;
H A Dnft_redir.c52 plen = sizeof_field(struct nf_nat_range, min_proto.all);
112 range.min_proto.all = (__force __be16)
114 range.max_proto.all = (__force __be16)
/linux-master/tools/testing/selftests/bpf/
H A Dgenerate_udp_fragments.py20 from scapy.all import *
/linux-master/tools/include/nolibc/
H A DMakefile48 # install all headers needed to support a bare-metal compiler
49 all: headers
55 @echo " all call \"headers\""
/linux-master/net/ethtool/
H A Dfeatures.c17 u32 all[ETHTOOL_DEV_FEATURE_WORDS]; member in struct:features_reply_data
49 ethnl_features_to_bitmap32(data->all, all_features);
62 ret = ethnl_bitset32_size(data->hw, data->all, NETDEV_FEATURE_COUNT,
95 data->all, NETDEV_FEATURE_COUNT,
/linux-master/arch/riscv/kernel/
H A Dmcount-dyn.S64 * @all: tell if saving all the regs
66 * If all is set, all the regs will be saved, otherwise only ABI
98 .macro SAVE_ABI_REGS, all=0
117 .if \all == 1
150 .macro RESTORE_ABI_REGS, all=0
162 .if \all == 1
/linux-master/tools/testing/selftests/netfilter/
H A Dipip-conntrack-mtu.sh92 # No iptables rules at all.
111 ip netns exec ${r_a} sysctl -q net.ipv4.conf.all.forwarding=1 > /dev/null
122 # No iptables rules at all.
141 ip netns exec ${r_b} sysctl -q net.ipv4.conf.all.forwarding=1 > /dev/null
166 ip netns exec ${r_w} sysctl -q net.ipv4.conf.all.forwarding=1 > /dev/null
/linux-master/tools/lib/thermal/
H A DMakefile80 all:
119 all: fixdep
165 .PHONY: all install clean FORCE
/linux-master/tools/lib/perf/
H A DMakefile79 all:
136 all: fixdep
220 .PHONY: all install clean tests FORCE
/linux-master/usr/
H A Dgen_initramfs.sh22 directory. "squash" forces all files to uid 0.
25 directory. "squash" forces all files to gid 0.
26 -d <date> Use date for all file mtime values
182 # If a directory is specified then add all files in it to fs

Completed in 252 milliseconds

1234567891011>>