Home
last modified time | relevance | path

Searched refs:VNET (Results 1 – 25 of 149) sorted by relevance

123456

/freebsd-12.1/sys/netinet6/
H A Dip6_var.h291 #define V_ip6_defhlim VNET(ip6_defhlim)
293 #define V_ip6_forwarding VNET(ip6_forwarding)
295 #define V_ip6_rr_prune VNET(ip6_rr_prune)
296 #define V_ip6_mcast_pmtu VNET(ip6_mcast_pmtu)
297 #define V_ip6_v6only VNET(ip6_v6only)
318 #define V_ip6_mrouter VNET(ip6_mrouter)
324 #define V_ip6_no_radr VNET(ip6_no_radr)
326 #define V_ip6_rfc6204w3 VNET(ip6_rfc6204w3)
328 #define V_ip6_log_time VNET(ip6_log_time)
330 #define V_ip6_dad_count VNET(ip6_dad_count)
[all …]
H A Dnd6.h336 #define V_nd6_prune VNET(nd6_prune)
337 #define V_nd6_delay VNET(nd6_delay)
338 #define V_nd6_umaxtries VNET(nd6_umaxtries)
339 #define V_nd6_mmaxtries VNET(nd6_mmaxtries)
341 #define V_nd6_maxnudhint VNET(nd6_maxnudhint)
342 #define V_nd6_gctimer VNET(nd6_gctimer)
343 #define V_nd_defrouter VNET(nd_defrouter)
344 #define V_nd_prefix VNET(nd_prefix)
345 #define V_nd6_debug VNET(nd6_debug)
351 #define V_nd6_lock VNET(nd6_lock)
[all …]
/freebsd-12.1/sys/netinet/
H A Dtcp_var.h643 #define V_tcps_states VNET(tcps_states)
787 #define V_drop_synfin VNET(drop_synfin)
789 #define V_tcb VNET(tcb)
790 #define V_tcbinfo VNET(tcbinfo)
791 #define V_tcp_abc_l_var VNET(tcp_abc_l_var)
799 #define V_tcp_do_ecn VNET(tcp_do_ecn)
806 #define V_tcp_do_sack VNET(tcp_do_sack)
807 #define V_tcp_do_tso VNET(tcp_do_tso)
812 #define V_tcp_minmss VNET(tcp_minmss)
813 #define V_tcp_mssdflt VNET(tcp_mssdflt)
[all …]
H A Dip_id.c103 #define V_ip_rfc6864 VNET(ip_rfc6864)
104 #define V_ip_do_randomid VNET(ip_do_randomid)
117 #define V_id_array VNET(id_array)
118 #define V_id_bits VNET(id_bits)
119 #define V_array_ptr VNET(array_ptr)
120 #define V_array_size VNET(array_size)
121 #define V_random_id_collisions VNET(random_id_collisions)
122 #define V_random_id_total VNET(random_id_total)
123 #define V_ip_id_mtx VNET(ip_id_mtx)
129 #define V_ip_id VNET(ip_id)
H A Dip_var.h196 #define V_ip_id VNET(ip_id)
197 #define V_ip_defttl VNET(ip_defttl)
198 #define V_ipforwarding VNET(ipforwarding)
200 #define V_ipstealth VNET(ipstealth)
202 #define V_ip_rsvpd VNET(ip_rsvpd)
203 #define V_ip_mrouter VNET(ip_mrouter)
204 #define V_rsvp_on VNET(rsvp_on)
205 #define V_drop_redirect VNET(drop_redirect)
245 #define V_inet_pfil_hook VNET(inet_pfil_hook)
291 #define V_ip_fw_ctl_ptr VNET(ip_fw_ctl_ptr)
H A Dudp_var.h143 #define V_udb VNET(udb)
144 #define V_udbinfo VNET(udbinfo)
145 #define V_ulitecb VNET(ulitecb)
146 #define V_ulitecbinfo VNET(ulitecbinfo)
152 #define V_udp_cksum VNET(udp_cksum)
153 #define V_udp_blackhole VNET(udp_blackhole)
H A Din_pcb.h803 #define V_ipport_reservedlow VNET(ipport_reservedlow)
805 #define V_ipport_lowlastauto VNET(ipport_lowlastauto)
806 #define V_ipport_firstauto VNET(ipport_firstauto)
807 #define V_ipport_lastauto VNET(ipport_lastauto)
808 #define V_ipport_hifirstauto VNET(ipport_hifirstauto)
809 #define V_ipport_hilastauto VNET(ipport_hilastauto)
810 #define V_ipport_randomized VNET(ipport_randomized)
811 #define V_ipport_randomcps VNET(ipport_randomcps)
812 #define V_ipport_randomtime VNET(ipport_randomtime)
813 #define V_ipport_stoprandom VNET(ipport_stoprandom)
[all …]
H A Dip_icmp.c86 #define V_icmplim VNET(icmplim)
92 #define V_icmplim_output VNET(icmplim_output)
108 #define V_icmpmaskrepl VNET(icmpmaskrepl)
114 #define V_icmpmaskfake VNET(icmpmaskfake)
120 #define V_drop_redirect VNET(drop_redirect)
126 #define V_log_redirect VNET(log_redirect)
132 #define V_reply_src VNET(reply_src)
138 #define V_icmp_rfi VNET(icmp_rfi)
144 #define V_icmp_quotelen VNET(icmp_quotelen)
187 counter_u64_add(VNET(icmpstat)[statnum], 1); in kmod_icmpstat_inc()
[all …]
H A Dtcp_timer.h211 #define V_tcp_pmtud_blackhole_detect VNET(tcp_pmtud_blackhole_detect)
213 #define V_tcp_pmtud_blackhole_mss VNET(tcp_pmtud_blackhole_mss)
215 #define V_tcp_v6pmtud_blackhole_mss VNET(tcp_v6pmtud_blackhole_mss)
H A Dtcp_fastopen.c261 #define V_tcp_fastopen_acceptany VNET(tcp_fastopen_acceptany)
267 #define V_tcp_fastopen_autokey VNET(tcp_fastopen_autokey)
282 #define V_tcp_fastopen_ccache_buckets VNET(tcp_fastopen_ccache_buckets)
307 #define V_tcp_fastopen_numkeys VNET(tcp_fastopen_numkeys)
313 #define V_tcp_fastopen_numpsks VNET(tcp_fastopen_numpsks)
326 #define V_tcp_fastopen_psk_enable VNET(tcp_fastopen_psk_enable)
359 #define V_tcp_fastopen_keylock VNET(tcp_fastopen_keylock)
367 #define V_tcp_fastopen_keys VNET(tcp_fastopen_keys)
370 #define V_tcp_fastopen_autokey_ctx VNET(tcp_fastopen_autokey_ctx)
373 #define V_counter_zone VNET(counter_zone)
[all …]
H A Dtcp_fastopen.h40 #define V_tcp_fastopen_client_enable VNET(tcp_fastopen_client_enable)
43 #define V_tcp_fastopen_server_enable VNET(tcp_fastopen_server_enable)
/freebsd-12.1/sys/netipsec/
H A Dipsec.h269 #define V_ipsec_debug VNET(ipsec_debug)
275 #define V_ipsec_replay VNET(ipsec_replay)
276 #define V_ipsec_integrity VNET(ipsec_integrity)
295 #define V_ip4_esp_net_deflev VNET(ip4_esp_net_deflev)
296 #define V_ip4_ah_trans_deflev VNET(ip4_ah_trans_deflev)
297 #define V_ip4_ah_net_deflev VNET(ip4_ah_net_deflev)
298 #define V_ip4_ipsec_dfbit VNET(ip4_ipsec_dfbit)
299 #define V_ip4_ipsec_ecn VNET(ip4_ipsec_ecn)
300 #define V_crypto_support VNET(crypto_support)
301 #define V_async_crypto VNET(async_crypto)
[all …]
H A Dipsec6.h57 #define V_ip6_esp_trans_deflev VNET(ip6_esp_trans_deflev)
58 #define V_ip6_esp_net_deflev VNET(ip6_esp_net_deflev)
59 #define V_ip6_ah_trans_deflev VNET(ip6_ah_trans_deflev)
60 #define V_ip6_ah_net_deflev VNET(ip6_ah_net_deflev)
61 #define V_ip6_ipsec_ecn VNET(ip6_ipsec_ecn)
H A Dah_var.h83 #define V_ah_enable VNET(ah_enable)
84 #define V_ah_cleartos VNET(ah_cleartos)
/freebsd-12.1/sys/net/
H A Dvnet.h100 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), \
299 #define VNET(n) VNET_VNET(curvnet, n) macro
429 #define VNET(n) (n) macro
H A Dpfvar.h1592 #define V_pf_keyhash VNET(pf_keyhash)
1593 #define V_pf_idhash VNET(pf_idhash)
1595 #define V_pf_srchash VNET(pf_srchash)
1603 #define V_pf_stateid VNET(pf_stateid)
1607 #define V_pf_altqs VNET(pf_altqs)
1609 #define V_pf_pabuf VNET(pf_pabuf)
1643 #define V_pf_state_z VNET(pf_state_z)
1696 #define V_sync_ifp VNET(sync_ifp);
1791 #define V_pfi_all VNET(pfi_all)
1820 #define V_pf_status VNET(pf_status)
[all …]
H A Dif_enc.c90 #define V_enc_sc VNET(enc_sc)
92 #define V_enc_cloner VNET(enc_cloner)
118 #define V_filter_mask_in VNET(filter_mask_in)
119 #define V_bpf_mask_in VNET(bpf_mask_in)
120 #define V_filter_mask_out VNET(filter_mask_out)
121 #define V_bpf_mask_out VNET(bpf_mask_out)
H A Dif_var.h99 #define V_link_pfil_hook VNET(link_pfil_hook)
106 #define V_ipsec_hhh_in VNET(ipsec_hhh_in)
107 #define V_ipsec_hhh_out VNET(ipsec_hhh_out)
603 #define V_ifnet VNET(ifnet)
604 #define V_ifg_head VNET(ifg_head)
605 #define V_if_index VNET(if_index)
606 #define V_loif VNET(loif)
/freebsd-12.1/sys/netpfil/ipfw/
H A Dip_fw_bpf.c55 #define V_ipfw_cloner VNET(ipfw_cloner)
56 #define V_ipfwlog_cloner VNET(ipfwlog_cloner)
57 #define V_log_if VNET(log_if)
58 #define V_pflog_if VNET(pflog_if)
H A Dip_fw_private.h187 #define V_norule_counter VNET(norule_counter)
189 #define V_verbose_limit VNET(verbose_limit)
245 #define V_fw_one_pass VNET(fw_one_pass)
248 #define V_fw_verbose VNET(fw_verbose)
251 #define V_layer3_chain VNET(layer3_chain)
254 #define V_ipfw_vnet_ready VNET(ipfw_vnet_ready)
257 #define V_set_disable VNET(set_disable)
260 #define V_autoinc_step VNET(autoinc_step)
263 #define V_fw_tables_max VNET(fw_tables_max)
266 #define V_fw_tables_sets VNET(fw_tables_sets)
[all …]
H A Dip_fw_dynamic.c192 #define V_dyn_ipv4 VNET(dyn_ipv4)
217 #define V_dyn_ipv6 VNET(dyn_ipv6)
275 #define V_dyn_ipv4_add VNET(dyn_ipv4_add)
276 #define V_dyn_ipv4_del VNET(dyn_ipv4_del)
285 #define V_dyn_ipv6_add VNET(dyn_ipv6_add)
286 #define V_dyn_ipv6_del VNET(dyn_ipv6_del)
313 #define V_dyn_timeout VNET(dyn_timeout)
327 #define V_dyn_ipv6_zone VNET(dyn_ipv6_zone)
372 #define V_dyn_max VNET(dyn_max)
373 #define V_dyn_count VNET(dyn_count)
[all …]
/freebsd-12.1/sys/netinet/cc/
H A Dcc.h65 #define V_default_cc_ptr VNET(default_cc_ptr)
68 #define V_cc_do_abe VNET(cc_do_abe)
71 #define V_cc_abe_frlossreduce VNET(cc_abe_frlossreduce)
H A Dcc_cdg.c213 #define V_cdg_alpha_inc VNET(cdg_alpha_inc)
214 #define V_cdg_beta_delay VNET(cdg_beta_delay)
215 #define V_cdg_beta_loss VNET(cdg_beta_loss)
216 #define V_cdg_smoothing_factor VNET(cdg_smoothing_factor)
217 #define V_cdg_exp_backoff_scale VNET(cdg_exp_backoff_scale)
218 #define V_cdg_consec_cong VNET(cdg_consec_cong)
219 #define V_cdg_hold_backoff VNET(cdg_hold_backoff)
H A Dcc_hd.c93 #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 Dcc_chd.c123 #define V_chd_qthresh VNET(chd_qthresh)
124 #define V_chd_qmin VNET(chd_qmin)
125 #define V_chd_pmax VNET(chd_pmax)
126 #define V_chd_loss_fair VNET(chd_loss_fair)
127 #define V_chd_use_max VNET(chd_use_max)

123456