| /freebsd/sys/netinet6/ |
| H A D | ip6_var.h | 296 VNET_DECLARE(int, ip6_defhlim); /* default hop limit */ 297 VNET_DECLARE(int, ip6_defmcasthlim); /* default multicast hop limit */ 298 VNET_DECLARE(int, ip6_forwarding); /* act as router? */ 299 VNET_DECLARE(int, ip6_use_deprecated); /* allow deprecated addr as source */ 300 VNET_DECLARE(int, ip6_rr_prune); /* router renumbering prefix 302 VNET_DECLARE(int, ip6_mcast_pmtu); /* enable pMTU discovery for multicast? */ 303 VNET_DECLARE(int, ip6_v6only); 312 VNET_DECLARE(struct socket *, ip6_mrouter); /* multicast routing daemon */ 313 VNET_DECLARE(int, ip6_sendredirects); /* send IP redirects when forwarding? */ 314 VNET_DECLARE(int, ip6_accept_rtadv); /* Acts as a host not a router */ [all …]
|
| H A D | nd6.h | 235 VNET_DECLARE(int, nd6_mmaxtries); 236 VNET_DECLARE(struct nd_prhead, nd_prefix); 237 VNET_DECLARE(int, nd6_debug); 243 VNET_DECLARE(struct rwlock, nd6_lock); 244 VNET_DECLARE(uint64_t, nd6_list_genid); 259 VNET_DECLARE(struct mtx, nd6_onlink_mtx); 271 VNET_DECLARE(int, nd6_defifindex); 272 VNET_DECLARE(int, ip6_desync_factor); /* seconds */ 273 VNET_DECLARE(uint32_t, ip6_temp_max_desync_factor); /* seconds */ 274 VNET_DECLARE(u_int32_t, ip6_temp_preferred_lifetime); /* seconds */ [all …]
|
| H A D | tcp6_var.h | 68 VNET_DECLARE(int, tcp_v6mssdflt); /* XXX */
|
| /freebsd/sys/netinet/ |
| H A D | tcp_var.h | 1161 VNET_DECLARE(counter_u64_t, tcps_states[TCP_NSTATES]); 1282 VNET_DECLARE(int, tcp_log_in_vain); 1289 VNET_DECLARE(int, drop_synfin); 1290 VNET_DECLARE(int, path_mtu_discovery); 1291 VNET_DECLARE(int, tcp_abc_l_var); 1292 VNET_DECLARE(uint32_t, tcp_ack_war_cnt); 1293 VNET_DECLARE(uint32_t, tcp_ack_war_time_window); 1294 VNET_DECLARE(int, tcp_autorcvbuf_max); 1295 VNET_DECLARE(int, tcp_autosndbuf_inc); 1296 VNET_DECLARE(int, tcp_autosndbuf_max); [all …]
|
| H A D | ip_var.h | 195 VNET_DECLARE(int, ip_defttl); /* default IP ttl */ 196 VNET_DECLARE(int, ipforwarding); /* ip forwarding */ 197 VNET_DECLARE(int, ipsendredirects); 199 VNET_DECLARE(int, ipstealth); /* stealth forwarding */ 201 VNET_DECLARE(struct socket *, ip_rsvpd); /* reservation protocol daemon*/ 202 VNET_DECLARE(struct socket *, ip_mrouter); /* multicast routing daemon */ 205 VNET_DECLARE(int, rsvp_on); 206 VNET_DECLARE(int, drop_redirect); 207 VNET_DECLARE(int, ip_random_id); 265 VNET_DECLARE(struct pfil_head *, inet_pfil_head); [all …]
|
| H A D | udp_var.h | 152 VNET_DECLARE(struct inpcbinfo, udbinfo); 153 VNET_DECLARE(struct inpcbinfo, ulitecbinfo); 159 VNET_DECLARE(int, udp_bind_all_fibs); 160 VNET_DECLARE(int, udp_blackhole); 161 VNET_DECLARE(bool, udp_blackhole_local); 162 VNET_DECLARE(int, udp_cksum); 163 VNET_DECLARE(int, udp_log_in_vain); 170 VNET_DECLARE(int, zero_checksum_port);
|
| H A D | tcp_timer.h | 177 VNET_DECLARE(int, tcp_always_keepalive); 179 VNET_DECLARE(int, tcp_pmtud_blackhole_detect); 181 VNET_DECLARE(int, tcp_pmtud_blackhole_mss); 183 VNET_DECLARE(int, tcp_v6pmtud_blackhole_mss); 185 VNET_DECLARE(int, tcp_msl); 187 VNET_DECLARE(int, tcp_msl_local);
|
| H A D | in_pcb.h | 655 VNET_DECLARE(int, ipport_reservedhigh); 656 VNET_DECLARE(int, ipport_reservedlow); 657 VNET_DECLARE(int, ipport_lowfirstauto); 658 VNET_DECLARE(int, ipport_lowlastauto); 659 VNET_DECLARE(int, ipport_firstauto); 660 VNET_DECLARE(int, ipport_lastauto); 661 VNET_DECLARE(int, ipport_hifirstauto); 662 VNET_DECLARE(int, ipport_hilastauto); 663 VNET_DECLARE(int, ipport_randomized);
|
| H A D | tcp_fastopen.h | 37 VNET_DECLARE(unsigned int, tcp_fastopen_client_enable); 40 VNET_DECLARE(unsigned int, tcp_fastopen_server_enable);
|
| H A D | in.h | 423 VNET_DECLARE(bool, ip_allow_net0); 424 VNET_DECLARE(bool, ip_allow_net240); 426 VNET_DECLARE(uint32_t, in_loopback_mask);
|
| H A D | in_var.h | 112 VNET_DECLARE(struct in_ifaddrhashhead *, in_ifaddrhashtbl); 113 VNET_DECLARE(struct in_ifaddrhead, in_ifaddrhead); 114 VNET_DECLARE(u_long, in_ifaddrhmask); /* mask for hash table */
|
| /freebsd/sys/netipsec/ |
| H A D | ipsec.h | 278 VNET_DECLARE(int, ipsec_debug); 282 VNET_DECLARE(int, ipsec_replay); 283 VNET_DECLARE(int, ipsec_integrity); 290 VNET_DECLARE(int, ip4_esp_trans_deflev); 291 VNET_DECLARE(int, ip4_esp_net_deflev); 292 VNET_DECLARE(int, ip4_ah_trans_deflev); 293 VNET_DECLARE(int, ip4_ah_net_deflev); 294 VNET_DECLARE(int, ip4_ipsec_dfbit); 295 VNET_DECLARE(int, ip4_ipsec_min_pmtu); 296 VNET_DECLARE(int, ip4_ipsec_ecn); [all …]
|
| H A D | ipsec6.h | 48 VNET_DECLARE(int, ip6_esp_trans_deflev); 49 VNET_DECLARE(int, ip6_esp_net_deflev); 50 VNET_DECLARE(int, ip6_ah_trans_deflev); 51 VNET_DECLARE(int, ip6_ah_net_deflev); 52 VNET_DECLARE(int, ip6_ipsec_ecn);
|
| H A D | esp_var.h | 77 VNET_DECLARE(int, esp_enable); 78 VNET_DECLARE(int, esp_ctr_compatibility);
|
| H A D | ah_var.h | 76 VNET_DECLARE(int, ah_enable); 77 VNET_DECLARE(int, ah_cleartos);
|
| /freebsd/sys/net/ |
| H A D | pfvar.h | 445 VNET_DECLARE(struct rmlock, pf_rules_lock); 458 VNET_DECLARE(struct rmlock, pf_tags_lock); 1267 VNET_DECLARE(struct pf_statelim_id_tree, pf_statelim_id_tree_active); 1269 VNET_DECLARE(struct pf_statelim_list, pf_statelim_list_active); 1272 VNET_DECLARE(struct pf_statelim_id_tree, pf_statelim_id_tree_inactive); 1274 VNET_DECLARE(struct pf_statelim_nm_tree, pf_statelim_nm_tree_inactive); 1276 VNET_DECLARE(struct pf_statelim_list, pf_statelim_list_inactive); 1401 VNET_DECLARE(struct pf_sourcelim_id_tree, pf_sourcelim_id_tree_active); 1403 VNET_DECLARE(struct pf_sourcelim_list, pf_sourcelim_list_active); 1406 VNET_DECLARE(struct pf_sourcelim_id_tree, pf_sourcelim_id_tree_inactive); [all …]
|
| H A D | route.h | 116 VNET_DECLARE(uint32_t, _rt_numfibs); /* number of existing route tables */ 120 VNET_DECLARE(u_int, rt_add_addr_allfibs); /* Announce interfaces to all fibs */ 125 VNET_DECLARE(u_int, fib_hash_outbound);
|
| H A D | if_var.h | 95 VNET_DECLARE(struct pfil_head *, link_pfil_head); 102 VNET_DECLARE(struct hhook_head *, ipsec_hhh_in[HHOOK_IPSEC_COUNT]); 103 VNET_DECLARE(struct hhook_head *, ipsec_hhh_out[HHOOK_IPSEC_COUNT]); 514 VNET_DECLARE(struct ifnethead, ifnet); 515 VNET_DECLARE(struct ifgrouphead, ifg_head); 516 VNET_DECLARE(if_t, loif); /* first loopback interface */
|
| H A D | vnet.h | 92 VNET_DECLARE(counter_u64_t, name[sizeof(type) / sizeof(uint64_t)]) 277 #define VNET_DECLARE(t, n) extern t VNET_NAME(n) macro 431 #define VNET_DECLARE(t, n) extern t n macro
|
| /freebsd/sys/netpfil/ipfw/ |
| H A D | ip_fw_private.h | 175 VNET_DECLARE(u_int64_t, norule_counter); 177 VNET_DECLARE(int, verbose_limit); 233 VNET_DECLARE(int, fw_one_pass); 236 VNET_DECLARE(int, fw_verbose); 239 VNET_DECLARE(struct ip_fw_chain, layer3_chain); 242 VNET_DECLARE(int, ipfw_vnet_ready); 245 VNET_DECLARE(int, skipto_cache); 248 VNET_DECLARE(u_int32_t, set_disable); 251 VNET_DECLARE(int, autoinc_step); 254 VNET_DECLARE(unsigned int, fw_tables_max); [all …]
|
| /freebsd/sys/netinet/cc/ |
| H A D | cc.h | 61 VNET_DECLARE(struct cc_algo *, default_cc_ptr); 64 VNET_DECLARE(int, cc_do_abe); 67 VNET_DECLARE(int, cc_abe_frlossreduce);
|
| /freebsd/sys/net/route/ |
| H A D | fib_algo.h | 108 VNET_DECLARE(struct fib_dp *, inet_dp); 110 VNET_DECLARE(struct fib_dp *, inet6_dp);
|
| /freebsd/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_rules.c | 36 #define VNET_DECLARE(_t, _v) extern _t _v macro 58 VNET_DECLARE(ipf_main_softc_t, ipfmain);
|
| /freebsd/sys/netpfil/ipfw/nat64/ |
| H A D | nat64clat.h | 45 VNET_DECLARE(uint32_t, nat64clat_eid);
|
| H A D | nat64stl.h | 50 VNET_DECLARE(uint32_t, nat64stl_eid);
|