Home
last modified time | relevance | path

Searched refs:sysctl (Results 1 – 25 of 86) sorted by relevance

1234

/linux-2.6.39/net/ipv6/
Dsysctl_net_ipv6.c45 .data = &init_net.ipv6.sysctl.bindv6only,
94 ipv6_table[2].data = &net->ipv6.sysctl.bindv6only; in ipv6_sysctl_net_init()
96 net->ipv6.sysctl.table = register_net_sysctl_table(net, net_ipv6_ctl_path, in ipv6_sysctl_net_init()
98 if (!net->ipv6.sysctl.table) in ipv6_sysctl_net_init()
120 ipv6_table = net->ipv6.sysctl.table->ctl_table_arg; in ipv6_sysctl_net_exit()
124 unregister_net_sysctl_table(net->ipv6.sysctl.table); in ipv6_sysctl_net_exit()
Droute.c719 net->ipv6.sysctl.ip6_rt_gc_min_interval; in rt6_alloc_cow()
721 net->ipv6.sysctl.ip6_rt_gc_elasticity; in rt6_alloc_cow()
724 net->ipv6.sysctl.ip6_rt_gc_elasticity = 1; in rt6_alloc_cow()
725 net->ipv6.sysctl.ip6_rt_gc_min_interval = 0; in rt6_alloc_cow()
729 net->ipv6.sysctl.ip6_rt_gc_elasticity = in rt6_alloc_cow()
731 net->ipv6.sysctl.ip6_rt_gc_min_interval = in rt6_alloc_cow()
999 if (mtu < net->ipv6.sysctl.ip6_rt_min_advmss) in ip6_default_advmss()
1000 mtu = net->ipv6.sysctl.ip6_rt_min_advmss; in ip6_default_advmss()
1128 int rt_min_interval = net->ipv6.sysctl.ip6_rt_gc_min_interval; in ip6_dst_gc()
1129 int rt_max_size = net->ipv6.sysctl.ip6_rt_max_size; in ip6_dst_gc()
[all …]
/linux-2.6.39/drivers/pcmcia/
Dti113x.h509 u32 sysctl; in ti12xx_tie_interrupts() local
512 sysctl = config_readl(socket, TI113X_SYSTEM_CONTROL); in ti12xx_tie_interrupts()
513 if (sysctl & TI122X_SCR_INTRTIE) in ti12xx_tie_interrupts()
522 sysctl |= TI122X_SCR_INTRTIE; in ti12xx_tie_interrupts()
523 config_writel(socket, TI113X_SYSTEM_CONTROL, sysctl); in ti12xx_tie_interrupts()
531 u32 sysctl = config_readl(socket, TI113X_SYSTEM_CONTROL); in ti12xx_untie_interrupts() local
532 sysctl &= ~TI122X_SCR_INTRTIE; in ti12xx_untie_interrupts()
533 config_writel(socket, TI113X_SYSTEM_CONTROL, sysctl); in ti12xx_untie_interrupts()
545 u32 mfunc, mfunc_old, devctl, sysctl; in ti12xx_irqroute_func1() local
555 sysctl = config_readl(socket, TI113X_SYSTEM_CONTROL); in ti12xx_irqroute_func1()
[all …]
/linux-2.6.39/drivers/net/
Dbfin_mac.c390 unsigned short sysctl; in mii_probe() local
401 sysctl = bfin_read_EMAC_SYSCTL(); in mii_probe()
402 sysctl = (sysctl & ~MDCDIV) | SET_MDCDIV(mdc_div); in mii_probe()
403 bfin_write_EMAC_SYSCTL(sysctl); in mii_probe()
565 unsigned short sysctl; in setup_system_regs() local
571 sysctl = bfin_read_EMAC_SYSCTL(); in setup_system_regs()
580 sysctl |= PHYIE; in setup_system_regs()
581 sysctl |= RXDWA; in setup_system_regs()
583 sysctl |= RXCKS; in setup_system_regs()
585 sysctl &= ~RXCKS; in setup_system_regs()
[all …]
/linux-2.6.39/fs/proc/
Dproc_sysctl.c31 ei->sysctl = head; in proc_sys_make_inode()
73 if (PROC_I(inode)->sysctl) in grab_header()
74 return sysctl_head_grab(PROC_I(inode)->sysctl); in grab_header()
397 return !PROC_I(dentry->d_inode)->sysctl->unregistering; in proc_sys_revalidate()
402 return !!PROC_I(dentry->d_inode)->sysctl->unregistering; in proc_sys_delete()
420 head = rcu_dereference(PROC_I(inode)->sysctl); in proc_sys_compare()
DKconfig48 The sysctl interface provides a means of dynamically changing
52 modifiable sysctl entries will be generated beneath the
54 in <file:Documentation/sysctl/>. Note that enabling this
/linux-2.6.39/Documentation/networking/
Dcxgb.txt118 sysctl -w net.ipv4.tcp_timestamps=0
121 sysctl -w net.ipv4.tcp_sack=0
124 sysctl -w net.ipv4.tcp_max_syn_backlog=3000
127 sysctl -w net.core.rmem_max=1024000
130 sysctl -w net.core.wmem_max=1024000
136 sysctl -w net.core.rmem_default=524287
139 sysctl -w net.core.wmem_default=524287
142 sysctl -w net.core.optmem_max=524287
145 sysctl -w net.core.netdev_max_backlog=300000
148 sysctl -w net.ipv4.tcp_rmem="10000000 10000000 10000000"
[all …]
Dtcp.txt53 determined by the setting of the sysctl net.ipv4.tcp_congestion_control.
60 to set it with the sysctl. If you use a sysctl, the module will be autoloaded
62 unknown congestion method, then the sysctl attempt will fail.
Ds2io.txt93 # sysctl -w net.ipv4.tcp_rmem="210000 210000 210000"
94 # sysctl -w net.ipv4.tcp_wmem="210000 210000 210000"
96 # sysctl -w net.ipv4.tcp_rmem="10000000 10000000 10000000"
97 # sysctl -w net.ipv4.tcp_wmem="10000000 10000000 10000000"
/linux-2.6.39/Documentation/sysctl/
DREADME5 for them sysctl files? If anybody really needs it, it's all in
12 Furthermore, the programmers who built sysctl have built it to
29 only the sysctl options used in this file, I'd like to hear of
D00-INDEX4 - general information about /proc/sys/ sysctl files.
/linux-2.6.39/net/phonet/
DMakefile8 sysctl.o \
/linux-2.6.39/drivers/ide/
Dtx4939ide.c156 u16 sysctl = tx4939ide_readw(base, TX4939IDE_Sys_Ctl); in tx4939ide_check_error_ints() local
158 tx4939ide_writew(sysctl | 0x4000, base, TX4939IDE_Sys_Ctl); in tx4939ide_check_error_ints()
162 tx4939ide_writew(sysctl, base, TX4939IDE_Sys_Ctl); in tx4939ide_check_error_ints()
426 u16 sysctl = hwif->select_data >> (drive->dn ? 16 : 0); in tx4939ide_tf_load_fixup() local
434 tx4939ide_writew(sysctl, base, TX4939IDE_Sys_Ctl); in tx4939ide_tf_load_fixup()
/linux-2.6.39/fs/coda/
DMakefile8 coda_linux.o symlink.o pioctl.o sysctl.o
/linux-2.6.39/arch/mips/lasat/
DMakefile8 obj-$(CONFIG_LASAT_SYSCTL) += sysctl.o
DKconfig14 bool "LASAT sysctl interface"
/linux-2.6.39/security/keys/
DMakefile20 obj-$(CONFIG_SYSCTL) += sysctl.o
/linux-2.6.39/fs/ntfs/
DMakefile6 index.o inode.o mft.o mst.o namei.o runlist.o super.o sysctl.o \
/linux-2.6.39/net/sunrpc/
DMakefile18 sunrpc-$(CONFIG_SYSCTL) += sysctl.o
/linux-2.6.39/include/net/netns/
Dipv6.h31 struct netns_sysctl_ipv6 sysctl; member
/linux-2.6.39/net/sctp/
DMakefile19 sctp-$(CONFIG_SYSCTL) += sysctl.o
/linux-2.6.39/net/dccp/
DMakefile25 dccp-$(CONFIG_SYSCTL) += sysctl.o
/linux-2.6.39/net/rds/
DMakefile3 recv.o send.o stats.o sysctl.o threads.o transport.o \
/linux-2.6.39/fs/nfs/
DMakefile19 nfs-$(CONFIG_SYSCTL) += sysctl.o
/linux-2.6.39/arch/frv/kernel/
DMakefile21 obj-$(CONFIG_SYSCTL) += sysctl.o

1234