Home
last modified time | relevance | path

Searched refs:VNET_DECLARE (Results 1 – 25 of 46) sorted by relevance

12

/freebsd-12.1/sys/netinet6/
H A Dip6_var.h283 VNET_DECLARE(int, ip6_defhlim); /* default hop limit */
285 VNET_DECLARE(int, ip6_forwarding); /* act as router? */
287 VNET_DECLARE(int, ip6_rr_prune); /* router renumbering prefix
290 VNET_DECLARE(int, ip6_v6only);
308 VNET_DECLARE(int, ip6_no_radr); /* No defroute from RA */
309 VNET_DECLARE(int, ip6_norbit_raif); /* Disable R-bit in NA on RA
313 VNET_DECLARE(int, ip6_log_interval);
314 VNET_DECLARE(time_t, ip6_log_time);
332 VNET_DECLARE(int, ip6_auto_flowlabel);
333 VNET_DECLARE(int, ip6_auto_linklocal);
[all …]
H A Dnd6.h325 VNET_DECLARE(int, nd6_prune);
326 VNET_DECLARE(int, nd6_delay);
327 VNET_DECLARE(int, nd6_umaxtries);
328 VNET_DECLARE(int, nd6_mmaxtries);
329 VNET_DECLARE(int, nd6_useloopback);
330 VNET_DECLARE(int, nd6_maxnudhint);
331 VNET_DECLARE(int, nd6_gctimer);
334 VNET_DECLARE(int, nd6_debug);
349 VNET_DECLARE(struct rwlock, nd6_lock);
350 VNET_DECLARE(uint64_t, nd6_list_genid);
[all …]
H A Dtcp6_var.h71 VNET_DECLARE(int, tcp_v6mssdflt); /* XXX */
H A Dscope6_var.h50 VNET_DECLARE(int, deembed_scopeid);
/freebsd-12.1/sys/netinet/
H A Dtcp_var.h754 VNET_DECLARE(int, drop_synfin);
756 VNET_DECLARE(int, tcp_abc_l_var);
764 VNET_DECLARE(int, tcp_do_ecn);
765 VNET_DECLARE(int, tcp_do_rfc1323);
766 VNET_DECLARE(int, tcp_do_rfc3042);
770 VNET_DECLARE(int, tcp_do_sack);
771 VNET_DECLARE(int, tcp_do_tso);
776 VNET_DECLARE(int, tcp_minmss);
777 VNET_DECLARE(int, tcp_mssdflt);
778 VNET_DECLARE(int, tcp_recvspace);
[all …]
H A Dip_var.h182 VNET_DECLARE(int, ip_defttl); /* default IP ttl */
183 VNET_DECLARE(int, ipforwarding); /* ip forwarding */
185 VNET_DECLARE(int, ipstealth); /* stealth forwarding */
188 VNET_DECLARE(struct socket *, ip_rsvpd); /* reservation protocol daemon*/
189 VNET_DECLARE(struct socket *, ip_mrouter); /* multicast routing daemon */
192 VNET_DECLARE(int, rsvp_on);
193 VNET_DECLARE(int, drop_redirect);
244 VNET_DECLARE(struct pfil_head, inet_pfil_hook); /* packet filter hooks */
290 VNET_DECLARE(ip_fw_ctl_ptr_t, ip_fw_ctl_ptr);
H A Dudp_var.h139 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);
H A Din_pcb.h789 VNET_DECLARE(int, ipport_reservedlow);
791 VNET_DECLARE(int, ipport_lowlastauto);
792 VNET_DECLARE(int, ipport_firstauto);
793 VNET_DECLARE(int, ipport_lastauto);
794 VNET_DECLARE(int, ipport_hifirstauto);
795 VNET_DECLARE(int, ipport_hilastauto);
796 VNET_DECLARE(int, ipport_randomized);
797 VNET_DECLARE(int, ipport_randomcps);
798 VNET_DECLARE(int, ipport_randomtime);
799 VNET_DECLARE(int, ipport_stoprandom);
[all …]
H A Dtcp_timer.h210 VNET_DECLARE(int, tcp_pmtud_blackhole_detect);
212 VNET_DECLARE(int, tcp_pmtud_blackhole_mss);
214 VNET_DECLARE(int, tcp_v6pmtud_blackhole_mss);
H A Dtcp_fastopen.h39 VNET_DECLARE(unsigned int, tcp_fastopen_client_enable);
42 VNET_DECLARE(unsigned int, tcp_fastopen_server_enable);
H A Din_var.h113 VNET_DECLARE(struct in_ifaddrhashhead *, in_ifaddrhashtbl);
114 VNET_DECLARE(struct in_ifaddrhead, in_ifaddrhead);
115 VNET_DECLARE(u_long, in_ifaddrhmask); /* mask for hash table */
H A Dip_options.h52 VNET_DECLARE(int, ip_doopts); /* process or ignore IP options */
/freebsd-12.1/sys/netipsec/
H A Dipsec.h268 VNET_DECLARE(int, ipsec_debug);
272 VNET_DECLARE(int, ipsec_replay);
273 VNET_DECLARE(int, ipsec_integrity);
281 VNET_DECLARE(int, ip4_esp_net_deflev);
282 VNET_DECLARE(int, ip4_ah_trans_deflev);
283 VNET_DECLARE(int, ip4_ah_net_deflev);
284 VNET_DECLARE(int, ip4_ipsec_dfbit);
285 VNET_DECLARE(int, ip4_ipsec_ecn);
286 VNET_DECLARE(int, crypto_support);
287 VNET_DECLARE(int, async_crypto);
[all …]
H A Dipsec6.h49 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 Dah_var.h76 VNET_DECLARE(int, ah_enable);
77 VNET_DECLARE(int, ah_cleartos);
/freebsd-12.1/sys/net/
H A Dpfvar.h1591 VNET_DECLARE(struct pf_idhash *, pf_idhash);
1599 VNET_DECLARE(void *, pf_swi_cookie);
1602 VNET_DECLARE(uint64_t, pf_stateid[MAXCPU]);
1608 VNET_DECLARE(struct pf_palist, pf_pabuf);
1615 VNET_DECLARE(int, altqs_inactive_open);
1617 VNET_DECLARE(u_int32_t, ticket_pabuf);
1642 VNET_DECLARE(uma_zone_t, pf_state_z);
1644 VNET_DECLARE(uma_zone_t, pf_state_key_z);
1695 VNET_DECLARE(struct ifnet *, sync_ifp);
1790 VNET_DECLARE(struct pfi_kif *, pfi_all);
[all …]
H A Dif_var.h98 VNET_DECLARE(struct pfil_head, link_pfil_hook); /* packet filter hooks */
104 VNET_DECLARE(struct hhook_head *, ipsec_hhh_in[HHOOK_IPSEC_COUNT]);
105 VNET_DECLARE(struct hhook_head *, ipsec_hhh_out[HHOOK_IPSEC_COUNT]);
598 VNET_DECLARE(struct ifnethead, ifnet);
599 VNET_DECLARE(struct ifgrouphead, ifg_head);
600 VNET_DECLARE(int, if_index);
601 VNET_DECLARE(struct ifnet *, loif); /* first loopback interface */
H A Dvnet.h92 VNET_DECLARE(counter_u64_t, name[sizeof(type) / sizeof(uint64_t)])
272 #define VNET_DECLARE(t, n) extern t VNET_NAME(n) macro
417 #define VNET_DECLARE(t, n) extern t n macro
H A Draw_cb.h60 VNET_DECLARE(LIST_HEAD(rawcb_list_head, rawcb), rawcb_list);
/freebsd-12.1/sys/netinet/cc/
H A Dcc.h64 VNET_DECLARE(struct cc_algo *, default_cc_ptr);
67 VNET_DECLARE(int, cc_do_abe);
70 VNET_DECLARE(int, cc_abe_frlossreduce);
/freebsd-12.1/sys/netpfil/ipfw/
H A Dip_fw_private.h186 VNET_DECLARE(u_int64_t, norule_counter);
188 VNET_DECLARE(int, verbose_limit);
244 VNET_DECLARE(int, fw_one_pass);
247 VNET_DECLARE(int, fw_verbose);
250 VNET_DECLARE(struct ip_fw_chain, layer3_chain);
253 VNET_DECLARE(int, ipfw_vnet_ready);
256 VNET_DECLARE(u_int32_t, set_disable);
259 VNET_DECLARE(int, autoinc_step);
262 VNET_DECLARE(unsigned int, fw_tables_max);
265 VNET_DECLARE(unsigned int, fw_tables_sets);
[all …]
/freebsd-12.1/sys/contrib/ipfilter/netinet/
H A Dip_rules.c37 #define VNET_DECLARE(_t, _v) extern _t _v macro
59 VNET_DECLARE(ipf_main_softc_t, ipfmain);
/freebsd-12.1/sys/netpfil/ipfw/nat64/
H A Dnat64clat.h47 VNET_DECLARE(uint16_t, nat64clat_eid);
H A Dnat64stl.h52 VNET_DECLARE(uint16_t, nat64stl_eid);
H A Dip_fw_nat64.h44 VNET_DECLARE(int, nat64_debug);

12