Home
last modified time | relevance | path

Searched defs:__read_mostly (Results 1 – 25 of 361) 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.c35 static int window __read_mostly = 8; variable
36 static unsigned int backoff_beta __read_mostly = 0.7071 * 1024; /* sqrt 0.5 */ variable
37 static unsigned int backoff_factor __read_mostly = 42; variable
38 static unsigned int hystart_detect __read_mostly = 3; variable
39 static unsigned int use_ineff __read_mostly = 5; variable
40 static bool use_shadow __read_mostly = true; variable
41 static bool use_tolerance __read_mostly; variable
400 struct tcp_congestion_ops tcp_cdg __read_mostly = { variable
Dtcp_dctcp.c62 static unsigned int dctcp_shift_g __read_mostly = 4; /* g = 1/2^4 */ variable
66 static unsigned int dctcp_alpha_on_init __read_mostly = DCTCP_MAX_ALPHA; variable
70 static unsigned int dctcp_clamp_alpha_on_loss __read_mostly; variable
321 static struct tcp_congestion_ops dctcp __read_mostly = { variable
335 static struct tcp_congestion_ops dctcp_reno __read_mostly = { variable
Dip_vti.c47 static struct rtnl_link_ops vti_link_ops __read_mostly; variable
49 static int vti_net_id __read_mostly; variable
419 static struct xfrm4_protocol vti_esp4_protocol __read_mostly = { variable
427 static struct xfrm4_protocol vti_ah4_protocol __read_mostly = { variable
435 static struct xfrm4_protocol vti_ipcomp4_protocol __read_mostly = { variable
559 static struct rtnl_link_ops vti_link_ops __read_mostly = { variable
597 static struct notifier_block vti_notifier_block __read_mostly = { variable
Dipip.c124 static int ipip_net_id __read_mostly; variable
127 static struct rtnl_link_ops ipip_link_ops __read_mostly; variable
615 static struct rtnl_link_ops ipip_link_ops __read_mostly = { variable
630 static struct xfrm_tunnel ipip_handler __read_mostly = { variable
637 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
Dxfrm4_tunnel.c63 static struct xfrm_tunnel xfrm_tunnel_handler __read_mostly = { variable
70 static struct xfrm_tunnel xfrm64_tunnel_handler __read_mostly = { variable
Dtcp_probe.c41 static int port __read_mostly; variable
45 static unsigned int bufsize __read_mostly = 4096; variable
49 static unsigned int fwmark __read_mostly; variable
53 static int full __read_mostly; variable
Droute.c123 static int ip_rt_redirect_number __read_mostly = 9; variable
124 static int ip_rt_redirect_load __read_mostly = HZ / 50; variable
125 static int ip_rt_redirect_silence __read_mostly = ((HZ / 50) << (9 + 1)); variable
126 static int ip_rt_error_cost __read_mostly = HZ; variable
127 static int ip_rt_error_burst __read_mostly = 5 * HZ; variable
128 static int ip_rt_mtu_expires __read_mostly = 10 * 60 * HZ; variable
129 static u32 ip_rt_min_pmtu __read_mostly = 512 + 20 + 20; variable
130 static int ip_rt_min_advmss __read_mostly = 256; variable
132 static int ip_rt_gc_timeout __read_mostly = RT_GC_TIMEOUT; variable
134 static int ip_min_valid_pmtu __read_mostly = IPV4_MIN_MTU; variable
[all …]
/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/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/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/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
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 int recent_net_id __read_mostly; variable
112 static u_int32_t hash_rnd __read_mostly; variable
Dnf_conntrack_timestamp.c18 static bool nf_ct_tstamp __read_mostly; variable
36 static struct nf_ct_ext_type tstamp_extend __read_mostly = { variable
Dnf_conntrack_acct.c21 static bool nf_ct_acct __read_mostly; variable
58 static struct nf_ct_ext_type acct_extend __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 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
964 static struct pernet_operations brnf_net_ops __read_mostly = { variable
970 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
/net/llc/
Dllc_core.c135 static struct packet_type llc_packet_type __read_mostly = { variable
140 static struct packet_type llc_tr_packet_type __read_mostly = { variable
/net/can/
Daf_can.c74 static int stats_timer __read_mostly = 1; variable
82 static struct kmem_cache *rcv_cache __read_mostly; variable
882 static struct packet_type can_packet __read_mostly = { variable
887 static struct packet_type canfd_packet __read_mostly = { variable
899 static struct notifier_block can_netdev_notifier __read_mostly = { variable

12345678910>>...15