| /f-stack/freebsd/netinet6/ |
| H A D | ip6_var.h | 272 VNET_DECLARE(int, ip6_defhlim); /* default hop limit */ 274 VNET_DECLARE(int, ip6_forwarding); /* act as router? */ 279 VNET_DECLARE(int, ip6_v6only); 291 VNET_DECLARE(int, ip6_no_radr); /* No defroute from RA */ 296 VNET_DECLARE(int, ip6_log_interval); 297 VNET_DECLARE(time_t, ip6_log_time); 312 VNET_DECLARE(int, ip6_auto_flowlabel); 313 VNET_DECLARE(int, ip6_auto_linklocal); 328 VNET_DECLARE(struct pfil_head *, inet6_pfil_head); 333 VNET_DECLARE(int, ip6stealth); [all …]
|
| H A D | nd6.h | 258 VNET_DECLARE(int, nd6_prune); 259 VNET_DECLARE(int, nd6_delay); 260 VNET_DECLARE(int, nd6_umaxtries); 261 VNET_DECLARE(int, nd6_mmaxtries); 262 VNET_DECLARE(int, nd6_useloopback); 263 VNET_DECLARE(int, nd6_maxnudhint); 264 VNET_DECLARE(int, nd6_gctimer); 266 VNET_DECLARE(int, nd6_debug); 280 VNET_DECLARE(struct rwlock, nd6_lock); 281 VNET_DECLARE(uint64_t, nd6_list_genid); [all …]
|
| /f-stack/tools/compat/include/netinet6/ |
| H A D | ip6_var.h | 272 VNET_DECLARE(int, ip6_defhlim); /* default hop limit */ 274 VNET_DECLARE(int, ip6_forwarding); /* act as router? */ 279 VNET_DECLARE(int, ip6_v6only); 291 VNET_DECLARE(int, ip6_no_radr); /* No defroute from RA */ 296 VNET_DECLARE(int, ip6_log_interval); 297 VNET_DECLARE(time_t, ip6_log_time); 312 VNET_DECLARE(int, ip6_auto_flowlabel); 313 VNET_DECLARE(int, ip6_auto_linklocal); 328 VNET_DECLARE(struct pfil_head *, inet6_pfil_head); 333 VNET_DECLARE(int, ip6stealth); [all …]
|
| H A D | nd6.h | 258 VNET_DECLARE(int, nd6_prune); 259 VNET_DECLARE(int, nd6_delay); 260 VNET_DECLARE(int, nd6_umaxtries); 261 VNET_DECLARE(int, nd6_mmaxtries); 262 VNET_DECLARE(int, nd6_useloopback); 263 VNET_DECLARE(int, nd6_maxnudhint); 264 VNET_DECLARE(int, nd6_gctimer); 266 VNET_DECLARE(int, nd6_debug); 280 VNET_DECLARE(struct rwlock, nd6_lock); 281 VNET_DECLARE(uint64_t, nd6_list_genid); [all …]
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_var.h | 831 VNET_DECLARE(int, drop_synfin); 833 VNET_DECLARE(int, tcp_abc_l_var); 840 VNET_DECLARE(int, tcp_do_ecn); 841 VNET_DECLARE(int, tcp_do_newcwv); 842 VNET_DECLARE(int, tcp_do_rfc1323); 848 VNET_DECLARE(int, tcp_do_sack); 849 VNET_DECLARE(int, tcp_do_tso); 856 VNET_DECLARE(int, tcp_minmss); 857 VNET_DECLARE(int, tcp_mssdflt); 862 VNET_DECLARE(int, tcp_recvspace); [all …]
|
| H A D | udp_var.h | 139 VNET_DECLARE(struct inpcbhead, udb); 140 VNET_DECLARE(struct inpcbinfo, udbinfo); 141 VNET_DECLARE(struct inpcbhead, ulitecb); 142 VNET_DECLARE(struct inpcbinfo, ulitecbinfo); 150 VNET_DECLARE(int, udp_cksum); 151 VNET_DECLARE(int, udp_blackhole); 152 VNET_DECLARE(int, udp_log_in_vain); 157 VNET_DECLARE(int, zero_checksum_port);
|
| H A D | ip_var.h | 183 VNET_DECLARE(int, ip_defttl); /* default IP ttl */ 184 VNET_DECLARE(int, ipforwarding); /* ip forwarding */ 185 VNET_DECLARE(int, ipsendredirects); 187 VNET_DECLARE(int, ipstealth); /* stealth forwarding */ 190 VNET_DECLARE(struct socket *, ip_rsvpd); /* reservation protocol daemon*/ 191 VNET_DECLARE(struct socket *, ip_mrouter); /* multicast routing daemon */ 194 VNET_DECLARE(int, rsvp_on); 195 VNET_DECLARE(int, drop_redirect); 247 VNET_DECLARE(struct pfil_head *, inet_pfil_head); 294 VNET_DECLARE(ip_fw_ctl_ptr_t, ip_fw_ctl_ptr);
|
| H A D | tcp_timer.h | 209 VNET_DECLARE(int, tcp_always_keepalive); 211 VNET_DECLARE(int, tcp_pmtud_blackhole_detect); 213 VNET_DECLARE(int, tcp_pmtud_blackhole_mss); 215 VNET_DECLARE(int, tcp_v6pmtud_blackhole_mss);
|
| H A D | in_pcb.h | 783 VNET_DECLARE(int, ipport_reservedlow); 785 VNET_DECLARE(int, ipport_lowlastauto); 786 VNET_DECLARE(int, ipport_firstauto); 787 VNET_DECLARE(int, ipport_lastauto); 788 VNET_DECLARE(int, ipport_hifirstauto); 789 VNET_DECLARE(int, ipport_hilastauto); 790 VNET_DECLARE(int, ipport_randomized); 791 VNET_DECLARE(int, ipport_randomcps); 792 VNET_DECLARE(int, ipport_randomtime); 793 VNET_DECLARE(int, ipport_stoprandom); [all …]
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_var.h | 831 VNET_DECLARE(int, drop_synfin); 833 VNET_DECLARE(int, tcp_abc_l_var); 840 VNET_DECLARE(int, tcp_do_ecn); 841 VNET_DECLARE(int, tcp_do_newcwv); 842 VNET_DECLARE(int, tcp_do_rfc1323); 848 VNET_DECLARE(int, tcp_do_sack); 849 VNET_DECLARE(int, tcp_do_tso); 856 VNET_DECLARE(int, tcp_minmss); 857 VNET_DECLARE(int, tcp_mssdflt); 862 VNET_DECLARE(int, tcp_recvspace); [all …]
|
| H A D | udp_var.h | 139 VNET_DECLARE(struct inpcbhead, udb); 140 VNET_DECLARE(struct inpcbinfo, udbinfo); 141 VNET_DECLARE(struct inpcbhead, ulitecb); 142 VNET_DECLARE(struct inpcbinfo, ulitecbinfo); 150 VNET_DECLARE(int, udp_cksum); 151 VNET_DECLARE(int, udp_blackhole); 152 VNET_DECLARE(int, udp_log_in_vain); 157 VNET_DECLARE(int, zero_checksum_port);
|
| H A D | ip_var.h | 183 VNET_DECLARE(int, ip_defttl); /* default IP ttl */ 184 VNET_DECLARE(int, ipforwarding); /* ip forwarding */ 185 VNET_DECLARE(int, ipsendredirects); 187 VNET_DECLARE(int, ipstealth); /* stealth forwarding */ 190 VNET_DECLARE(struct socket *, ip_rsvpd); /* reservation protocol daemon*/ 191 VNET_DECLARE(struct socket *, ip_mrouter); /* multicast routing daemon */ 194 VNET_DECLARE(int, rsvp_on); 195 VNET_DECLARE(int, drop_redirect); 247 VNET_DECLARE(struct pfil_head *, inet_pfil_head); 294 VNET_DECLARE(ip_fw_ctl_ptr_t, ip_fw_ctl_ptr);
|
| H A D | tcp_timer.h | 209 VNET_DECLARE(int, tcp_always_keepalive); 211 VNET_DECLARE(int, tcp_pmtud_blackhole_detect); 213 VNET_DECLARE(int, tcp_pmtud_blackhole_mss); 215 VNET_DECLARE(int, tcp_v6pmtud_blackhole_mss);
|
| H A D | in_pcb.h | 783 VNET_DECLARE(int, ipport_reservedlow); 785 VNET_DECLARE(int, ipport_lowlastauto); 786 VNET_DECLARE(int, ipport_firstauto); 787 VNET_DECLARE(int, ipport_lastauto); 788 VNET_DECLARE(int, ipport_hifirstauto); 789 VNET_DECLARE(int, ipport_hilastauto); 790 VNET_DECLARE(int, ipport_randomized); 791 VNET_DECLARE(int, ipport_randomcps); 792 VNET_DECLARE(int, ipport_randomtime); 793 VNET_DECLARE(int, ipport_stoprandom); [all …]
|
| H A D | tcp_fastopen.h | 39 VNET_DECLARE(unsigned int, tcp_fastopen_client_enable); 42 VNET_DECLARE(unsigned int, tcp_fastopen_server_enable);
|
| /f-stack/freebsd/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); 277 VNET_DECLARE(int, ip4_ah_trans_deflev); 278 VNET_DECLARE(int, ip4_ah_net_deflev); 279 VNET_DECLARE(int, ip4_ipsec_dfbit); 280 VNET_DECLARE(int, ip4_ipsec_ecn); 281 VNET_DECLARE(int, crypto_support); 282 VNET_DECLARE(int, async_crypto); [all …]
|
| H A D | ipsec6.h | 49 VNET_DECLARE(int, ip6_esp_trans_deflev); 50 VNET_DECLARE(int, ip6_esp_net_deflev); 51 VNET_DECLARE(int, ip6_ah_trans_deflev); 52 VNET_DECLARE(int, ip6_ah_net_deflev); 53 VNET_DECLARE(int, ip6_ipsec_ecn);
|
| H A D | ah_var.h | 76 VNET_DECLARE(int, ah_enable); 77 VNET_DECLARE(int, ah_cleartos);
|
| /f-stack/freebsd/net/ |
| H A D | pfvar.h | 1381 VNET_DECLARE(struct pf_idhash *, pf_idhash); 1389 VNET_DECLARE(void *, pf_swi_cookie); 1392 VNET_DECLARE(uint64_t, pf_stateid[MAXCPU]); 1398 VNET_DECLARE(struct pf_kpalist, pf_pabuf); 1405 VNET_DECLARE(int, altqs_inactive_open); 1407 VNET_DECLARE(u_int32_t, ticket_pabuf); 1432 VNET_DECLARE(uma_zone_t, pf_state_z); 1434 VNET_DECLARE(uma_zone_t, pf_state_key_z); 1485 VNET_DECLARE(struct ifnet *, sync_ifp); 1584 VNET_DECLARE(struct pfi_kkif *, pfi_all); [all …]
|
| H A D | if_var.h | 98 VNET_DECLARE(struct pfil_head *, link_pfil_head); 105 VNET_DECLARE(struct hhook_head *, ipsec_hhh_in[HHOOK_IPSEC_COUNT]); 106 VNET_DECLARE(struct hhook_head *, ipsec_hhh_out[HHOOK_IPSEC_COUNT]); 620 VNET_DECLARE(struct ifnethead, ifnet); 621 VNET_DECLARE(struct ifgrouphead, ifg_head); 622 VNET_DECLARE(int, if_index); 623 VNET_DECLARE(struct ifnet *, loif); /* first loopback interface */
|
| H A D | route.h | 122 VNET_DECLARE(uint32_t, _rt_numfibs); /* number of existing route tables */ 126 VNET_DECLARE(u_int, rt_add_addr_allfibs); /* Announce interfaces to all fibs */ 131 VNET_DECLARE(u_int, fib_hash_outbound);
|
| /f-stack/freebsd/netinet/cc/ |
| H A D | cc.h | 62 VNET_DECLARE(struct cc_algo *, default_cc_ptr); 65 VNET_DECLARE(int, cc_do_abe); 68 VNET_DECLARE(int, cc_abe_frlossreduce);
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_private.h | 170 VNET_DECLARE(u_int64_t, norule_counter); 172 VNET_DECLARE(int, verbose_limit); 228 VNET_DECLARE(int, fw_one_pass); 231 VNET_DECLARE(int, fw_verbose); 234 VNET_DECLARE(struct ip_fw_chain, layer3_chain); 237 VNET_DECLARE(int, ipfw_vnet_ready); 240 VNET_DECLARE(u_int32_t, set_disable); 243 VNET_DECLARE(int, autoinc_step); 246 VNET_DECLARE(unsigned int, fw_tables_max); 249 VNET_DECLARE(unsigned int, fw_tables_sets); [all …]
|
| /f-stack/freebsd/net/route/ |
| H A D | fib_algo.h | 87 VNET_DECLARE(struct fib_dp *, inet_dp); 89 VNET_DECLARE(struct fib_dp *, inet6_dp);
|
| /f-stack/tools/compat/include/net/ |
| H A D | route.h | 120 VNET_DECLARE(uint32_t, _rt_numfibs); /* number of existing route tables */ 124 VNET_DECLARE(u_int, rt_add_addr_allfibs); /* Announce interfaces to all fibs */ 129 VNET_DECLARE(u_int, fib_hash_outbound);
|