Home
last modified time | relevance | path

Searched refs:__read_mostly (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/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
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
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
Dprotocol.c27 struct net_protocol __rcu *inet_protos[MAX_INET_PROTOS] __read_mostly;
29 const struct net_offload __rcu *inet_offloads[MAX_INET_PROTOS] __read_mostly;
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
Dxfrm4_tunnel.c64 static struct xfrm_tunnel xfrm_tunnel_handler __read_mostly = { variable
71 static struct xfrm_tunnel xfrm64_tunnel_handler __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
/net/802/
Dstp.c22 static const struct stp_proto __rcu *garp_protos[GARP_ADDR_RANGE + 1] __read_mostly;
23 static const struct stp_proto __rcu *stp_proto __read_mostly; variable
25 static struct llc_sap *sap __read_mostly; variable
/net/tipc/
Dcore.h85 extern unsigned int tipc_net_id __read_mostly;
86 extern int sysctl_tipc_rmem[3] __read_mostly;
87 extern int sysctl_tipc_named_timeout __read_mostly;
/net/netfilter/
Dnf_conntrack_amanda.c24 static unsigned int master_timeout __read_mostly = 300; variable
46 __read_mostly;
62 } search[] __read_mostly = {
178 static struct nf_conntrack_helper amanda_helper[2] __read_mostly = {
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
687 static struct xt_match recent_mt_reg[] __read_mostly = {
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
Dnf_conntrack_irc.c28 static unsigned int dcc_timeout __read_mostly = 300; variable
38 struct nf_conntrack_expect *exp) __read_mostly;
230 static struct nf_conntrack_helper irc[MAX_PORTS] __read_mostly;
/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
82 static const struct can_proto __rcu *proto_tab[CAN_NPROTO] __read_mostly;
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/ipv6/
Dprotocol.c25 struct inet6_protocol __rcu *inet6_protos[MAX_INET_PROTOS] __read_mostly;
49 const struct net_offload __rcu *inet6_offloads[MAX_INET_PROTOS] __read_mostly;
Dxfrm6_tunnel.c34 static unsigned int xfrm6_tunnel_net_id __read_mostly; variable
55 static struct kmem_cache *xfrm6_tunnel_spi_kmem __read_mostly; variable
303 static struct xfrm6_tunnel xfrm6_tunnel_handler __read_mostly = { variable
309 static struct xfrm6_tunnel xfrm46_tunnel_handler __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/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/ipv4/netfilter/
Diptable_filter.c40 static struct nf_hook_ops *filter_ops __read_mostly; variable
43 static bool forward __read_mostly = true; variable

12345678910>>...17