| /freebsd-14.2/sys/netinet6/ |
| H A D | ip6_var.h | 279 #define V_ip6_defhlim VNET(ip6_defhlim) 281 #define V_ip6_forwarding VNET(ip6_forwarding) 283 #define V_ip6_rr_prune VNET(ip6_rr_prune) 284 #define V_ip6_mcast_pmtu VNET(ip6_mcast_pmtu) 285 #define V_ip6_v6only VNET(ip6_v6only) 298 #define V_ip6_mrouter VNET(ip6_mrouter) 301 #define V_ip6_no_radr VNET(ip6_no_radr) 303 #define V_ip6_rfc6204w3 VNET(ip6_rfc6204w3) 305 #define V_ip6_dad_count VNET(ip6_dad_count) 324 #define V_inet6_pfil_head VNET(inet6_pfil_head) [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-14.2/sys/netipsec/ |
| H A D | ipsec.h | 264 #define V_ipsec_debug VNET(ipsec_debug) 270 #define V_ipsec_replay VNET(ipsec_replay) 271 #define V_ipsec_integrity VNET(ipsec_integrity) 289 #define V_ip4_esp_net_deflev VNET(ip4_esp_net_deflev) 291 #define V_ip4_ah_net_deflev VNET(ip4_ah_net_deflev) 292 #define V_ip4_ipsec_dfbit VNET(ip4_ipsec_dfbit) 293 #define V_ip4_ipsec_min_pmtu VNET(ip4_ipsec_min_pmtu) 294 #define V_ip4_ipsec_ecn VNET(ip4_ipsec_ecn) 295 #define V_crypto_support VNET(crypto_support) 296 #define V_async_crypto VNET(async_crypto) [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 | ah_var.h | 82 #define V_ah_enable VNET(ah_enable) 83 #define V_ah_cleartos VNET(ah_cleartos)
|
| /freebsd-14.2/sys/netinet/ |
| H A D | tcp_var.h | 1154 #define V_tcps_states VNET(tcps_states) 1326 #define V_tcp_do_lrd VNET(tcp_do_lrd) 1327 #define V_tcp_do_prr VNET(tcp_do_prr) 1329 #define V_drop_synfin VNET(drop_synfin) 1331 #define V_tcbinfo VNET(tcbinfo) 1341 #define V_tcp_do_ecn VNET(tcp_do_ecn) 1349 #define V_tcp_do_sack VNET(tcp_do_sack) 1350 #define V_tcp_do_tso VNET(tcp_do_tso) 1358 #define V_tcp_minmss VNET(tcp_minmss) 1359 #define V_tcp_mssdflt VNET(tcp_mssdflt) [all …]
|
| H A D | ip_var.h | 198 #define V_ip_id VNET(ip_id) 199 #define V_ip_defttl VNET(ip_defttl) 200 #define V_ipforwarding VNET(ipforwarding) 201 #define V_ipsendredirects VNET(ipsendredirects) 203 #define V_ipstealth VNET(ipstealth) 205 #define V_ip_rsvpd VNET(ip_rsvpd) 206 #define V_ip_mrouter VNET(ip_mrouter) 207 #define V_rsvp_on VNET(rsvp_on) 208 #define V_drop_redirect VNET(drop_redirect) 254 #define V_inet_pfil_head VNET(inet_pfil_head) [all …]
|
| H A D | ip_id.c | 101 #define V_ip_rfc6864 VNET(ip_rfc6864) 102 #define V_ip_do_randomid VNET(ip_do_randomid) 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 | 147 #define V_udbinfo VNET(udbinfo) 148 #define V_ulitecbinfo VNET(ulitecbinfo) 156 #define V_udp_cksum VNET(udp_cksum) 157 #define V_udp_blackhole VNET(udp_blackhole) 158 #define V_udp_blackhole_local VNET(udp_blackhole_local) 159 #define V_udp_log_in_vain VNET(udp_log_in_vain) 162 #define V_zero_checksum_port VNET(zero_checksum_port)
|
| H A D | tcp_timer.h | 180 #define V_tcp_always_keepalive VNET(tcp_always_keepalive) 182 #define V_tcp_pmtud_blackhole_detect VNET(tcp_pmtud_blackhole_detect) 184 #define V_tcp_pmtud_blackhole_mss VNET(tcp_pmtud_blackhole_mss) 186 #define V_tcp_v6pmtud_blackhole_mss VNET(tcp_v6pmtud_blackhole_mss) 188 #define V_tcp_msl VNET(tcp_msl)
|
| H A D | ip_icmp.c | 87 #define V_icmplim VNET(icmplim) 96 #define V_icmplim_jitter VNET(icmplim_jitter) 103 #define V_icmplim_output VNET(icmplim_output) 119 #define V_icmpmaskrepl VNET(icmpmaskrepl) 125 #define V_icmpmaskfake VNET(icmpmaskfake) 131 #define V_drop_redirect VNET(drop_redirect) 137 #define V_log_redirect VNET(log_redirect) 143 #define V_redirtimeout VNET(redirtimeout) 149 #define V_reply_src VNET(reply_src) 155 #define V_icmp_rfi VNET(icmp_rfi) [all …]
|
| H A D | in_pcb.h | 650 #define V_ipport_reservedhigh VNET(ipport_reservedhigh) 651 #define V_ipport_reservedlow VNET(ipport_reservedlow) 652 #define V_ipport_lowfirstauto VNET(ipport_lowfirstauto) 653 #define V_ipport_lowlastauto VNET(ipport_lowlastauto) 654 #define V_ipport_firstauto VNET(ipport_firstauto) 655 #define V_ipport_lastauto VNET(ipport_lastauto) 656 #define V_ipport_hifirstauto VNET(ipport_hifirstauto) 657 #define V_ipport_hilastauto VNET(ipport_hilastauto) 658 #define V_ipport_randomized VNET(ipport_randomized)
|
| H A D | tcp_stats.c | 61 #define V_tcp_perconn_stats_enable VNET(tcp_perconn_stats_enable) 62 #define V_tcp_perconn_stats_dflt_tpl VNET(tcp_perconn_stats_dflt_tpl) 68 #define V_tcp_perconn_stats_sample_rates VNET(tcp_perconn_stats_sample_rates) 69 #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) 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) 371 #define V_counter_zone VNET(counter_zone) [all …]
|
| H A D | tcp_fastopen.h | 38 #define V_tcp_fastopen_client_enable VNET(tcp_fastopen_client_enable) 41 #define V_tcp_fastopen_server_enable VNET(tcp_fastopen_server_enable)
|
| /freebsd-14.2/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 434 #define VNET(n) (n) macro
|
| H A D | pfvar.h | 2115 #define V_pf_keyhash VNET(pf_keyhash) 2116 #define V_pf_idhash VNET(pf_idhash) 2118 #define V_pf_srchash VNET(pf_srchash) 2125 #define V_pf_swi_ie VNET(pf_swi_ie) 2128 #define V_pf_stateid VNET(pf_stateid) 2132 #define V_pf_altqs VNET(pf_altqs) 2134 #define V_pf_pabuf VNET(pf_pabuf) 2370 #define V_pfi_all VNET(pfi_all) 2423 #define V_pf_status VNET(pf_status) 2430 #define V_pf_limits VNET(pf_limits) [all …]
|
| 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-14.2/sys/netpfil/ipfw/ |
| H A D | ip_fw_bpf.c | 53 #define V_ipfw_cloner VNET(ipfw_cloner) 54 #define V_ipfwlog_cloner VNET(ipfwlog_cloner) 55 #define V_log_if VNET(log_if) 56 #define V_pflog_if VNET(pflog_if)
|
| H A D | ip_fw_private.h | 169 #define V_norule_counter VNET(norule_counter) 171 #define V_verbose_limit VNET(verbose_limit) 227 #define V_fw_one_pass VNET(fw_one_pass) 230 #define V_fw_verbose VNET(fw_verbose) 233 #define V_layer3_chain VNET(layer3_chain) 236 #define V_ipfw_vnet_ready VNET(ipfw_vnet_ready) 239 #define V_set_disable VNET(set_disable) 242 #define V_autoinc_step VNET(autoinc_step) 245 #define V_fw_tables_max VNET(fw_tables_max) 248 #define V_fw_tables_sets VNET(fw_tables_sets) [all …]
|
| H A D | ip_fw_dynamic.c | 189 #define V_dyn_ipv4 VNET(dyn_ipv4) 214 #define V_dyn_ipv6 VNET(dyn_ipv6) 272 #define V_dyn_ipv4_add VNET(dyn_ipv4_add) 273 #define V_dyn_ipv4_del VNET(dyn_ipv4_del) 282 #define V_dyn_ipv6_add VNET(dyn_ipv6_add) 283 #define V_dyn_ipv6_del VNET(dyn_ipv6_del) 310 #define V_dyn_timeout VNET(dyn_timeout) 324 #define V_dyn_ipv6_zone VNET(dyn_ipv6_zone) 369 #define V_dyn_max VNET(dyn_max) 370 #define V_dyn_count VNET(dyn_count) [all …]
|
| /freebsd-14.2/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_hd.c | 93 #define V_hd_qthresh VNET(hd_qthresh) 94 #define V_hd_qmin VNET(hd_qmin) 95 #define V_hd_pmax VNET(hd_pmax)
|
| 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)
|