/net/ipv4/ |
D | tcp_cubic.c | 46 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 …]
|
D | tcp_timer.c | 25 int sysctl_tcp_syn_retries __read_mostly = TCP_SYN_RETRIES; variable 26 int sysctl_tcp_synack_retries __read_mostly = TCP_SYNACK_RETRIES; variable 27 int sysctl_tcp_keepalive_time __read_mostly = TCP_KEEPALIVE_TIME; variable 28 int sysctl_tcp_keepalive_probes __read_mostly = TCP_KEEPALIVE_PROBES; variable 29 int sysctl_tcp_keepalive_intvl __read_mostly = TCP_KEEPALIVE_INTVL; variable 30 int sysctl_tcp_retries1 __read_mostly = TCP_RETR1; variable 31 int sysctl_tcp_retries2 __read_mostly = TCP_RETR2; variable 32 int sysctl_tcp_orphan_retries __read_mostly; variable 33 int sysctl_tcp_thin_linear_timeouts __read_mostly; variable
|
D | tcp_dctcp.c | 61 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 69 static unsigned int dctcp_clamp_alpha_on_loss __read_mostly; variable 304 static struct tcp_congestion_ops dctcp __read_mostly = { variable 317 static struct tcp_congestion_ops dctcp_reno __read_mostly = { variable
|
D | ip_vti.c | 48 static struct rtnl_link_ops vti_link_ops __read_mostly; variable 50 static int vti_net_id __read_mostly; variable 389 static struct xfrm4_protocol vti_esp4_protocol __read_mostly = { variable 397 static struct xfrm4_protocol vti_ah4_protocol __read_mostly = { variable 405 static struct xfrm4_protocol vti_ipcomp4_protocol __read_mostly = { variable 529 static struct rtnl_link_ops vti_link_ops __read_mostly = { variable
|
D | ipip.c | 124 static int ipip_net_id __read_mostly; variable 127 static struct rtnl_link_ops ipip_link_ops __read_mostly; variable 515 static struct rtnl_link_ops ipip_link_ops __read_mostly = { variable 528 static struct xfrm_tunnel ipip_handler __read_mostly = { variable
|
D | xfrm4_tunnel.c | 63 static struct xfrm_tunnel xfrm_tunnel_handler __read_mostly = { variable 70 static struct xfrm_tunnel xfrm64_tunnel_handler __read_mostly = { variable
|
D | tcp_probe.c | 41 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
|
D | xfrm4_protocol.c | 25 static struct xfrm4_protocol __rcu *esp4_handlers __read_mostly; variable 26 static struct xfrm4_protocol __rcu *ah4_handlers __read_mostly; variable 27 static struct xfrm4_protocol __rcu *ipcomp4_handlers __read_mostly; variable
|
/net/tipc/ |
D | core.c | 46 int tipc_random __read_mostly; variable 49 u32 tipc_own_addr __read_mostly; variable 50 int tipc_max_ports __read_mostly; variable 51 int tipc_net_id __read_mostly; variable
|
/net/sctp/ |
D | probe.c | 46 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/ |
D | sch_fifo.c | 96 struct Qdisc_ops pfifo_qdisc_ops __read_mostly = { variable 111 struct Qdisc_ops bfifo_qdisc_ops __read_mostly = { variable 126 struct Qdisc_ops pfifo_head_drop_qdisc_ops __read_mostly = { variable
|
/net/netfilter/ |
D | nf_conntrack_netbios_ns.c | 35 static unsigned int timeout __read_mostly = 3; variable 49 static struct nf_conntrack_helper helper __read_mostly = { variable
|
D | xt_RATEEST.c | 26 static unsigned int jhash_rnd __read_mostly; variable 27 static bool rnd_inited __read_mostly; variable 161 static struct xt_target xt_rateest_tg_reg __read_mostly = { variable
|
D | xt_mark.c | 44 static struct xt_target mark_tg_reg __read_mostly = { variable 53 static struct xt_match mark_mt_reg __read_mostly = { variable
|
D | nf_conntrack_snmp.c | 28 static unsigned int timeout __read_mostly = 30; variable 56 static struct nf_conntrack_helper helper __read_mostly = { variable
|
D | nf_conntrack_helper.c | 35 struct hlist_head *nf_ct_helper_hash __read_mostly; variable 37 unsigned int nf_ct_helper_hsize __read_mostly; variable 39 static unsigned int nf_ct_helper_count __read_mostly; variable 41 static bool nf_ct_auto_assign_helper __read_mostly = true; variable 459 static struct nf_ct_ext_type helper_extend __read_mostly = { variable
|
D | nf_conntrack_timestamp.c | 18 static bool nf_ct_tstamp __read_mostly; variable 36 static struct nf_ct_ext_type tstamp_extend __read_mostly = { variable
|
D | nf_conntrack_acct.c | 21 static bool nf_ct_acct __read_mostly; variable 56 static struct nf_ct_ext_type acct_extend __read_mostly = { variable
|
D | xt_connmark.c | 122 static struct xt_target connmark_tg_reg __read_mostly = { variable 133 static struct xt_match connmark_mt_reg __read_mostly = { variable
|
D | nft_queue.c | 22 static u32 jhash_initval __read_mostly; variable 109 static struct nft_expr_type nft_queue_type __read_mostly = { variable
|
D | core.c | 33 const struct nf_ipv6_ops __rcu *nf_ipv6_ops __read_mostly; variable 264 struct nfq_ct_hook __rcu *nfq_ct_hook __read_mostly; variable 267 struct nfq_ct_nat_hook __rcu *nfq_ct_nat_hook __read_mostly; variable
|
/net/dccp/ |
D | timer.c | 20 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/802/ |
D | stp.c | 26 static const struct stp_proto __rcu *stp_proto __read_mostly; variable 28 static struct llc_sap *sap __read_mostly; variable
|
/net/llc/ |
D | llc_core.c | 135 static struct packet_type llc_packet_type __read_mostly = { variable 140 static struct packet_type llc_tr_packet_type __read_mostly = { variable
|
/net/can/ |
D | af_can.c | 77 static int stats_timer __read_mostly = 1; variable 85 static struct kmem_cache *rcv_cache __read_mostly; variable 879 static struct packet_type can_packet __read_mostly = { variable 884 static struct packet_type canfd_packet __read_mostly = { variable 896 static struct notifier_block can_netdev_notifier __read_mostly = { variable
|