/freebsd/sys/netinet6/ |
H A D | ip6_var.h | 304 #define V_ip6_defhlim VNET(ip6_defhlim) 305 #define V_ip6_defmcasthlim VNET(ip6_defmcasthlim) 306 #define V_ip6_forwarding VNET(ip6_forwarding) 307 #define V_ip6_use_deprecated VNET(ip6_use_deprecated) 308 #define V_ip6_rr_prune VNET(ip6_rr_prune) 309 #define V_ip6_mcast_pmtu VNET(ip6_mcast_pmtu) 310 #define V_ip6_v6only VNET(ip6_v6only) 323 #define V_ip6_mrouter VNET(ip6_mrouter) 324 #define V_ip6_sendredirects VNET(ip6_sendredirects) 325 #define V_ip6_accept_rtadv VNET(ip6_accept_rtadv) [all …]
|
H A D | nd6.h | 261 #define V_nd6_mmaxtries VNET(nd6_mmaxtries) 262 #define V_nd_prefix VNET(nd_prefix) 263 #define V_nd6_debug VNET(nd6_debug) 268 #define V_nd6_lock VNET(nd6_lock) 269 #define V_nd6_list_genid VNET(nd6_list_genid) 283 #define V_nd6_onlink_mtx VNET(nd6_onlink_mtx) 299 #define V_nd6_defifindex VNET(nd6_defifindex) 300 #define V_ip6_desync_factor VNET(ip6_desync_factor) 301 #define V_ip6_temp_preferred_lifetime VNET(ip6_temp_preferred_lifetime) 302 #define V_ip6_temp_valid_lifetime VNET(ip6_temp_valid_lifetime) [all …]
|
/freebsd/sys/netinet/ |
H A D | tcp_var.h | 1141 #define V_tcps_states VNET(tcps_states) 1259 #define V_tcp_log_in_vain VNET(tcp_log_in_vain) 1315 #define V_tcp_do_lrd VNET(tcp_do_lrd) 1316 #define V_tcp_do_prr VNET(tcp_do_prr) 1317 #define V_tcp_do_newcwv VNET(tcp_do_newcwv) 1318 #define V_drop_synfin VNET(drop_synfin) 1319 #define V_path_mtu_discovery VNET(path_mtu_discovery) 1320 #define V_tcbinfo VNET(tcbinfo) 1321 #define V_tcp_abc_l_var VNET(tcp_abc_l_var) 1322 #define V_tcp_ack_war_cnt VNET(tcp_ack_war_cnt) [all …]
|
H A D | ip_var.h | 209 #define V_ip_id VNET(ip_id) 210 #define V_ip_defttl VNET(ip_defttl) 211 #define V_ipforwarding VNET(ipforwarding) 212 #define V_ipsendredirects VNET(ipsendredirects) 214 #define V_ipstealth VNET(ipstealth) 216 #define V_ip_rsvpd VNET(ip_rsvpd) 217 #define V_ip_mrouter VNET(ip_mrouter) 218 #define V_rsvp_on VNET(rsvp_on) 219 #define V_drop_redirect VNET(drop_redirect) 220 #define V_ip_random_id VNET(ip_random_id) [all …]
|
H A D | ip_id.c | 100 #define V_ip_rfc6864 VNET(ip_rfc6864) 115 #define V_id_array VNET(id_array) 116 #define V_id_bits VNET(id_bits) 117 #define V_array_ptr VNET(array_ptr) 118 #define V_array_size VNET(array_size) 119 #define V_random_id_collisions VNET(random_id_collisions) 120 #define V_random_id_total VNET(random_id_total) 121 #define V_ip_id_mtx VNET(ip_id_mtx) 127 #define V_ip_id VNET(ip_id)
|
H A D | udp_var.h | 153 #define V_udbinfo VNET(udbinfo) 154 #define V_ulitecbinfo VNET(ulitecbinfo) 163 #define V_udp_bind_all_fibs VNET(udp_bind_all_fibs) 164 #define V_udp_blackhole VNET(udp_blackhole) 165 #define V_udp_blackhole_local VNET(udp_blackhole_local) 166 #define V_udp_cksum VNET(udp_cksum) 167 #define V_udp_log_in_vain VNET(udp_log_in_vain) 170 #define V_zero_checksum_port VNET(zero_checksum_port)
|
H A D | tcp_timer.h | 178 #define V_tcp_always_keepalive VNET(tcp_always_keepalive) 180 #define V_tcp_pmtud_blackhole_detect VNET(tcp_pmtud_blackhole_detect) 182 #define V_tcp_pmtud_blackhole_mss VNET(tcp_pmtud_blackhole_mss) 184 #define V_tcp_v6pmtud_blackhole_mss VNET(tcp_v6pmtud_blackhole_mss) 186 #define V_tcp_msl VNET(tcp_msl)
|
H A D | ip_icmp.c | 85 #define V_icmplim VNET(icmplim) 92 #define V_icmplim_curr_jitter VNET(icmplim_curr_jitter) 94 #define V_icmplim_jitter VNET(icmplim_jitter) 101 #define V_icmplim_output VNET(icmplim_output) 117 #define V_icmpmaskrepl VNET(icmpmaskrepl) 123 #define V_icmpmaskfake VNET(icmpmaskfake) 129 #define V_drop_redirect VNET(drop_redirect) 135 #define V_log_redirect VNET(log_redirect) 141 #define V_redirtimeout VNET(redirtimeout) 147 #define V_reply_src VNET(reply_src) [all …]
|
H A D | in_pcb.h | 620 #define V_ipport_reservedhigh VNET(ipport_reservedhigh) 621 #define V_ipport_reservedlow VNET(ipport_reservedlow) 622 #define V_ipport_lowfirstauto VNET(ipport_lowfirstauto) 623 #define V_ipport_lowlastauto VNET(ipport_lowlastauto) 624 #define V_ipport_firstauto VNET(ipport_firstauto) 625 #define V_ipport_lastauto VNET(ipport_lastauto) 626 #define V_ipport_hifirstauto VNET(ipport_hifirstauto) 627 #define V_ipport_hilastauto VNET(ipport_hilastauto) 628 #define V_ipport_randomized VNET(ipport_randomized)
|
H A D | tcp_stats.c | 60 #define V_tcp_perconn_stats_enable VNET(tcp_perconn_stats_enable) 61 #define V_tcp_perconn_stats_dflt_tpl VNET(tcp_perconn_stats_dflt_tpl) 67 #define V_tcp_perconn_stats_sample_rates VNET(tcp_perconn_stats_sample_rates) 68 #define V_tcp_stats_nrates VNET(tcp_stats_nrates)
|
H A D | tcp_fastopen.c | 259 #define V_tcp_fastopen_acceptany VNET(tcp_fastopen_acceptany) 265 #define V_tcp_fastopen_autokey VNET(tcp_fastopen_autokey) 280 #define V_tcp_fastopen_ccache_buckets VNET(tcp_fastopen_ccache_buckets) 305 #define V_tcp_fastopen_numkeys VNET(tcp_fastopen_numkeys) 311 #define V_tcp_fastopen_numpsks VNET(tcp_fastopen_numpsks) 318 #define V_tcp_fastopen_path_disable_time VNET(tcp_fastopen_path_disable_time) 324 #define V_tcp_fastopen_psk_enable VNET(tcp_fastopen_psk_enable) 357 #define V_tcp_fastopen_keylock VNET(tcp_fastopen_keylock) 365 #define V_tcp_fastopen_keys VNET(tcp_fastopen_keys) 368 #define V_tcp_fastopen_autokey_ctx VNET(tcp_fastopen_autokey_ctx) [all …]
|
/freebsd/sys/netipsec/ |
H A D | ipsec.h | 279 #define V_ipsec_debug VNET(ipsec_debug) 285 #define V_ipsec_replay VNET(ipsec_replay) 286 #define V_ipsec_integrity VNET(ipsec_integrity) 308 #define V_ip4_esp_trans_deflev VNET(ip4_esp_trans_deflev) 309 #define V_ip4_esp_net_deflev VNET(ip4_esp_net_deflev) 310 #define V_ip4_ah_trans_deflev VNET(ip4_ah_trans_deflev) 311 #define V_ip4_ah_net_deflev VNET(ip4_ah_net_deflev) 312 #define V_ip4_ipsec_dfbit VNET(ip4_ipsec_dfbit) 313 #define V_ip4_ipsec_min_pmtu VNET(ip4_ipsec_min_pmtu) 314 #define V_ip4_ipsec_ecn VNET(ip4_ipsec_ecn) [all …]
|
H A D | ipsec6.h | 56 #define V_ip6_esp_trans_deflev VNET(ip6_esp_trans_deflev) 57 #define V_ip6_esp_net_deflev VNET(ip6_esp_net_deflev) 58 #define V_ip6_ah_trans_deflev VNET(ip6_ah_trans_deflev) 59 #define V_ip6_ah_net_deflev VNET(ip6_ah_net_deflev) 60 #define V_ip6_ipsec_ecn VNET(ip6_ipsec_ecn)
|
H A D | esp_var.h | 79 #define V_esp_ctr_compatibility VNET(esp_ctr_compatibility) 94 #define V_esp_enable VNET(esp_enable)
|
H A D | ah_var.h | 91 #define V_ah_enable VNET(ah_enable) 92 #define V_ah_cleartos VNET(ah_cleartos)
|
/freebsd/sys/net/ |
H A D | vnet.h | 100 COUNTER_ARRAY_ALLOC(VNET(name), \ 101 sizeof(VNET(name)) / sizeof(counter_u64_t), (wait)) 104 COUNTER_ARRAY_FREE(VNET(name), sizeof(VNET(name)) / sizeof(counter_u64_t)) 107 counter_u64_add(VNET(name)[offsetof(type, f) / sizeof(uint64_t)], (v)) 110 counter_u64_fetch(VNET(name)[offsetof(type, f) / sizeof(uint64_t)]) 137 (sizeof(VNET(array)) / sizeof(counter_u64_t))); \ 138 COUNTER_ARRAY_COPY(VNET(array), &s, sizeof(type) / sizeof(uint64_t));\ 140 COUNTER_ARRAY_ZERO(VNET(array), \ 305 #define VNET(n) VNET_VNET(curvnet, n) macro 440 #define VNET(n) (n) macro
|
H A D | pfvar.h | 441 #define V_pf_rules_lock VNET(pf_rules_lock) 1256 #define V_pfsync_state_import_ptr VNET(pfsync_state_import_ptr) 1258 #define V_pfsync_insert_state_ptr VNET(pfsync_insert_state_ptr) 1260 #define V_pfsync_update_state_ptr VNET(pfsync_update_state_ptr) 1262 #define V_pfsync_delete_state_ptr VNET(pfsync_delete_state_ptr) 1264 #define V_pfsync_clear_states_ptr VNET(pfsync_clear_states_ptr) 1266 #define V_pfsync_defer_ptr VNET(pfsync_defer_ptr) 1268 #define V_pflow_export_state_ptr VNET(pflow_export_state_ptr) 2212 #define V_pf_hashmask VNET(pf_hashmask) 2214 #define V_pf_srchashmask VNET(pf_srchashmask) [all …]
|
H A D | dummymbuf.c | 62 #define V_dmb_rules VNET(dmb_rules) 65 #define V_dmb_rules_lock VNET(dmb_rules_lock) 117 #define V_dmb_hits VNET(dmb_hits) 129 #define V_dmb_pfil_inet_hook VNET(dmb_pfil_inet_hook) 134 #define V_dmb_pfil_inet6_hook VNET(dmb_pfil_inet6_hook) 138 #define V_dmb_pfil_ethernet_hook VNET(dmb_pfil_ethernet_hook)
|
H A D | if_enc.c | 90 #define V_enc_sc VNET(enc_sc) 92 #define V_enc_cloner VNET(enc_cloner) 119 #define V_filter_mask_in VNET(filter_mask_in) 120 #define V_bpf_mask_in VNET(bpf_mask_in) 121 #define V_filter_mask_out VNET(filter_mask_out) 122 #define V_bpf_mask_out VNET(bpf_mask_out)
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_bpf.c | 52 #define V_ipfw_cloner VNET(ipfw_cloner) 53 #define V_ipfwlog_cloner VNET(ipfwlog_cloner) 54 #define V_log_if VNET(log_if) 55 #define V_pflog_if VNET(pflog_if)
|
H A D | ip_fw_private.h | 171 #define V_norule_counter VNET(norule_counter) 173 #define V_verbose_limit VNET(verbose_limit) 229 #define V_fw_one_pass VNET(fw_one_pass) 232 #define V_fw_verbose VNET(fw_verbose) 235 #define V_layer3_chain VNET(layer3_chain) 238 #define V_ipfw_vnet_ready VNET(ipfw_vnet_ready) 241 #define V_skipto_cache VNET(skipto_cache) 244 #define V_set_disable VNET(set_disable) 247 #define V_autoinc_step VNET(autoinc_step) 250 #define V_fw_tables_max VNET(fw_tables_max) [all …]
|
H A D | ip_fw_dynamic.c | 189 #define V_dyn_ipv4 VNET(dyn_ipv4) 190 #define V_dyn_ipv4_parent VNET(dyn_ipv4_parent) 191 #define V_dyn_expired_ipv4 VNET(dyn_expired_ipv4) 214 #define V_dyn_ipv6 VNET(dyn_ipv6) 215 #define V_dyn_ipv6_parent VNET(dyn_ipv6_parent) 216 #define V_dyn_expired_ipv6 VNET(dyn_expired_ipv6) 262 #define V_dyn_expire_lock VNET(dyn_expire_lock) 263 #define V_dyn_bucket_lock VNET(dyn_bucket_lock) 272 #define V_dyn_ipv4_add VNET(dyn_ipv4_add) 273 #define V_dyn_ipv4_del VNET(dyn_ipv4_del) [all …]
|
/freebsd/sys/netinet/cc/ |
H A D | cc.h | 62 #define V_default_cc_ptr VNET(default_cc_ptr) 65 #define V_cc_do_abe VNET(cc_do_abe) 68 #define V_cc_abe_frlossreduce VNET(cc_abe_frlossreduce)
|
H A D | cc_cdg.c | 211 #define V_cdg_alpha_inc VNET(cdg_alpha_inc) 212 #define V_cdg_beta_delay VNET(cdg_beta_delay) 213 #define V_cdg_beta_loss VNET(cdg_beta_loss) 214 #define V_cdg_smoothing_factor VNET(cdg_smoothing_factor) 215 #define V_cdg_exp_backoff_scale VNET(cdg_exp_backoff_scale) 216 #define V_cdg_consec_cong VNET(cdg_consec_cong) 217 #define V_cdg_hold_backoff VNET(cdg_hold_backoff)
|
H A D | cc_chd.c | 126 #define V_chd_qthresh VNET(chd_qthresh) 127 #define V_chd_qmin VNET(chd_qmin) 128 #define V_chd_pmax VNET(chd_pmax) 129 #define V_chd_loss_fair VNET(chd_loss_fair) 130 #define V_chd_use_max VNET(chd_use_max)
|