Home
last modified time | relevance | path

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

1234567

/f-stack/freebsd/netinet6/
H A Dip6_var.h280 #define V_ip6_defhlim VNET(ip6_defhlim)
282 #define V_ip6_forwarding VNET(ip6_forwarding)
284 #define V_ip6_rr_prune VNET(ip6_rr_prune)
285 #define V_ip6_mcast_pmtu VNET(ip6_mcast_pmtu)
286 #define V_ip6_v6only VNET(ip6_v6only)
301 #define V_ip6_mrouter VNET(ip6_mrouter)
304 #define V_ip6_no_radr VNET(ip6_no_radr)
306 #define V_ip6_rfc6204w3 VNET(ip6_rfc6204w3)
308 #define V_ip6_log_time VNET(ip6_log_time)
310 #define V_ip6_dad_count VNET(ip6_dad_count)
[all …]
H A Dnd6.h268 #define V_nd6_prune VNET(nd6_prune)
269 #define V_nd6_delay VNET(nd6_delay)
270 #define V_nd6_umaxtries VNET(nd6_umaxtries)
271 #define V_nd6_mmaxtries VNET(nd6_mmaxtries)
273 #define V_nd6_maxnudhint VNET(nd6_maxnudhint)
274 #define V_nd6_gctimer VNET(nd6_gctimer)
275 #define V_nd_prefix VNET(nd_prefix)
276 #define V_nd6_debug VNET(nd6_debug)
282 #define V_nd6_lock VNET(nd6_lock)
283 #define V_nd6_list_genid VNET(nd6_list_genid)
[all …]
/f-stack/tools/compat/include/netinet6/
H A Dip6_var.h280 #define V_ip6_defhlim VNET(ip6_defhlim)
282 #define V_ip6_forwarding VNET(ip6_forwarding)
284 #define V_ip6_rr_prune VNET(ip6_rr_prune)
285 #define V_ip6_mcast_pmtu VNET(ip6_mcast_pmtu)
286 #define V_ip6_v6only VNET(ip6_v6only)
301 #define V_ip6_mrouter VNET(ip6_mrouter)
304 #define V_ip6_no_radr VNET(ip6_no_radr)
306 #define V_ip6_rfc6204w3 VNET(ip6_rfc6204w3)
308 #define V_ip6_log_time VNET(ip6_log_time)
310 #define V_ip6_dad_count VNET(ip6_dad_count)
[all …]
H A Dnd6.h268 #define V_nd6_prune VNET(nd6_prune)
269 #define V_nd6_delay VNET(nd6_delay)
270 #define V_nd6_umaxtries VNET(nd6_umaxtries)
271 #define V_nd6_mmaxtries VNET(nd6_mmaxtries)
273 #define V_nd6_maxnudhint VNET(nd6_maxnudhint)
274 #define V_nd6_gctimer VNET(nd6_gctimer)
275 #define V_nd_prefix VNET(nd_prefix)
276 #define V_nd6_debug VNET(nd6_debug)
282 #define V_nd6_lock VNET(nd6_lock)
283 #define V_nd6_list_genid VNET(nd6_list_genid)
[all …]
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h712 #define V_tcps_states VNET(tcps_states)
871 #define V_tcp_do_prr VNET(tcp_do_prr)
874 #define V_drop_synfin VNET(drop_synfin)
876 #define V_tcb VNET(tcb)
877 #define V_tcbinfo VNET(tcbinfo)
885 #define V_tcp_do_ecn VNET(tcp_do_ecn)
893 #define V_tcp_do_sack VNET(tcp_do_sack)
894 #define V_tcp_do_tso VNET(tcp_do_tso)
901 #define V_tcp_minmss VNET(tcp_minmss)
902 #define V_tcp_mssdflt VNET(tcp_mssdflt)
[all …]
H A Dip_var.h198 #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)
248 #define V_inet_pfil_head VNET(inet_pfil_head)
[all …]
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)
153 #define V_udp_cksum VNET(udp_cksum)
154 #define V_udp_blackhole VNET(udp_blackhole)
155 #define V_udp_log_in_vain VNET(udp_log_in_vain)
158 #define V_zero_checksum_port VNET(zero_checksum_port)
H A Dtcp_timer.h210 #define V_tcp_always_keepalive VNET(tcp_always_keepalive)
212 #define V_tcp_pmtud_blackhole_detect VNET(tcp_pmtud_blackhole_detect)
214 #define V_tcp_pmtud_blackhole_mss VNET(tcp_pmtud_blackhole_mss)
216 #define V_tcp_v6pmtud_blackhole_mss VNET(tcp_v6pmtud_blackhole_mss)
H A Din_pcb.h797 #define V_ipport_reservedlow VNET(ipport_reservedlow)
799 #define V_ipport_lowlastauto VNET(ipport_lowlastauto)
800 #define V_ipport_firstauto VNET(ipport_firstauto)
801 #define V_ipport_lastauto VNET(ipport_lastauto)
802 #define V_ipport_hifirstauto VNET(ipport_hifirstauto)
803 #define V_ipport_hilastauto VNET(ipport_hilastauto)
804 #define V_ipport_randomized VNET(ipport_randomized)
805 #define V_ipport_randomcps VNET(ipport_randomcps)
806 #define V_ipport_randomtime VNET(ipport_randomtime)
807 #define V_ipport_stoprandom VNET(ipport_stoprandom)
[all …]
/f-stack/freebsd/netinet/
H A Dtcp_var.h712 #define V_tcps_states VNET(tcps_states)
871 #define V_tcp_do_prr VNET(tcp_do_prr)
874 #define V_drop_synfin VNET(drop_synfin)
876 #define V_tcb VNET(tcb)
877 #define V_tcbinfo VNET(tcbinfo)
885 #define V_tcp_do_ecn VNET(tcp_do_ecn)
893 #define V_tcp_do_sack VNET(tcp_do_sack)
894 #define V_tcp_do_tso VNET(tcp_do_tso)
901 #define V_tcp_minmss VNET(tcp_minmss)
902 #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.h198 #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)
248 #define V_inet_pfil_head VNET(inet_pfil_head)
[all …]
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)
153 #define V_udp_cksum VNET(udp_cksum)
154 #define V_udp_blackhole VNET(udp_blackhole)
155 #define V_udp_log_in_vain VNET(udp_log_in_vain)
158 #define V_zero_checksum_port VNET(zero_checksum_port)
H A Dtcp_timer.h210 #define V_tcp_always_keepalive VNET(tcp_always_keepalive)
212 #define V_tcp_pmtud_blackhole_detect VNET(tcp_pmtud_blackhole_detect)
214 #define V_tcp_pmtud_blackhole_mss VNET(tcp_pmtud_blackhole_mss)
216 #define V_tcp_v6pmtud_blackhole_mss VNET(tcp_v6pmtud_blackhole_mss)
H A Din_pcb.h797 #define V_ipport_reservedlow VNET(ipport_reservedlow)
799 #define V_ipport_lowlastauto VNET(ipport_lowlastauto)
800 #define V_ipport_firstauto VNET(ipport_firstauto)
801 #define V_ipport_lastauto VNET(ipport_lastauto)
802 #define V_ipport_hifirstauto VNET(ipport_hifirstauto)
803 #define V_ipport_hilastauto VNET(ipport_hilastauto)
804 #define V_ipport_randomized VNET(ipport_randomized)
805 #define V_ipport_randomcps VNET(ipport_randomcps)
806 #define V_ipport_randomtime VNET(ipport_randomtime)
807 #define V_ipport_stoprandom VNET(ipport_stoprandom)
[all …]
H A Dip_icmp.c87 #define V_icmplim VNET(icmplim)
93 #define V_icmplim_output VNET(icmplim_output)
109 #define V_icmpmaskrepl VNET(icmpmaskrepl)
115 #define V_icmpmaskfake VNET(icmpmaskfake)
121 #define V_drop_redirect VNET(drop_redirect)
127 #define V_log_redirect VNET(log_redirect)
133 #define V_redirtimeout VNET(redirtimeout)
139 #define V_reply_src VNET(reply_src)
145 #define V_icmp_rfi VNET(icmp_rfi)
151 #define V_icmp_quotelen VNET(icmp_quotelen)
[all …]
H A Dtcp_stats.c63 #define V_tcp_perconn_stats_enable VNET(tcp_perconn_stats_enable)
64 #define V_tcp_perconn_stats_dflt_tpl VNET(tcp_perconn_stats_dflt_tpl)
70 #define V_tcp_perconn_stats_sample_rates VNET(tcp_perconn_stats_sample_rates)
71 #define V_tcp_stats_nrates VNET(tcp_stats_nrates)
/f-stack/freebsd/netipsec/
H A Dipsec.h264 #define V_ipsec_debug VNET(ipsec_debug)
270 #define V_ipsec_replay VNET(ipsec_replay)
271 #define V_ipsec_integrity VNET(ipsec_integrity)
288 #define V_ip4_esp_net_deflev VNET(ip4_esp_net_deflev)
289 #define V_ip4_ah_trans_deflev VNET(ip4_ah_trans_deflev)
290 #define V_ip4_ah_net_deflev VNET(ip4_ah_net_deflev)
291 #define V_ip4_ipsec_dfbit VNET(ip4_ipsec_dfbit)
292 #define V_ip4_ipsec_ecn VNET(ip4_ipsec_ecn)
293 #define V_crypto_support VNET(crypto_support)
294 #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)
/f-stack/freebsd/net/
H A Dvnet.h101 COUNTER_ARRAY_ALLOC(VNET(name), \
102 sizeof(VNET(name)) / sizeof(counter_u64_t), (wait))
105 COUNTER_ARRAY_FREE(VNET(name), sizeof(VNET(name)) / sizeof(counter_u64_t))
108 counter_u64_add(VNET(name)[offsetof(type, f) / sizeof(uint64_t)], (v))
111 counter_u64_fetch(VNET(name)[offsetof(type, f) / sizeof(uint64_t)])
138 (sizeof(VNET(array)) / sizeof(counter_u64_t))); \
139 COUNTER_ARRAY_COPY(VNET(array), &s, sizeof(type) / sizeof(uint64_t));\
141 COUNTER_ARRAY_ZERO(VNET(array), \
302 #define VNET(n) VNET_VNET(curvnet, n) macro
436 #define VNET(n) (n) macro
H A Dpfvar.h1382 #define V_pf_keyhash VNET(pf_keyhash)
1383 #define V_pf_idhash VNET(pf_idhash)
1385 #define V_pf_srchash VNET(pf_srchash)
1393 #define V_pf_stateid VNET(pf_stateid)
1397 #define V_pf_altqs VNET(pf_altqs)
1399 #define V_pf_pabuf VNET(pf_pabuf)
1433 #define V_pf_state_z VNET(pf_state_z)
1486 #define V_sync_ifp VNET(sync_ifp);
1585 #define V_pfi_all VNET(pfi_all)
1614 #define V_pf_status VNET(pf_status)
[all …]
H A Dif_enc.c91 #define V_enc_sc VNET(enc_sc)
93 #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)
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_bpf.c54 #define V_ipfw_cloner VNET(ipfw_cloner)
55 #define V_ipfwlog_cloner VNET(ipfwlog_cloner)
56 #define V_log_if VNET(log_if)
57 #define V_pflog_if VNET(pflog_if)
/f-stack/freebsd/netinet/cc/
H A Dcc.h63 #define V_default_cc_ptr VNET(default_cc_ptr)
66 #define V_cc_do_abe VNET(cc_do_abe)
69 #define V_cc_abe_frlossreduce VNET(cc_abe_frlossreduce)

1234567