Home
last modified time | relevance | path

Searched refs:VNET_DEFINE (Results 1 – 25 of 73) sorted by relevance

123

/freebsd/sys/netinet6/
H A Din6_proto.c152 VNET_DEFINE(int, ip6_forwarding) = IPV6FORWARDING; /* act as router? */
153 VNET_DEFINE(int, ip6_sendredirects) = IPV6_SENDREDIRECTS;
154 VNET_DEFINE(int, ip6_defhlim) = IPV6_DEFHLIM;
155 VNET_DEFINE(int, ip6_defmcasthlim) = IPV6_DEFAULT_MULTICAST_HOPS;
156 VNET_DEFINE(int, ip6_accept_rtadv) = 0;
157 VNET_DEFINE(int, ip6_no_radr) = 0;
158 VNET_DEFINE(int, ip6_norbit_raif) = 0;
159 VNET_DEFINE(int, ip6_rfc6204w3) = 0;
160 VNET_DEFINE(int, ip6_hdrnestlimit) = 15;/* How many header options will we
162 VNET_DEFINE(int, ip6_dad_count) = 1; /* DupAddrDetectionTransmits */
[all …]
H A Din6_ifattach.c73 VNET_DEFINE(unsigned long, in6_maxmtu) = 0;
76 VNET_DEFINE(int, ip6_auto_linklocal) = IP6_AUTO_LINKLOCAL;
78 VNET_DEFINE(int, ip6_auto_linklocal) = 1; /* enabled by default */
81 VNET_DEFINE(struct callout, in6_tmpaddrtimer_ch);
H A Dscope6.c57 VNET_DEFINE(int, ip6_use_defzone) = 1;
59 VNET_DEFINE(int, ip6_use_defzone) = 0;
H A Dnd6.c112 VNET_DEFINE(int, nd6_mmaxtries) = 3;
131 VNET_DEFINE(int, nd6_debug) = 1;
133 VNET_DEFINE(int, nd6_debug) = 0;
142 VNET_DEFINE(struct nd_prhead, nd_prefix);
143 VNET_DEFINE(struct rwlock, nd6_lock);
144 VNET_DEFINE(uint64_t, nd6_list_genid);
145 VNET_DEFINE(struct mtx, nd6_onlink_mtx);
147 VNET_DEFINE(int, nd6_recalc_reachtm_interval) = ND6_RECALC_REACHTM_INTERVAL;
H A Dip6_input.c134 VNET_DEFINE(struct in6_ifaddrhead, in6_ifaddrhead);
135 VNET_DEFINE(struct in6_ifaddrlisthead *, in6_ifaddrhashtbl);
136 VNET_DEFINE(u_long, in6_ifaddrhmask);
206 VNET_DEFINE(pfil_head_t, inet6_pfil_head);
207 VNET_DEFINE(pfil_head_t, inet6_local_pfil_head);
/freebsd/sys/netipsec/
H A Dipsec.c114 VNET_DEFINE(int, ip4_ipsec_dfbit) = 0;
115 VNET_DEFINE(int, ip4_ipsec_min_pmtu) = 576;
116 VNET_DEFINE(int, ip4_esp_trans_deflev) = IPSEC_LEVEL_USE;
117 VNET_DEFINE(int, ip4_esp_net_deflev) = IPSEC_LEVEL_USE;
118 VNET_DEFINE(int, ip4_ah_trans_deflev) = IPSEC_LEVEL_USE;
119 VNET_DEFINE(int, ip4_ah_net_deflev) = IPSEC_LEVEL_USE;
121 VNET_DEFINE(int, ip4_ipsec_ecn) = 0;
122 VNET_DEFINE(int, ip4_ipsec_random_id) = 0;
153 VNET_DEFINE(int, crypto_support) = CRYPTOCAP_F_HARDWARE | CRYPTOCAP_F_SOFTWARE;
161 VNET_DEFINE(int, async_crypto) = 0;
[all …]
/freebsd/sys/netinet/
H A Dip_input.c107 VNET_DEFINE(int, rsvp_on);
109 VNET_DEFINE(int, ipforwarding);
118 VNET_DEFINE(int, ipsendredirects) = 1;
136 VNET_DEFINE(pfil_head_t, inet_pfil_head);
137 VNET_DEFINE(pfil_head_t, inet_local_pfil_head);
175 VNET_DEFINE(struct in_ifaddrhead, in_ifaddrhead); /* first inet address */
176 VNET_DEFINE(struct in_ifaddrhashhead *, in_ifaddrhashtbl); /* inet addr hash table */
177 VNET_DEFINE(u_long, in_ifaddrhmask); /* mask for hash table */
188 VNET_DEFINE(int, ipstealth);
1328 VNET_DEFINE(struct socket *, ip_rsvpd);
H A Dtcp_timer.c112 VNET_DEFINE(int, tcp_msl);
136 VNET_DEFINE(int, tcp_always_keepalive) = 1;
170 VNET_DEFINE(int, tcp_pmtud_blackhole_detect);
177 VNET_DEFINE(int, tcp_pmtud_blackhole_mss) = 1200;
185 VNET_DEFINE(int, tcp_v6pmtud_blackhole_mss) = 1220;
216 VNET_DEFINE(int, tcp_retries) = TCP_MAXRXTSHIFT;
H A Dtcp_input.c133 VNET_DEFINE(int, tcp_log_in_vain) = 0;
138 VNET_DEFINE(int, tcp_bind_all_fibs) = 1;
143 VNET_DEFINE(int, blackhole) = 0;
149 VNET_DEFINE(bool, blackhole_local) = false;
155 VNET_DEFINE(int, tcp_delack_enabled) = 1;
160 VNET_DEFINE(int, drop_synfin) = 0;
165 VNET_DEFINE(int, tcp_do_prr) = 1;
170 VNET_DEFINE(int, tcp_do_newcwv) = 0;
175 VNET_DEFINE(int, tcp_do_rfc3042) = 1;
180 VNET_DEFINE(int, tcp_do_rfc3390) = 1;
[all …]
H A Dtcp_stats.c57 VNET_DEFINE(int, tcp_perconn_stats_dflt_tpl) = -1;
64 VNET_DEFINE(int, tcp_perconn_stats_enable) = 2;
H A Dtcp_sack.c125 VNET_DEFINE(int, tcp_do_sack) = 1;
130 VNET_DEFINE(int, tcp_do_newsack) = 1;
135 VNET_DEFINE(int, tcp_do_lrd) = 1;
140 VNET_DEFINE(int, tcp_sack_tso) = 0;
145 VNET_DEFINE(int, tcp_sack_maxholes) = 128;
150 VNET_DEFINE(int, tcp_sack_globalmaxholes) = 65536;
155 VNET_DEFINE(int, tcp_sack_globalholes) = 0;
H A Draw_ip.c82 VNET_DEFINE(int, ip_defttl) = IPDEFTTL;
87 VNET_DEFINE(struct inpcbinfo, ripcbinfo);
95 VNET_DEFINE(ip_fw_ctl_ptr_t, ip_fw_ctl_ptr) = NULL;
111 VNET_DEFINE(struct socket *, ip_mrouter);
131 VNET_DEFINE(int, rip_bind_all_fibs) = 1;
H A Dsctp_crc32.c108 VNET_DEFINE(struct sctp_base_info, system_base_info);
H A Dtcp_ecn.c106 VNET_DEFINE(int, tcp_do_ecn) = 2;
111 VNET_DEFINE(int, tcp_ecn_maxretries) = 1;
H A Dudp_usrreq.c108 VNET_DEFINE(int, udp_bind_all_fibs) = 1;
119 VNET_DEFINE(int, udp_cksum) = 1;
123 VNET_DEFINE(int, udp_log_in_vain) = 0;
127 VNET_DEFINE(int, udp_blackhole) = 0;
131 VNET_DEFINE(bool, udp_blackhole_local) = false;
151 VNET_DEFINE(struct inpcbinfo, udbinfo);
152 VNET_DEFINE(struct inpcbinfo, ulitecbinfo);
H A Dtcp_output.c104 VNET_DEFINE(int, path_mtu_discovery) = 1;
109 VNET_DEFINE(int, tcp_do_tso) = 1;
114 VNET_DEFINE(int, tcp_sendspace) = 1024*32;
119 VNET_DEFINE(int, tcp_do_autosndbuf) = 1;
124 VNET_DEFINE(int, tcp_autosndbuf_inc) = 8*1024;
129 VNET_DEFINE(int, tcp_autosndbuf_max) = 2*1024*1024;
134 VNET_DEFINE(int, tcp_sendbuf_auto_lowat) = 0;
H A Dtcp_subr.c136 VNET_DEFINE(int, tcp_mssdflt) = TCP_MSS;
138 VNET_DEFINE(int, tcp_v6mssdflt) = TCP6_MSS;
141 VNET_DEFINE(uint32_t, tcp_ack_war_time_window) = 1000;
145 VNET_DEFINE(uint32_t, tcp_ack_war_cnt) = 5;
204 VNET_DEFINE(int, tcp_minmss) = TCP_MINMSS;
209 VNET_DEFINE(int, tcp_do_rfc1323) = 1;
221 VNET_DEFINE(int, tcp_tolerate_missing_ts) = 1;
226 VNET_DEFINE(int, tcp_ts_offset_per_conn) = 1;
298 VNET_DEFINE(uma_zone_t, sack_hole_zone);
300 VNET_DEFINE(uint32_t, tcp_map_entries_limit) = 0; /* unlimited */
[all …]
/freebsd/sys/netinet/cc/
H A Dcc.c104 VNET_DEFINE(struct cc_algo *, default_cc_ptr) = NULL;
106 VNET_DEFINE(uint32_t, newreno_beta) = 50;
108 VNET_DEFINE(uint32_t, newreno_beta_ecn) = 80;
744 VNET_DEFINE(int, cc_do_abe) = 0;
749 VNET_DEFINE(int, cc_abe_frlossreduce) = 0;
/freebsd/sys/netpfil/pf/
H A Dpf_ruleset.c68 VNET_DEFINE(struct pf_kanchor_global, pf_anchors);
69 VNET_DEFINE(struct pf_kanchor, pf_main_anchor);
70 VNET_DEFINE(struct pf_keth_ruleset*, pf_keth);
71 VNET_DEFINE(struct pf_keth_anchor, pf_main_keth_anchor);
72 VNET_DEFINE(struct pf_keth_anchor_global, pf_keth_anchors);
/freebsd/sys/net/
H A Dvnet.h95 VNET_DEFINE(counter_u64_t, name[sizeof(type) / sizeof(uint64_t)])
279 #define VNET_DEFINE(t, n) \ macro
429 #define VNET_DEFINE(t, n) struct _hack; t n macro
/freebsd/sys/rpc/
H A Drpcsec_tls.h72 #define KRPC_VNET_DEFINE(t, n) VNET_DEFINE(t, n)
/freebsd/sys/kgssapi/
H A Dgssapi_impl.h57 #define KGSS_VNET_DEFINE(t, n) VNET_DEFINE(t, n)
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c139 VNET_DEFINE(int, autoinc_step);
140 VNET_DEFINE(int, fw_one_pass) = 1;
142 VNET_DEFINE(unsigned int, fw_tables_max);
143 VNET_DEFINE(unsigned int, fw_tables_sets) = 0; /* Don't use set-aware tables */
148 VNET_DEFINE(int, skipto_cache) = 0;
150 VNET_DEFINE(int, skipto_cache) = 1;
165 VNET_DEFINE(u_int32_t, set_disable);
168 VNET_DEFINE(int, fw_verbose);
170 VNET_DEFINE(u_int64_t, norule_counter);
171 VNET_DEFINE(int, verbose_limit);
[all …]
/freebsd/sys/netpfil/ipfw/nat64/
H A Dip_fw_nat64.c51 VNET_DEFINE(int, nat64_debug) = 0;
/freebsd/sys/netlink/
H A Dnetlink_module.c61 VNET_DEFINE(struct nl_control, nl_ctl) = {

123