Home
last modified time | relevance | path

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

12345678910>>...14

/net/ipv4/
A Dtcp_nv.c57 static int nv_pad __read_mostly = 10; variable
58 static int nv_pad_buffer __read_mostly = 2; variable
60 static int nv_min_cwnd __read_mostly = 2; variable
62 static int nv_ssthresh_factor __read_mostly = 8; /* = 1 */ variable
65 static int nv_cwnd_growth_rate_neg __read_mostly = 8; variable
67 static int nv_dec_eval_min_calls __read_mostly = 60; variable
68 static int nv_inc_eval_min_calls __read_mostly = 20; variable
69 static int nv_ssthresh_eval_min_calls __read_mostly = 30; variable
70 static int nv_stop_rtt_cnt __read_mostly = 10; variable
71 static int nv_rtt_min_cnt __read_mostly = 2; variable
[all …]
A Dtcp_cubic.c49 static int fast_convergence __read_mostly = 1; variable
51 static int initial_ssthresh __read_mostly; variable
52 static int bic_scale __read_mostly = 41; variable
53 static int tcp_friendliness __read_mostly = 1; variable
55 static int hystart __read_mostly = 1; variable
57 static int hystart_low_window __read_mostly = 16; variable
58 static int hystart_ack_delta_us __read_mostly = 2000; variable
60 static u32 cube_rtt_scale __read_mostly; variable
61 static u32 beta_scale __read_mostly; variable
62 static u64 cube_factor __read_mostly; variable
[all …]
A 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
395 static struct tcp_congestion_ops tcp_cdg __read_mostly = { variable
A Dip_vti.c42 static struct rtnl_link_ops vti_link_ops __read_mostly; variable
44 static unsigned int vti_net_id __read_mostly; variable
462 static struct xfrm4_protocol vti_esp4_protocol __read_mostly = { variable
470 static struct xfrm4_protocol vti_ah4_protocol __read_mostly = { variable
478 static struct xfrm4_protocol vti_ipcomp4_protocol __read_mostly = { variable
495 static struct xfrm_tunnel vti_ipip_handler __read_mostly = { variable
503 static struct xfrm_tunnel vti_ipip6_handler __read_mostly = { variable
646 static struct rtnl_link_ops vti_link_ops __read_mostly = { variable
A Dipip.c119 static unsigned int ipip_net_id __read_mostly; variable
122 static struct rtnl_link_ops ipip_link_ops __read_mostly; variable
573 static struct rtnl_link_ops ipip_link_ops __read_mostly = { variable
588 static struct xfrm_tunnel ipip_handler __read_mostly = { variable
595 static struct xfrm_tunnel mplsip_handler __read_mostly = { variable
A Dtcp_dctcp.c60 static unsigned int dctcp_shift_g __read_mostly = 4; /* g = 1/2^4 */ variable
75 static unsigned int dctcp_alpha_on_init __read_mostly = DCTCP_MAX_ALPHA; variable
251 static struct tcp_congestion_ops dctcp __read_mostly = { variable
265 static struct tcp_congestion_ops dctcp_reno __read_mostly = { variable
A 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
A Dinetpeer.c68 int inet_peer_threshold __read_mostly; /* 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
A Dxfrm4_tunnel.c65 static struct xfrm_tunnel xfrm_tunnel_handler __read_mostly = { variable
72 static struct xfrm_tunnel xfrm64_tunnel_handler __read_mostly = { variable
/net/xfrm/
A Dxfrm_interface_core.c51 static struct rtnl_link_ops xfrmi_link_ops __read_mostly; variable
52 static unsigned int xfrmi_net_id __read_mostly; variable
935 static struct rtnl_link_ops xfrmi_link_ops __read_mostly = { variable
976 static struct xfrm6_protocol xfrmi_esp6_protocol __read_mostly = { variable
984 static struct xfrm6_protocol xfrmi_ah6_protocol __read_mostly = { variable
1012 static struct xfrm6_tunnel xfrmi_ipv6_handler __read_mostly = { variable
1019 static struct xfrm6_tunnel xfrmi_ip6ip_handler __read_mostly = { variable
1027 static struct xfrm4_protocol xfrmi_esp4_protocol __read_mostly = { variable
1035 static struct xfrm4_protocol xfrmi_ah4_protocol __read_mostly = { variable
1057 static struct xfrm_tunnel xfrmi_ipip_handler __read_mostly = { variable
[all …]
/net/can/
A Daf_can.c75 static int stats_timer __read_mostly = 1; variable
79 static struct kmem_cache *rcv_cache __read_mostly; variable
838 static struct packet_type can_packet __read_mostly = { variable
843 static struct packet_type canfd_packet __read_mostly = { variable
848 static struct packet_type canxl_packet __read_mostly = { variable
859 static struct pernet_operations can_pernet_ops __read_mostly = { variable
/net/netfilter/
A Dnf_conntrack_netbios_ns.c32 static unsigned int timeout __read_mostly = 3; variable
47 static struct nf_conntrack_helper helper __read_mostly = { variable
A Dnf_conntrack_snmp.c24 static unsigned int timeout __read_mostly = 30; variable
53 static struct nf_conntrack_helper helper __read_mostly = { variable
A 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
A 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
A Dcore.c31 const struct nf_ipv6_ops __rcu *nf_ipv6_ops __read_mostly; variable
672 const struct nfnl_ct_hook __rcu *nfnl_ct_hook __read_mostly; variable
675 const struct nf_ct_hook __rcu *nf_ct_hook __read_mostly; variable
678 const struct nf_defrag_hook __rcu *nf_defrag_v4_hook __read_mostly; variable
681 const struct nf_defrag_hook __rcu *nf_defrag_v6_hook __read_mostly; variable
688 const struct nf_nat_hook __rcu *nf_nat_hook __read_mostly; variable
A Dnft_redir.c152 static struct nft_expr_type nft_redir_ipv4_type __read_mostly = { variable
180 static struct nft_expr_type nft_redir_ipv6_type __read_mostly = { variable
209 static struct nft_expr_type nft_redir_inet_type __read_mostly = { variable
/net/mpls/
A Dmpls_gso.c76 static struct packet_offload mpls_mc_offload __read_mostly = { variable
84 static struct packet_offload mpls_uc_offload __read_mostly = { variable
/net/ipv4/netfilter/
A Diptable_filter.c31 static struct nf_hook_ops *filter_ops __read_mostly; variable
34 static bool forward __read_mostly = true; variable
A Diptable_raw.c15 static bool raw_before_defrag __read_mostly; variable
35 static struct nf_hook_ops *rawtable_ops __read_mostly; variable
/net/802/
A Dstp.c23 static const struct stp_proto __rcu *stp_proto __read_mostly; variable
25 static struct llc_sap *sap __read_mostly; variable
/net/ipv6/netfilter/
A Dip6table_raw.c14 static bool raw_before_defrag __read_mostly; variable
34 static struct nf_hook_ops *rawtable_ops __read_mostly; variable
/net/ipv6/
A Dip6_vti.c63 static struct rtnl_link_ops vti6_link_ops __read_mostly; variable
65 static unsigned int vti6_net_id __read_mostly; variable
1100 static struct rtnl_link_ops vti6_link_ops __read_mostly = { variable
1180 static struct xfrm6_protocol vti_esp6_protocol __read_mostly = { variable
1188 static struct xfrm6_protocol vti_ah6_protocol __read_mostly = { variable
1196 static struct xfrm6_protocol vti_ipcomp6_protocol __read_mostly = { variable
1216 static struct xfrm6_tunnel vti_ipv6_handler __read_mostly = { variable
1223 static struct xfrm6_tunnel vti_ip6ip_handler __read_mostly = { variable
A 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
306 static struct xfrm6_tunnel xfrm6_tunnel_handler __read_mostly = { variable
312 static struct xfrm6_tunnel xfrm46_tunnel_handler __read_mostly = { variable
A Dtunnel6.c22 static struct xfrm6_tunnel __rcu *tunnel6_handlers __read_mostly; variable
23 static struct xfrm6_tunnel __rcu *tunnel46_handlers __read_mostly; variable
24 static struct xfrm6_tunnel __rcu *tunnelmpls6_handlers __read_mostly; variable

Completed in 39 milliseconds

12345678910>>...14