Home
last modified time | relevance | path

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

12

/net/ipv6/
A Dsysctl_net_ipv6.c40 ipv6.sysctl.multipath_hash_policy); in proc_rt6_multipath_hash_policy()
56 ipv6.sysctl.multipath_hash_fields); in proc_rt6_multipath_hash_fields()
67 .data = &init_net.ipv6.sysctl.bindv6only,
96 .data = &init_net.ipv6.sysctl.fwmark_reflect,
103 .data = &init_net.ipv6.sysctl.idgen_retries,
110 .data = &init_net.ipv6.sysctl.idgen_delay,
202 .data = &init_net.ipv6.sysctl.ioam6_id,
210 .data = &init_net.ipv6.sysctl.ioam6_id_wide,
279 if (!net->ipv6.sysctl.hdr) in ipv6_sysctl_net_init()
286 if (!net->ipv6.sysctl.route_hdr) in ipv6_sysctl_net_init()
[all …]
A Daf_inet6.c229 sk->sk_ipv6only = net->ipv6.sysctl.bindv6only; in inet6_create()
957 net->ipv6.sysctl.bindv6only = 0; in inet6_net_init()
958 net->ipv6.sysctl.icmpv6_time = 1*HZ; in inet6_net_init()
959 net->ipv6.sysctl.icmpv6_echo_ignore_all = 0; in inet6_net_init()
970 net->ipv6.sysctl.icmpv6_ratemask_ptr = net->ipv6.sysctl.icmpv6_ratemask; in inet6_net_init()
972 net->ipv6.sysctl.flowlabel_consistency = 1; in inet6_net_init()
974 net->ipv6.sysctl.idgen_retries = 3; in inet6_net_init()
975 net->ipv6.sysctl.idgen_delay = 1 * HZ; in inet6_net_init()
976 net->ipv6.sysctl.flowlabel_state_ranges = 0; in inet6_net_init()
981 net->ipv6.sysctl.fib_notify_on_flag_change = 0; in inet6_net_init()
[all …]
A Dicmp.c172 if (!test_bit(type, net->ipv6.sysctl.icmpv6_ratemask)) in icmpv6_mask_allow()
220 int tmo = net->ipv6.sysctl.icmpv6_time; in icmpv6_xrlim_allow()
744 net->ipv6.sysctl.icmpv6_echo_ignore_multicast) in icmpv6_echo_reply()
754 !(net->ipv6.sysctl.anycast_src_echo_reply && acast)) in icmpv6_echo_reply()
952 if (!net->ipv6.sysctl.icmpv6_echo_ignore_all) in icmpv6_rcv()
956 if (!net->ipv6.sysctl.icmpv6_echo_ignore_all && in icmpv6_rcv()
1178 .data = &init_net.ipv6.sysctl.icmpv6_time,
1185 .data = &init_net.ipv6.sysctl.icmpv6_echo_ignore_all,
1206 .data = &init_net.ipv6.sysctl.icmpv6_ratemask_ptr,
1231 table[0].data = &net->ipv6.sysctl.icmpv6_time; in ipv6_icmp_sysctl_init()
[all …]
A Dxfrm6_policy.c215 net->ipv6.sysctl.xfrm6_hdr = hdr; in xfrm6_net_sysctl_init()
229 if (!net->ipv6.sysctl.xfrm6_hdr) in xfrm6_net_sysctl_exit()
232 table = net->ipv6.sysctl.xfrm6_hdr->ctl_table_arg; in xfrm6_net_sysctl_exit()
233 unregister_net_sysctl_table(net->ipv6.sysctl.xfrm6_hdr); in xfrm6_net_sysctl_exit()
A Droute.c3250 if (mtu < net->ipv6.sysctl.ip6_rt_min_advmss) in ip6_default_advmss()
3251 mtu = net->ipv6.sysctl.ip6_rt_min_advmss; in ip6_default_advmss()
5002 if (net->ipv6.sysctl.skip_notify_on_dev_down) in rt6_sync_down_dev()
6523 delay = net->ipv6.sysctl.flush_delay; in ipv6_sysctl_rtcache_flush()
6545 .data = &init_net.ipv6.sysctl.flush_delay,
6698 net->ipv6.sysctl.flush_delay = 0; in ip6_route_net_init()
6699 net->ipv6.sysctl.ip6_rt_max_size = INT_MAX; in ip6_route_net_init()
6701 net->ipv6.sysctl.ip6_rt_gc_timeout = 60*HZ; in ip6_route_net_init()
6702 net->ipv6.sysctl.ip6_rt_gc_interval = 30*HZ; in ip6_route_net_init()
6703 net->ipv6.sysctl.ip6_rt_gc_elasticity = 9; in ip6_route_net_init()
[all …]
A Dreassembly.c477 net->ipv6.sysctl.frags_hdr = hdr; in ip6_frags_ns_sysctl_register()
491 table = net->ipv6.sysctl.frags_hdr->ctl_table_arg; in ip6_frags_ns_sysctl_unregister()
492 unregister_net_sysctl_table(net->ipv6.sysctl.frags_hdr); in ip6_frags_ns_sysctl_unregister()
A Dexthdrs.c317 if (extlen > net->ipv6.sysctl.max_dst_opts_len) in ipv6_destopt_rcv()
325 if (ip6_parse_tlv(false, skb, net->ipv6.sysctl.max_dst_opts_cnt)) { in ipv6_destopt_rcv()
1054 if (extlen > net->ipv6.sysctl.max_hbh_opts_len) in ipv6_parse_hopopts()
1058 if (ip6_parse_tlv(true, skb, net->ipv6.sysctl.max_hbh_opts_cnt)) { in ipv6_parse_hopopts()
A Dip6_fib.c1373 jiffies + net->ipv6.sysctl.ip6_rt_gc_interval); in fib6_start_gc()
1380 jiffies + net->ipv6.sysctl.ip6_rt_gc_interval); in fib6_force_start_gc()
2421 net->ipv6.sysctl.ip6_rt_gc_interval; in fib6_run_gc()
2431 + net->ipv6.sysctl.ip6_rt_gc_interval)); in fib6_run_gc()
2454 net->ipv6.sysctl.multipath_hash_fields = in fib6_net_init()
A Dioam6.c716 raw32 = dev_net(dev)->ipv6.sysctl.ioam6_id; in __ioam6_fill_trace_data()
811 raw64 = dev_net(dev)->ipv6.sysctl.ioam6_id_wide; in __ioam6_fill_trace_data()
A Dip6_flowlabel.c622 if (net->ipv6.sysctl.flowlabel_consistency) { in ipv6_flowlabel_get()
635 if (net->ipv6.sysctl.flowlabel_state_ranges && in ipv6_flowlabel_get()
A Dseg6_iptunnel.c113 int do_flowlabel = net->ipv6.sysctl.seg6_flowlabel; in seg6_make_flowlabel()
A Daddrconf.c2192 if (retries > net->ipv6.sysctl.idgen_retries) { in addrconf_dad_failure()
2222 addrconf_mod_dad_work(ifp2, net->ipv6.sysctl.idgen_delay); in addrconf_dad_failure()
3390 if (dad_count > dev_net(idev->dev)->ipv6.sysctl.idgen_retries) in ipv6_generate_stable_address()
/net/phonet/
A DMakefile9 sysctl.o \
/net/ieee802154/6lowpan/
A Dreassembly.c393 ieee802154_lowpan->sysctl.frags_hdr = hdr; in lowpan_frags_ns_sysctl_register()
409 table = ieee802154_lowpan->sysctl.frags_hdr->ctl_table_arg; in lowpan_frags_ns_sysctl_unregister()
410 unregister_net_sysctl_table(ieee802154_lowpan->sysctl.frags_hdr); in lowpan_frags_ns_sysctl_unregister()
/net/tipc/
A DMakefile18 tipc-$(CONFIG_SYSCTL) += sysctl.o
/net/sunrpc/
A DMakefile21 sunrpc-$(CONFIG_SYSCTL) += sysctl.o
A DKconfig95 This option enables a sysctl-based debugging interface
/net/sctp/
A DMakefile23 sctp-$(CONFIG_SYSCTL) += sysctl.o
/net/rds/
A DMakefile4 recv.o send.o stats.o sysctl.o threads.o transport.o \
/net/rxrpc/
A DMakefile42 rxrpc-$(CONFIG_SYSCTL) += sysctl.o
/net/mpls/
A Dinternal.h28 struct ctl_table_header *sysctl; member
A Daf_mpls.c1405 mdev->sysctl = register_net_sysctl_sz(net, path, table, table_size); in mpls_dev_sysctl_register()
1406 if (!mdev->sysctl) in mpls_dev_sysctl_register()
1415 mdev->sysctl = NULL; in mpls_dev_sysctl_register()
1425 if (!mdev->sysctl) in mpls_dev_sysctl_unregister()
1428 table = mdev->sysctl->ctl_table_arg; in mpls_dev_sysctl_unregister()
1429 unregister_net_sysctl_table(mdev->sysctl); in mpls_dev_sysctl_unregister()
/net/ipv4/
A Ddevinet.c278 in_dev->cnf.sysctl = NULL; in inetdev_init()
2682 p->sysctl = t; in __devinet_sysctl_register()
2697 struct devinet_sysctl_table *t = cnf->sysctl; in __devinet_sysctl_unregister()
2700 cnf->sysctl = NULL; in __devinet_sysctl_unregister()
A DKconfig52 <file:Documentation/networking/ip-sysctl.rst>.
/net/
A DKconfig130 <file:Documentation/networking/ip-sysctl.rst>.

Completed in 2547 milliseconds

12