| /freebsd-14.2/sys/netinet6/ |
| H A D | ip6_var.h | 271 VNET_DECLARE(int, ip6_defhlim); /* default hop limit */ 273 VNET_DECLARE(int, ip6_forwarding); /* act as router? */ 275 VNET_DECLARE(int, ip6_rr_prune); /* router renumbering prefix 278 VNET_DECLARE(int, ip6_v6only); 290 VNET_DECLARE(int, ip6_no_radr); /* No defroute from RA */ 307 VNET_DECLARE(int, ip6_auto_flowlabel); 308 VNET_DECLARE(int, ip6_auto_linklocal); 323 VNET_DECLARE(struct pfil_head *, inet6_pfil_head); 327 VNET_DECLARE(struct pfil_head *, inet6_local_pfil_head); 332 VNET_DECLARE(int, ip6stealth); [all …]
|
| H A D | nd6.h | 258 VNET_DECLARE(int, nd6_mmaxtries); 259 VNET_DECLARE(struct nd_prhead, nd_prefix); 260 VNET_DECLARE(int, nd6_debug); 266 VNET_DECLARE(struct rwlock, nd6_lock); 267 VNET_DECLARE(uint64_t, nd6_list_genid); 282 VNET_DECLARE(struct mtx, nd6_onlink_mtx); 294 VNET_DECLARE(int, nd6_defifindex); 295 VNET_DECLARE(int, ip6_desync_factor); /* seconds */ 296 VNET_DECLARE(u_int32_t, ip6_temp_preferred_lifetime); /* seconds */ 297 VNET_DECLARE(u_int32_t, ip6_temp_valid_lifetime); /* seconds */ [all …]
|
| H A D | tcp6_var.h | 70 VNET_DECLARE(int, tcp_v6mssdflt); /* XXX */
|
| /freebsd-14.2/sys/netipsec/ |
| H A D | ipsec.h | 263 VNET_DECLARE(int, ipsec_debug); 267 VNET_DECLARE(int, ipsec_replay); 268 VNET_DECLARE(int, ipsec_integrity); 276 VNET_DECLARE(int, ip4_esp_net_deflev); 278 VNET_DECLARE(int, ip4_ah_net_deflev); 279 VNET_DECLARE(int, ip4_ipsec_dfbit); 280 VNET_DECLARE(int, ip4_ipsec_min_pmtu); 281 VNET_DECLARE(int, ip4_ipsec_ecn); 282 VNET_DECLARE(int, crypto_support); 283 VNET_DECLARE(int, async_crypto); [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 | ah_var.h | 75 VNET_DECLARE(int, ah_enable); 76 VNET_DECLARE(int, ah_cleartos);
|
| /freebsd-14.2/sys/netinet/ |
| H A D | tcp_var.h | 1278 VNET_DECLARE(int, drop_synfin); 1280 VNET_DECLARE(int, tcp_abc_l_var); 1289 VNET_DECLARE(int, tcp_do_ecn); 1290 VNET_DECLARE(int, tcp_do_lrd); 1291 VNET_DECLARE(int, tcp_do_prr); 1293 VNET_DECLARE(int, tcp_do_newcwv); 1300 VNET_DECLARE(int, tcp_do_sack); 1301 VNET_DECLARE(int, tcp_do_tso); 1309 VNET_DECLARE(int, tcp_minmss); 1310 VNET_DECLARE(int, tcp_mssdflt); [all …]
|
| H A D | ip_var.h | 185 VNET_DECLARE(int, ip_defttl); /* default IP ttl */ 186 VNET_DECLARE(int, ipforwarding); /* ip forwarding */ 187 VNET_DECLARE(int, ipsendredirects); 189 VNET_DECLARE(int, ipstealth); /* stealth forwarding */ 191 VNET_DECLARE(struct socket *, ip_rsvpd); /* reservation protocol daemon*/ 192 VNET_DECLARE(struct socket *, ip_mrouter); /* multicast routing daemon */ 195 VNET_DECLARE(int, rsvp_on); 196 VNET_DECLARE(int, drop_redirect); 253 VNET_DECLARE(struct pfil_head *, inet_pfil_head); 257 VNET_DECLARE(struct pfil_head *, inet_local_pfil_head); [all …]
|
| H A D | udp_var.h | 145 VNET_DECLARE(struct inpcbinfo, udbinfo); 146 VNET_DECLARE(struct inpcbinfo, ulitecbinfo); 152 VNET_DECLARE(int, udp_cksum); 153 VNET_DECLARE(int, udp_blackhole); 154 VNET_DECLARE(bool, udp_blackhole_local); 155 VNET_DECLARE(int, udp_log_in_vain); 161 VNET_DECLARE(int, zero_checksum_port);
|
| H A D | tcp_timer.h | 179 VNET_DECLARE(int, tcp_always_keepalive); 181 VNET_DECLARE(int, tcp_pmtud_blackhole_detect); 183 VNET_DECLARE(int, tcp_pmtud_blackhole_mss); 185 VNET_DECLARE(int, tcp_v6pmtud_blackhole_mss); 187 VNET_DECLARE(int, tcp_msl);
|
| H A D | in_pcb.h | 640 VNET_DECLARE(int, ipport_reservedhigh); 641 VNET_DECLARE(int, ipport_reservedlow); 642 VNET_DECLARE(int, ipport_lowfirstauto); 643 VNET_DECLARE(int, ipport_lowlastauto); 644 VNET_DECLARE(int, ipport_firstauto); 645 VNET_DECLARE(int, ipport_lastauto); 646 VNET_DECLARE(int, ipport_hifirstauto); 647 VNET_DECLARE(int, ipport_hilastauto); 648 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_var.h | 110 VNET_DECLARE(struct in_ifaddrhashhead *, in_ifaddrhashtbl); 111 VNET_DECLARE(struct in_ifaddrhead, in_ifaddrhead); 112 VNET_DECLARE(u_long, in_ifaddrhmask); /* mask for hash table */
|
| H A D | in.h | 425 VNET_DECLARE(bool, ip_allow_net0); 426 VNET_DECLARE(bool, ip_allow_net240); 428 VNET_DECLARE(uint32_t, in_loopback_mask);
|
| H A D | ip_options.h | 50 VNET_DECLARE(int, ip_doopts); /* process or ignore IP options */
|
| /freebsd-14.2/sys/net/ |
| H A D | pfvar.h | 423 VNET_DECLARE(struct rmlock, pf_rules_lock); 2107 VNET_DECLARE(u_long, pf_hashmask); 2109 VNET_DECLARE(u_long, pf_srchashmask); 2122 VNET_DECLARE(void *, pf_swi_cookie); 2127 VNET_DECLARE(struct unrhdr64, pf_stateid); 2140 VNET_DECLARE(int, altqs_inactive_open); 2142 VNET_DECLARE(u_int32_t, ticket_pabuf); 2160 VNET_DECLARE(size_t, pf_allkifcount); 2168 VNET_DECLARE(size_t, pf_allrulecount); 2185 VNET_DECLARE(uma_zone_t, pf_state_z); [all …]
|
| H A D | route.h | 118 VNET_DECLARE(uint32_t, _rt_numfibs); /* number of existing route tables */ 122 VNET_DECLARE(u_int, rt_add_addr_allfibs); /* Announce interfaces to all fibs */ 127 VNET_DECLARE(u_int, fib_hash_outbound);
|
| H A D | if_var.h | 97 VNET_DECLARE(struct pfil_head *, link_pfil_head); 104 VNET_DECLARE(struct hhook_head *, ipsec_hhh_in[HHOOK_IPSEC_COUNT]); 105 VNET_DECLARE(struct hhook_head *, ipsec_hhh_out[HHOOK_IPSEC_COUNT]); 479 VNET_DECLARE(struct ifnethead, ifnet); 480 VNET_DECLARE(struct ifgrouphead, ifg_head); 481 VNET_DECLARE(if_t, loif); /* first loopback interface */
|
| /freebsd-14.2/sys/netpfil/ipfw/ |
| H A D | ip_fw_private.h | 168 VNET_DECLARE(u_int64_t, norule_counter); 170 VNET_DECLARE(int, verbose_limit); 226 VNET_DECLARE(int, fw_one_pass); 229 VNET_DECLARE(int, fw_verbose); 232 VNET_DECLARE(struct ip_fw_chain, layer3_chain); 235 VNET_DECLARE(int, ipfw_vnet_ready); 238 VNET_DECLARE(u_int32_t, set_disable); 241 VNET_DECLARE(int, autoinc_step); 244 VNET_DECLARE(unsigned int, fw_tables_max); 247 VNET_DECLARE(unsigned int, fw_tables_sets); [all …]
|
| /freebsd-14.2/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-14.2/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-14.2/sys/netpfil/ipfw/nat64/ |
| H A D | nat64clat.h | 45 VNET_DECLARE(uint16_t, nat64clat_eid);
|
| H A D | nat64stl.h | 50 VNET_DECLARE(uint16_t, nat64stl_eid);
|
| H A D | ip_fw_nat64.h | 42 VNET_DECLARE(int, nat64_debug);
|
| /freebsd-14.2/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);
|