Home
last modified time | relevance | path

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

12345678910>>...15

/net/ipv4/
Dtcp_nv.c58 static int nv_pad __read_mostly = 10; variable
59 static int nv_pad_buffer __read_mostly = 2; variable
60 static int nv_reset_period __read_mostly = 5; /* in seconds */ variable
61 static int nv_min_cwnd __read_mostly = 2; variable
62 static int nv_cong_dec_mult __read_mostly = 30 * 128 / 100; /* = 30% */ variable
63 static int nv_ssthresh_factor __read_mostly = 8; /* = 1 */ variable
64 static int nv_rtt_factor __read_mostly = 128; /* = 1/2*old + 1/2*new */ variable
65 static int nv_loss_dec_factor __read_mostly = 819; /* => 80% */ variable
66 static int nv_cwnd_growth_rate_neg __read_mostly = 8; variable
67 static int nv_cwnd_growth_rate_pos __read_mostly; /* 0 => fixed like Reno */ variable
[all …]
Dtcp_cubic.c47 static int fast_convergence __read_mostly = 1; variable
48 static int beta __read_mostly = 717; /* = 717/1024 (BICTCP_BETA_SCALE) */ variable
49 static int initial_ssthresh __read_mostly; variable
50 static int bic_scale __read_mostly = 41; variable
51 static int tcp_friendliness __read_mostly = 1; variable
53 static int hystart __read_mostly = 1; variable
54 static int hystart_detect __read_mostly = HYSTART_ACK_TRAIN | HYSTART_DELAY; variable
55 static int hystart_low_window __read_mostly = 16; variable
56 static int hystart_ack_delta __read_mostly = 2; variable
58 static u32 cube_rtt_scale __read_mostly; variable
[all …]
Dtcp_cdg.c38 static int window __read_mostly = 8; variable
39 static unsigned int backoff_beta __read_mostly = 0.7071 * 1024; /* sqrt 0.5 */ variable
40 static unsigned int backoff_factor __read_mostly = 42; variable
41 static unsigned int hystart_detect __read_mostly = 3; variable
42 static unsigned int use_ineff __read_mostly = 5; variable
43 static bool use_shadow __read_mostly = true; variable
44 static bool use_tolerance __read_mostly; variable
393 static struct tcp_congestion_ops tcp_cdg __read_mostly = { variable
Dip_vti.c42 static struct rtnl_link_ops vti_link_ops __read_mostly; variable
44 static unsigned int vti_net_id __read_mostly; variable
428 static struct xfrm4_protocol vti_esp4_protocol __read_mostly = { variable
436 static struct xfrm4_protocol vti_ah4_protocol __read_mostly = { variable
444 static struct xfrm4_protocol vti_ipcomp4_protocol __read_mostly = { variable
452 static struct xfrm_tunnel ipip_handler __read_mostly = { variable
588 static struct rtnl_link_ops vti_link_ops __read_mostly = { variable
Dtcp_dctcp.c57 static unsigned int dctcp_shift_g __read_mostly = 4; /* g = 1/2^4 */ variable
61 static unsigned int dctcp_alpha_on_init __read_mostly = DCTCP_MAX_ALPHA; variable
216 static struct tcp_congestion_ops dctcp __read_mostly = { variable
230 static struct tcp_congestion_ops dctcp_reno __read_mostly = { variable
Dipip.c119 static unsigned int ipip_net_id __read_mostly; variable
122 static struct rtnl_link_ops ipip_link_ops __read_mostly; variable
625 static struct rtnl_link_ops ipip_link_ops __read_mostly = { variable
640 static struct xfrm_tunnel ipip_handler __read_mostly = { variable
647 static struct xfrm_tunnel mplsip_handler __read_mostly = { variable
Dtunnel4.c19 static struct xfrm_tunnel __rcu *tunnel4_handlers __read_mostly; variable
20 static struct xfrm_tunnel __rcu *tunnel64_handlers __read_mostly; variable
21 static struct xfrm_tunnel __rcu *tunnelmpls4_handlers __read_mostly; variable
Dinetpeer.c68 int inet_peer_threshold __read_mostly = 65536 + 128; /* start to throw entries more variable
70 int inet_peer_minttl __read_mostly = 120 * HZ; /* TTL under high load: 120 sec */ variable
71 int inet_peer_maxttl __read_mostly = 10 * 60 * HZ; /* usual time to live: 10 min */ variable
Dxfrm4_tunnel.c64 static struct xfrm_tunnel xfrm_tunnel_handler __read_mostly = { variable
71 static struct xfrm_tunnel xfrm64_tunnel_handler __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
720 static struct rtnl_link_ops xfrmi_link_ops __read_mostly = { variable
763 static struct xfrm6_protocol xfrmi_esp6_protocol __read_mostly = { variable
770 static struct xfrm6_protocol xfrmi_ah6_protocol __read_mostly = { variable
777 static struct xfrm6_protocol xfrmi_ipcomp6_protocol __read_mostly = { variable
784 static struct xfrm4_protocol xfrmi_esp4_protocol __read_mostly = { variable
792 static struct xfrm4_protocol xfrmi_ah4_protocol __read_mostly = { variable
800 static struct xfrm4_protocol xfrmi_ipcomp4_protocol __read_mostly = { variable
/net/can/
Daf_can.c75 static int stats_timer __read_mostly = 1; variable
79 static struct kmem_cache *rcv_cache __read_mostly; variable
840 static struct packet_type can_packet __read_mostly = { variable
845 static struct packet_type canfd_packet __read_mostly = { variable
857 static struct notifier_block can_netdev_notifier __read_mostly = { variable
861 static struct pernet_operations can_pernet_ops __read_mostly = { variable
/net/sched/
Dsch_fifo.c100 struct Qdisc_ops pfifo_qdisc_ops __read_mostly = { variable
114 struct Qdisc_ops bfifo_qdisc_ops __read_mostly = { variable
128 struct Qdisc_ops pfifo_head_drop_qdisc_ops __read_mostly = { variable
/net/dccp/
Dtimer.c16 int sysctl_dccp_request_retries __read_mostly = TCP_SYN_RETRIES; variable
17 int sysctl_dccp_retries1 __read_mostly = TCP_RETR1; variable
18 int sysctl_dccp_retries2 __read_mostly = TCP_RETR2; variable
/net/netfilter/
Dnf_conntrack_netbios_ns.c31 static unsigned int timeout __read_mostly = 3; variable
46 static struct nf_conntrack_helper helper __read_mostly = { variable
Dxt_mark.c42 static struct xt_target mark_tg_reg __read_mostly = { variable
51 static struct xt_match mark_mt_reg __read_mostly = { variable
Dnf_conntrack_snmp.c24 static unsigned int timeout __read_mostly = 30; variable
53 static struct nf_conntrack_helper helper __read_mostly = { variable
Dxt_recent.c43 static unsigned int ip_list_tot __read_mostly = 100; variable
44 static unsigned int ip_list_hash_size __read_mostly; variable
45 static unsigned int ip_list_perms __read_mostly = 0644; variable
46 static unsigned int ip_list_uid __read_mostly; variable
47 static unsigned int ip_list_gid __read_mostly; variable
60 static unsigned int ip_pkt_list_tot __read_mostly; variable
95 static unsigned int recent_net_id __read_mostly; variable
109 static u_int32_t hash_rnd __read_mostly; variable
Dxt_physdev.c97 static bool brnf_probed __read_mostly; in physdev_mt_check() local
118 static struct xt_match physdev_mt_reg __read_mostly = { variable
Dnft_redir.c143 static struct nft_expr_type nft_redir_ipv4_type __read_mostly = { variable
192 static struct nft_expr_type nft_redir_ipv6_type __read_mostly = { variable
234 static struct nft_expr_type nft_redir_inet_type __read_mostly = { variable
/net/mpls/
Dmpls_gso.c69 static struct packet_offload mpls_mc_offload __read_mostly = { variable
77 static struct packet_offload mpls_uc_offload __read_mostly = { variable
/net/802/
Dstp.c23 static const struct stp_proto __rcu *stp_proto __read_mostly; variable
25 static struct llc_sap *sap __read_mostly; variable
/net/ipv4/netfilter/
Diptable_filter.c40 static struct nf_hook_ops *filter_ops __read_mostly; variable
43 static bool forward __read_mostly = true; variable
Diptable_raw.c17 static bool raw_before_defrag __read_mostly; variable
47 static struct nf_hook_ops *rawtable_ops __read_mostly; variable
/net/llc/
Dllc_core.c133 static struct packet_type llc_packet_type __read_mostly = { variable
138 static struct packet_type llc_tr_packet_type __read_mostly = { variable
/net/ipv6/netfilter/
Dip6table_raw.c16 static bool raw_before_defrag __read_mostly; variable
46 static struct nf_hook_ops *rawtable_ops __read_mostly; variable

12345678910>>...15