/net/decnet/ |
D | sysctl_net_decnet.c | 136 void __user *oldval, size_t __user *oldlenp, in dn_node_address_strategy() argument 142 if (oldval && oldlenp) { in dn_node_address_strategy() 143 if (get_user(len, oldlenp)) in dn_node_address_strategy() 221 void __user *oldval, size_t __user *oldlenp, in dn_def_dev_strategy() argument 232 if (oldval && oldlenp) { in dn_def_dev_strategy() 233 if (get_user(len, oldlenp)) in dn_def_dev_strategy() 248 if (put_user(len, oldlenp)) in dn_def_dev_strategy()
|
D | dn_dev.c | 170 void __user *oldval, size_t __user *oldlenp, 322 void __user *oldval, size_t __user *oldlenp, in dn_forwarding_sysctl() argument
|
/net/ipv4/ |
D | sysctl_net_ipv4.c | 69 size_t __user *oldlenp, in ipv4_sysctl_local_port_range() argument 83 ret = sysctl_intvec(&tmp, oldval, oldlenp, newval, newlen); in ipv4_sysctl_local_port_range() 114 size_t __user *oldlenp, in sysctl_tcp_congestion_control() argument 125 ret = sysctl_string(&tbl, oldval, oldlenp, newval, newlen); in sysctl_tcp_congestion_control() 170 size_t __user *oldlenp, in strategy_allowed_congestion_control() argument 182 ret = sysctl_string(&tbl, oldval, oldlenp, newval, newlen); in strategy_allowed_congestion_control()
|
D | devinet.c | 1285 void __user *oldval, size_t __user *oldlenp, in devinet_conf_sysctl() argument 1306 if (oldval && oldlenp) { in devinet_conf_sysctl() 1309 if (get_user(len, oldlenp)) in devinet_conf_sysctl() 1317 if (put_user(len, oldlenp)) in devinet_conf_sysctl() 1381 void __user *oldval, size_t __user *oldlenp, in ipv4_doint_and_flush_strategy() argument 1384 int ret = devinet_conf_sysctl(table, oldval, oldlenp, newval, newlen); in ipv4_doint_and_flush_strategy()
|
D | route.c | 3038 size_t __user *oldlenp, in ipv4_sysctl_rtcache_flush_strategy() argument 3100 size_t __user *oldlenp, in ipv4_sysctl_rt_secret_interval_strategy() argument 3105 int ret = sysctl_jiffies(table, oldval, oldlenp, newval, newlen); in ipv4_sysctl_rt_secret_interval_strategy()
|
/net/ipv6/ |
D | ndisc.c | 1774 void __user *oldval, size_t __user *oldlenp, in ndisc_ifinfo_sysctl_strategy() argument 1787 ret = sysctl_jiffies(ctl, oldval, oldlenp, newval, newlen); in ndisc_ifinfo_sysctl_strategy() 1791 ret = sysctl_ms_jiffies(ctl, oldval, oldlenp, newval, newlen); in ndisc_ifinfo_sysctl_strategy()
|
D | addrconf.c | 3992 size_t __user *oldlenp, in addrconf_sysctl_forward_strategy() argument 4007 if (oldval && oldlenp) { in addrconf_sysctl_forward_strategy() 4009 if (get_user(len, oldlenp)) in addrconf_sysctl_forward_strategy() 4016 if (put_user(len, oldlenp)) in addrconf_sysctl_forward_strategy()
|