/linux-2.6.39/net/ipv6/ |
D | sysctl_net_ipv6.c | 45 .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()
|
D | route.c | 719 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/ |
D | ti113x.h | 509 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/ |
D | bfin_mac.c | 390 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/ |
D | proc_sysctl.c | 31 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()
|
D | Kconfig | 48 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/ |
D | cxgb.txt | 118 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 …]
|
D | tcp.txt | 53 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.
|
D | s2io.txt | 93 # 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/ |
D | README | 5 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
|
D | 00-INDEX | 4 - general information about /proc/sys/ sysctl files.
|
/linux-2.6.39/net/phonet/ |
D | Makefile | 8 sysctl.o \
|
/linux-2.6.39/drivers/ide/ |
D | tx4939ide.c | 156 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/ |
D | Makefile | 8 coda_linux.o symlink.o pioctl.o sysctl.o
|
/linux-2.6.39/arch/mips/lasat/ |
D | Makefile | 8 obj-$(CONFIG_LASAT_SYSCTL) += sysctl.o
|
D | Kconfig | 14 bool "LASAT sysctl interface"
|
/linux-2.6.39/security/keys/ |
D | Makefile | 20 obj-$(CONFIG_SYSCTL) += sysctl.o
|
/linux-2.6.39/fs/ntfs/ |
D | Makefile | 6 index.o inode.o mft.o mst.o namei.o runlist.o super.o sysctl.o \
|
/linux-2.6.39/net/sunrpc/ |
D | Makefile | 18 sunrpc-$(CONFIG_SYSCTL) += sysctl.o
|
/linux-2.6.39/include/net/netns/ |
D | ipv6.h | 31 struct netns_sysctl_ipv6 sysctl; member
|
/linux-2.6.39/net/sctp/ |
D | Makefile | 19 sctp-$(CONFIG_SYSCTL) += sysctl.o
|
/linux-2.6.39/net/dccp/ |
D | Makefile | 25 dccp-$(CONFIG_SYSCTL) += sysctl.o
|
/linux-2.6.39/net/rds/ |
D | Makefile | 3 recv.o send.o stats.o sysctl.o threads.o transport.o \
|
/linux-2.6.39/fs/nfs/ |
D | Makefile | 19 nfs-$(CONFIG_SYSCTL) += sysctl.o
|
/linux-2.6.39/arch/frv/kernel/ |
D | Makefile | 21 obj-$(CONFIG_SYSCTL) += sysctl.o
|