Searched refs:sysctl (Results 1 - 25 of 330) sorted by relevance

1234567891011>>

/linux-master/drivers/soc/canaan/
H A DMakefile3 obj-$(CONFIG_SOC_K210_SYSCTL) += k210-sysctl.o
/linux-master/tools/testing/selftests/sysctl/
H A DMakefile2 # Makefile for sysctl selftests.
8 TEST_PROGS := sysctl.sh
/linux-master/include/net/netns/
H A Dieee802154_6lowpan.h18 struct netns_sysctl_lowpan sysctl; member in struct:netns_ieee802154_lowpan
/linux-master/include/net/netfilter/
H A Dnf_hooks_lwtunnel.h1 #include <linux/sysctl.h>
/linux-master/tools/testing/selftests/net/
H A Dip_defrag.sh17 ip netns exec "${NETNS}" sysctl -w net.ipv4.ipfrag_high_thresh=9000000 >/dev/null 2>&1
18 ip netns exec "${NETNS}" sysctl -w net.ipv4.ipfrag_low_thresh=7000000 >/dev/null 2>&1
19 ip netns exec "${NETNS}" sysctl -w net.ipv4.ipfrag_time=1 >/dev/null 2>&1
21 ip netns exec "${NETNS}" sysctl -w net.ipv6.ip6frag_high_thresh=9000000 >/dev/null 2>&1
22 ip netns exec "${NETNS}" sysctl -w net.ipv6.ip6frag_low_thresh=7000000 >/dev/null 2>&1
23 ip netns exec "${NETNS}" sysctl -w net.ipv6.ip6frag_time=1 >/dev/null 2>&1
25 ip netns exec "${NETNS}" sysctl -w net.netfilter.nf_conntrack_frag6_high_thresh=9000000 >/dev/null 2>&1
26 ip netns exec "${NETNS}" sysctl -w net.netfilter.nf_conntrack_frag6_low_thresh=7000000 >/dev/null 2>&1
27 ip netns exec "${NETNS}" sysctl -w net.netfilter.nf_conntrack_frag6_timeout=1 >/dev/null 2>&1
30 ip netns exec "${NETNS}" sysctl
[all...]
H A Dreuseaddr_ports_exhausted.sh17 sysctl -w net.ipv4.ip_local_port_range="32768 32768" \
20 sysctl -w net.ipv4.ip_autobind_reuse=1 > /dev/null 2>&1
H A Dstress_reuseport_listen.sh11 ip netns exec $NS sysctl -q -w net.ipv6.ip_nonlocal_bind=1
H A Droute_localnet.sh16 sysctl -w net.ipv4.conf.veth0.route_localnet=1
17 ip netns exec "${PEER_NS}" sysctl -w net.ipv4.conf.veth1.route_localnet=1
42 sysctl -w net.ipv4.conf.veth0.arp_announce=2
43 ip netns exec "${PEER_NS}" sysctl -w net.ipv4.conf.veth1.arp_announce=2
59 sysctl -w net.ipv4.conf.veth0.arp_ignore=3
60 ip netns exec "${PEER_NS}" sysctl -w net.ipv4.conf.veth1.arp_ignore=3
H A Dndisc_unsolicited_na_test.sh85 ${IP_ROUTER_EXEC} sysctl -qw \
87 ${IP_ROUTER_EXEC} sysctl -qw \
89 ${IP_ROUTER_EXEC} sysctl -qw \
91 ${IP_ROUTER_EXEC} sysctl -qw ${ROUTER_CONF}.disable_ipv6=0
97 ${IP_HOST_EXEC} sysctl -qw ${HOST_CONF}.ndisc_notify=1
98 ${IP_HOST_EXEC} sysctl -qw ${HOST_CONF}.disable_ipv6=0
/linux-master/net/ipv6/
H A Dsysctl_net_ipv6.c3 * sysctl_net_ipv6.c: sysctl interface to net IPV6 subsystem.
6 * YOSHIFUJI Hideaki @USAGI: added icmp sysctl table.
10 #include <linux/sysctl.h>
40 ipv6.sysctl.multipath_hash_policy);
56 ipv6.sysctl.multipath_hash_fields);
67 .data = &init_net.ipv6.sysctl.bindv6only,
74 .data = &init_net.ipv6.sysctl.anycast_src_echo_reply,
81 .data = &init_net.ipv6.sysctl.flowlabel_consistency,
88 .data = &init_net.ipv6.sysctl.auto_flowlabels,
96 .data = &init_net.ipv6.sysctl
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dtest_kmod.sh28 sysctl -w net.core.bpf_jit_enable=$1 2>&1 > /dev/null
29 sysctl -w net.core.bpf_jit_harden=$2 2>&1 > /dev/null
56 JE=`sysctl -n net.core.bpf_jit_enable`
57 JH=`sysctl -n net.core.bpf_jit_harden`
62 sysctl -w net.core.bpf_jit_enable=$JE 2>&1 > /dev/null
63 sysctl -w net.core.bpf_jit_harden=$JH 2>&1 > /dev/null
H A Dtest_tcp_check_syncookie.sh40 ns1_exec sysctl -w net.ipv4.tcp_syncookies=2
41 ns1_exec sysctl -w net.ipv4.tcp_window_scaling=0
42 ns1_exec sysctl -w net.ipv4.tcp_timestamps=0
43 ns1_exec sysctl -w net.ipv4.tcp_sack=0
/linux-master/net/phonet/
H A DMakefile9 sysctl.o \
/linux-master/fs/coda/
H A DMakefile10 coda-$(CONFIG_SYSCTL) += sysctl.o
H A Dsysctl.c11 #include <linux/sysctl.h>
/linux-master/kernel/printk/
H A DMakefile9 printk_support-$(CONFIG_SYSCTL) += sysctl.o
/linux-master/fs/cachefiles/
H A Derror_inject.c8 #include <linux/sysctl.h>
/linux-master/arch/arm/mm/
H A Dhugetlbpage.c16 #include <linux/sysctl.h>
/linux-master/drivers/scsi/
H A Dscsi_sysctl.c9 #include <linux/sysctl.h>
/linux-master/fs/
H A Dsysctls.c8 #include <linux/sysctl.h>
/linux-master/tools/testing/selftests/netfilter/
H A Dnft_nat_zones.sh40 v4gc1=$(sysctl -n net.ipv4.neigh.default.gc_thresh1 2>/dev/null)
41 v4gc2=$(sysctl -n net.ipv4.neigh.default.gc_thresh2 2>/dev/null)
42 v4gc3=$(sysctl -n net.ipv4.neigh.default.gc_thresh3 2>/dev/null)
43 v6gc1=$(sysctl -n net.ipv6.neigh.default.gc_thresh1 2>/dev/null)
44 v6gc2=$(sysctl -n net.ipv6.neigh.default.gc_thresh2 2>/dev/null)
45 v6gc3=$(sysctl -n net.ipv6.neigh.default.gc_thresh3 2>/dev/null)
55 sysctl -q net.ipv4.neigh.default.gc_thresh1=$v4gc1 2>/dev/null
56 sysctl -q net.ipv4.neigh.default.gc_thresh2=$v4gc2 2>/dev/null
57 sysctl -q net.ipv4.neigh.default.gc_thresh3=$v4gc3 2>/dev/null
58 sysctl
[all...]
H A Dipvs.sh141 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
151 ip netns exec ns2 sysctl -qw net.ipv4.conf.veth21.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
177 ip netns exec ns1 sysctl -qw net.ipv4.conf.all.send_redirects=0
178 ip netns exec ns1 sysctl -qw net.ipv4.conf.default.send_redirects=0
185 ip netns exec ns2 sysctl
[all...]
/linux-master/net/appletalk/
H A Dsysctl_net_atalk.c3 * sysctl_net_atalk.c: sysctl interface to net AppleTalk subsystem.
10 #include <linux/sysctl.h>
/linux-master/include/linux/
H A Dkmod.h15 #include <linux/sysctl.h>
20 extern char modprobe_path[]; /* for sysctl */
/linux-master/security/
H A Dmin_addr.c5 #include <linux/sysctl.h>
29 * sysctl handler which just sets dac_mmap_min_addr = the new value and then

Completed in 203 milliseconds

1234567891011>>