Home
last modified time | relevance | path

Searched defs:__read_mostly (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/net/ipv4/
Dtcp_nv.c57 static int nv_pad __read_mostly = 10; variable
58 static int nv_pad_buffer __read_mostly = 2; variable
59 static int nv_reset_period __read_mostly = 5; /* in seconds */ variable
60 static int nv_min_cwnd __read_mostly = 2; variable
61 static int nv_cong_dec_mult __read_mostly = 30 * 128 / 100; /* = 30% */ variable
62 static int nv_ssthresh_factor __read_mostly = 8; /* = 1 */ variable
63 static int nv_rtt_factor __read_mostly = 128; /* = 1/2*old + 1/2*new */ variable
64 static int nv_loss_dec_factor __read_mostly = 512; /* => 50% */ variable
65 static int nv_cwnd_growth_rate_neg __read_mostly = 8; variable
66 static int nv_cwnd_growth_rate_pos __read_mostly; /* 0 => fixed like Reno */ variable
[all …]
Dtcp_cubic.c46 static int fast_convergence __read_mostly = 1; variable
47 static int beta __read_mostly = 717; /* = 717/1024 (BICTCP_BETA_SCALE) */ variable
48 static int initial_ssthresh __read_mostly; variable
49 static int bic_scale __read_mostly = 41; variable
50 static int tcp_friendliness __read_mostly = 1; variable
52 static int hystart __read_mostly = 1; variable
53 static int hystart_detect __read_mostly = HYSTART_ACK_TRAIN | HYSTART_DELAY; variable
54 static int hystart_low_window __read_mostly = 16; variable
55 static int hystart_ack_delta __read_mostly = 2; variable
57 static u32 cube_rtt_scale __read_mostly; variable
[all …]
Dtcp_cdg.c37 static int window __read_mostly = 8; variable
38 static unsigned int backoff_beta __read_mostly = 0.7071 * 1024; /* sqrt 0.5 */ variable
39 static unsigned int backoff_factor __read_mostly = 42; variable
40 static unsigned int hystart_detect __read_mostly = 3; variable
41 static unsigned int use_ineff __read_mostly = 5; variable
42 static bool use_shadow __read_mostly = true; variable
43 static bool use_tolerance __read_mostly; variable
392 struct tcp_congestion_ops tcp_cdg __read_mostly = { variable
Dinetpeer.c54 static struct kmem_cache *peer_cachep __read_mostly; variable
67 int inet_peer_threshold __read_mostly = 65536 + 128; /* start to throw entries more variable
69 int inet_peer_minttl __read_mostly = 120 * HZ; /* TTL under high load: 120 sec */ variable
70 int inet_peer_maxttl __read_mostly = 10 * 60 * HZ; /* usual time to live: 10 min */ variable
Dip_vti.c47 static struct rtnl_link_ops vti_link_ops __read_mostly; variable
49 static unsigned int vti_net_id __read_mostly; variable
484 static struct xfrm4_protocol vti_esp4_protocol __read_mostly = { variable
492 static struct xfrm4_protocol vti_ah4_protocol __read_mostly = { variable
500 static struct xfrm4_protocol vti_ipcomp4_protocol __read_mostly = { variable
508 static struct xfrm_tunnel ipip_handler __read_mostly = { variable
644 static struct rtnl_link_ops vti_link_ops __read_mostly = { variable
Dtcp_dctcp.c61 static unsigned int dctcp_shift_g __read_mostly = 4; /* g = 1/2^4 */ variable
65 static unsigned int dctcp_alpha_on_init __read_mostly = DCTCP_MAX_ALPHA; variable
278 static struct tcp_congestion_ops dctcp __read_mostly = { variable
292 static struct tcp_congestion_ops dctcp_reno __read_mostly = { variable
Dipip.c124 static unsigned int ipip_net_id __read_mostly; variable
127 static struct rtnl_link_ops ipip_link_ops __read_mostly; variable
628 static struct rtnl_link_ops ipip_link_ops __read_mostly = { variable
643 static struct xfrm_tunnel ipip_handler __read_mostly = { variable
650 static struct xfrm_tunnel mplsip_handler __read_mostly = { variable
Dtunnel4.c18 static struct xfrm_tunnel __rcu *tunnel4_handlers __read_mostly; variable
19 static struct xfrm_tunnel __rcu *tunnel64_handlers __read_mostly; variable
20 static struct xfrm_tunnel __rcu *tunnelmpls4_handlers __read_mostly; variable
Dtcp_fastopen.c13 int sysctl_tcp_fastopen __read_mostly = TFO_CLIENT_ENABLE; variable
406 unsigned int sysctl_tcp_fastopen_blackhole_timeout __read_mostly = 60 * 60; variable
407 static atomic_t tfo_active_disable_times __read_mostly = ATOMIC_INIT(0); variable
408 static unsigned long tfo_active_disable_stamp __read_mostly; variable
Dxfrm4_tunnel.c63 static struct xfrm_tunnel xfrm_tunnel_handler __read_mostly = { variable
70 static struct xfrm_tunnel xfrm64_tunnel_handler __read_mostly = { variable
/net/sctp/
Dprobe.c46 static int port __read_mostly = 0; variable
50 static unsigned int fwmark __read_mostly = 0; variable
54 static int bufsize __read_mostly = 64 * 1024; variable
58 static int full __read_mostly = 1; variable
/net/sched/
Dsch_fifo.c103 struct Qdisc_ops pfifo_qdisc_ops __read_mostly = { variable
117 struct Qdisc_ops bfifo_qdisc_ops __read_mostly = { variable
131 struct Qdisc_ops pfifo_head_drop_qdisc_ops __read_mostly = { variable
/net/dccp/
Dtimer.c20 int sysctl_dccp_request_retries __read_mostly = TCP_SYN_RETRIES; variable
21 int sysctl_dccp_retries1 __read_mostly = TCP_RETR1; variable
22 int sysctl_dccp_retries2 __read_mostly = TCP_RETR2; variable
/net/netfilter/
Dnf_conntrack_netbios_ns.c35 static unsigned int timeout __read_mostly = 3; variable
49 static struct nf_conntrack_helper helper __read_mostly = { variable
Dnf_conntrack_snmp.c28 static unsigned int timeout __read_mostly = 30; variable
56 static struct nf_conntrack_helper helper __read_mostly = { variable
Dxt_mark.c45 static struct xt_target mark_tg_reg __read_mostly = { variable
54 static struct xt_match mark_mt_reg __read_mostly = { variable
Dnf_conntrack_proto_udp.c302 struct nf_conntrack_l4proto nf_conntrack_l4proto_udp4 __read_mostly = variable
334 struct nf_conntrack_l4proto nf_conntrack_l4proto_udplite4 __read_mostly = variable
366 struct nf_conntrack_l4proto nf_conntrack_l4proto_udp6 __read_mostly = variable
398 struct nf_conntrack_l4proto nf_conntrack_l4proto_udplite6 __read_mostly = variable
Dxt_physdev.c99 static bool brnf_probed __read_mostly; in physdev_mt_check() local
124 static struct xt_match physdev_mt_reg __read_mostly = { variable
Dxt_recent.c46 static unsigned int ip_list_tot __read_mostly = 100; variable
47 static unsigned int ip_list_hash_size __read_mostly; variable
48 static unsigned int ip_list_perms __read_mostly = 0644; variable
49 static unsigned int ip_list_uid __read_mostly; variable
50 static unsigned int ip_list_gid __read_mostly; variable
63 static unsigned int ip_pkt_list_tot __read_mostly; variable
98 static unsigned int recent_net_id __read_mostly; variable
112 static u_int32_t hash_rnd __read_mostly; variable
/net/xfrm/
Dxfrm_interface.c48 static struct rtnl_link_ops xfrmi_link_ops __read_mostly; variable
49 static unsigned int xfrmi_net_id __read_mostly; variable
757 static struct rtnl_link_ops xfrmi_link_ops __read_mostly = { variable
806 static struct xfrm6_protocol xfrmi_esp6_protocol __read_mostly = { variable
813 static struct xfrm6_protocol xfrmi_ah6_protocol __read_mostly = { variable
820 static struct xfrm6_protocol xfrmi_ipcomp6_protocol __read_mostly = { variable
827 static struct xfrm4_protocol xfrmi_esp4_protocol __read_mostly = { variable
835 static struct xfrm4_protocol xfrmi_ah4_protocol __read_mostly = { variable
843 static struct xfrm4_protocol xfrmi_ipcomp4_protocol __read_mostly = { variable
/net/can/
Daf_can.c74 static int stats_timer __read_mostly = 1; variable
78 static struct kmem_cache *rcv_cache __read_mostly; variable
934 static struct packet_type can_packet __read_mostly = { variable
939 static struct packet_type canfd_packet __read_mostly = { variable
951 static struct notifier_block can_netdev_notifier __read_mostly = { variable
955 static struct pernet_operations can_pernet_ops __read_mostly = { variable
/net/mpls/
Dmpls_gso.c73 static struct packet_offload mpls_mc_offload __read_mostly = { variable
81 static struct packet_offload mpls_uc_offload __read_mostly = { variable
/net/bridge/
Dbr_netfilter_hooks.c49 static unsigned int brnf_net_id __read_mostly; variable
57 static int brnf_call_iptables __read_mostly = 1; variable
58 static int brnf_call_ip6tables __read_mostly = 1; variable
59 static int brnf_call_arptables __read_mostly = 1; variable
60 static int brnf_filter_vlan_tagged __read_mostly; variable
61 static int brnf_filter_pppoe_tagged __read_mostly; variable
62 static int brnf_pass_vlan_indev __read_mostly; variable
966 static struct pernet_operations brnf_net_ops __read_mostly = { variable
972 static struct notifier_block brnf_notifier __read_mostly = { variable
/net/802/
Dstp.c26 static const struct stp_proto __rcu *stp_proto __read_mostly; variable
28 static struct llc_sap *sap __read_mostly; variable
/net/ipv4/netfilter/
Diptable_filter.c50 static struct nf_hook_ops *filter_ops __read_mostly; variable
53 static bool forward __read_mostly = true; variable

12345678910>>...15