Home
last modified time | relevance | path

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

12

/freebsd-13.1/sys/netinet6/
H A Dip6_var.h272 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 Dnd6.h258 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 …]
H A Dtcp6_var.h71 VNET_DECLARE(int, tcp_v6mssdflt); /* XXX */
/freebsd-13.1/sys/netinet/
H A Dtcp_var.h864 VNET_DECLARE(int, drop_synfin);
866 VNET_DECLARE(int, tcp_abc_l_var);
873 VNET_DECLARE(int, tcp_do_ecn);
874 VNET_DECLARE(int, tcp_do_prr);
876 VNET_DECLARE(int, tcp_do_newcwv);
883 VNET_DECLARE(int, tcp_do_sack);
884 VNET_DECLARE(int, tcp_do_tso);
891 VNET_DECLARE(int, tcp_minmss);
892 VNET_DECLARE(int, tcp_mssdflt);
897 VNET_DECLARE(int, tcp_recvspace);
[all …]
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);
152 VNET_DECLARE(int, udp_log_in_vain);
157 VNET_DECLARE(int, zero_checksum_port);
H A Dip_var.h183 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 Dtcp_timer.h206 VNET_DECLARE(int, tcp_always_keepalive);
208 VNET_DECLARE(int, tcp_pmtud_blackhole_detect);
210 VNET_DECLARE(int, tcp_pmtud_blackhole_mss);
212 VNET_DECLARE(int, tcp_v6pmtud_blackhole_mss);
214 VNET_DECLARE(int, tcp_msl);
H A Din_pcb.h785 VNET_DECLARE(int, ipport_reservedlow);
787 VNET_DECLARE(int, ipport_lowlastauto);
788 VNET_DECLARE(int, ipport_firstauto);
789 VNET_DECLARE(int, ipport_lastauto);
790 VNET_DECLARE(int, ipport_hifirstauto);
791 VNET_DECLARE(int, ipport_hilastauto);
792 VNET_DECLARE(int, ipport_randomized);
793 VNET_DECLARE(int, ipport_randomcps);
794 VNET_DECLARE(int, ipport_randomtime);
795 VNET_DECLARE(int, ipport_stoprandom);
[all …]
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-13.1/sys/netipsec/
H A Dipsec.h263 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 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-13.1/sys/net/
H A Dpfvar.h1832 VNET_DECLARE(void *, pf_swi_cookie);
1837 VNET_DECLARE(uint64_t, pf_stateid[MAXCPU]);
1850 VNET_DECLARE(int, altqs_inactive_open);
1852 VNET_DECLARE(u_int32_t, ticket_pabuf);
1870 VNET_DECLARE(size_t, pf_allkifcount);
1878 VNET_DECLARE(size_t, pf_allrulecount);
1895 VNET_DECLARE(uma_zone_t, pf_state_z);
1897 VNET_DECLARE(uma_zone_t, pf_state_key_z);
1963 VNET_DECLARE(struct ifnet *, sync_ifp);
2062 VNET_DECLARE(struct pfi_kkif *, pfi_all);
[all …]
H A Dif_var.h98 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]);
623 VNET_DECLARE(struct ifnethead, ifnet);
624 VNET_DECLARE(struct ifgrouphead, ifg_head);
625 VNET_DECLARE(int, if_index);
626 VNET_DECLARE(struct ifnet *, loif); /* first loopback interface */
H A Droute.h122 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);
H A Draw_cb.h60 VNET_DECLARE(LIST_HEAD(rawcb_list_head, rawcb), rawcb_list);
/freebsd-13.1/sys/netinet/cc/
H A Dcc.h62 VNET_DECLARE(struct cc_algo *, default_cc_ptr);
65 VNET_DECLARE(int, cc_do_abe);
68 VNET_DECLARE(int, cc_abe_frlossreduce);
/freebsd-13.1/sys/netpfil/ipfw/
H A Dip_fw_private.h170 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 …]
/freebsd-13.1/sys/net/route/
H A Dfib_algo.h110 VNET_DECLARE(struct fib_dp *, inet_dp);
112 VNET_DECLARE(struct fib_dp *, inet6_dp);
/freebsd-13.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);
/freebsd-13.1/sys/netpfil/ipfilter/netinet/
H A Dip_rules.c37 #define VNET_DECLARE(_t, _v) extern _t _v macro
59 VNET_DECLARE(ipf_main_softc_t, ipfmain);

12