/net/ipv4/ |
D | tcp_nv.c | 58 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 …]
|
D | tcp_cubic.c | 47 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 …]
|
D | tcp_cdg.c | 38 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
|
D | ip_vti.c | 42 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
|
D | tcp_dctcp.c | 57 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
|
D | ipip.c | 119 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
|
D | tunnel4.c | 19 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
|
D | inetpeer.c | 68 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
|
D | xfrm4_tunnel.c | 64 static struct xfrm_tunnel xfrm_tunnel_handler __read_mostly = { variable 71 static struct xfrm_tunnel xfrm64_tunnel_handler __read_mostly = { variable
|
/net/xfrm/ |
D | xfrm_interface.c | 48 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/ |
D | af_can.c | 75 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/ |
D | sch_fifo.c | 100 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/ |
D | timer.c | 16 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/ |
D | nf_conntrack_netbios_ns.c | 31 static unsigned int timeout __read_mostly = 3; variable 46 static struct nf_conntrack_helper helper __read_mostly = { variable
|
D | xt_mark.c | 42 static struct xt_target mark_tg_reg __read_mostly = { variable 51 static struct xt_match mark_mt_reg __read_mostly = { variable
|
D | nf_conntrack_snmp.c | 24 static unsigned int timeout __read_mostly = 30; variable 53 static struct nf_conntrack_helper helper __read_mostly = { variable
|
D | xt_recent.c | 43 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
|
D | xt_physdev.c | 97 static bool brnf_probed __read_mostly; in physdev_mt_check() local 118 static struct xt_match physdev_mt_reg __read_mostly = { variable
|
D | nft_redir.c | 143 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/ |
D | mpls_gso.c | 69 static struct packet_offload mpls_mc_offload __read_mostly = { variable 77 static struct packet_offload mpls_uc_offload __read_mostly = { variable
|
/net/802/ |
D | stp.c | 23 static const struct stp_proto __rcu *stp_proto __read_mostly; variable 25 static struct llc_sap *sap __read_mostly; variable
|
/net/ipv4/netfilter/ |
D | iptable_filter.c | 40 static struct nf_hook_ops *filter_ops __read_mostly; variable 43 static bool forward __read_mostly = true; variable
|
D | iptable_raw.c | 17 static bool raw_before_defrag __read_mostly; variable 47 static struct nf_hook_ops *rawtable_ops __read_mostly; variable
|
/net/llc/ |
D | llc_core.c | 133 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/ |
D | ip6table_raw.c | 16 static bool raw_before_defrag __read_mostly; variable 46 static struct nf_hook_ops *rawtable_ops __read_mostly; variable
|