Home
last modified time | relevance | path

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

123

/freebsd/sys/netinet6/
H A Dip6_var.h296 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 Dnd6.h257 VNET_DECLARE(int, nd6_mmaxtries);
258 VNET_DECLARE(struct nd_prhead, nd_prefix);
259 VNET_DECLARE(int, nd6_debug);
265 VNET_DECLARE(struct rwlock, nd6_lock);
266 VNET_DECLARE(uint64_t, nd6_list_genid);
281 VNET_DECLARE(struct mtx, nd6_onlink_mtx);
293 VNET_DECLARE(int, nd6_defifindex);
294 VNET_DECLARE(int, ip6_desync_factor); /* seconds */
295 VNET_DECLARE(uint32_t, ip6_temp_max_desync_factor); /* seconds */
296 VNET_DECLARE(u_int32_t, ip6_temp_preferred_lifetime); /* seconds */
[all …]
H A Dtcp6_var.h68 VNET_DECLARE(int, tcp_v6mssdflt); /* XXX */
/freebsd/sys/netinet/
H A Dtcp_var.h1132 VNET_DECLARE(counter_u64_t, tcps_states[TCP_NSTATES]);
1253 VNET_DECLARE(int, tcp_log_in_vain);
1260 VNET_DECLARE(int, drop_synfin);
1261 VNET_DECLARE(int, path_mtu_discovery);
1262 VNET_DECLARE(int, tcp_abc_l_var);
1263 VNET_DECLARE(uint32_t, tcp_ack_war_cnt);
1264 VNET_DECLARE(uint32_t, tcp_ack_war_time_window);
1265 VNET_DECLARE(int, tcp_autorcvbuf_max);
1266 VNET_DECLARE(int, tcp_autosndbuf_inc);
1267 VNET_DECLARE(int, tcp_autosndbuf_max);
[all …]
H A Dip_var.h195 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 Dudp_var.h151 VNET_DECLARE(struct inpcbinfo, udbinfo);
152 VNET_DECLARE(struct inpcbinfo, ulitecbinfo);
158 VNET_DECLARE(int, udp_bind_all_fibs);
159 VNET_DECLARE(int, udp_blackhole);
160 VNET_DECLARE(bool, udp_blackhole_local);
161 VNET_DECLARE(int, udp_cksum);
162 VNET_DECLARE(int, udp_log_in_vain);
169 VNET_DECLARE(int, zero_checksum_port);
H A Dtcp_timer.h177 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 Din_pcb.h634 VNET_DECLARE(int, ipport_reservedhigh);
635 VNET_DECLARE(int, ipport_reservedlow);
636 VNET_DECLARE(int, ipport_lowfirstauto);
637 VNET_DECLARE(int, ipport_lowlastauto);
638 VNET_DECLARE(int, ipport_firstauto);
639 VNET_DECLARE(int, ipport_lastauto);
640 VNET_DECLARE(int, ipport_hifirstauto);
641 VNET_DECLARE(int, ipport_hilastauto);
642 VNET_DECLARE(int, ipport_randomized);
H A Dtcp_fastopen.h37 VNET_DECLARE(unsigned int, tcp_fastopen_client_enable);
40 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 Din.h423 VNET_DECLARE(bool, ip_allow_net0);
424 VNET_DECLARE(bool, ip_allow_net240);
426 VNET_DECLARE(uint32_t, in_loopback_mask);
/freebsd/sys/netipsec/
H A Dipsec.h278 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 Dipsec6.h48 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 Desp_var.h77 VNET_DECLARE(int, esp_enable);
78 VNET_DECLARE(int, esp_ctr_compatibility);
H A Dah_var.h76 VNET_DECLARE(int, ah_enable);
77 VNET_DECLARE(int, ah_cleartos);
/freebsd/sys/net/
H A Dpfvar.h441 VNET_DECLARE(struct rmlock, pf_rules_lock);
1290 VNET_DECLARE(pfsync_state_import_t *, pfsync_state_import_ptr);
1292 VNET_DECLARE(pfsync_insert_state_t *, pfsync_insert_state_ptr);
1294 VNET_DECLARE(pfsync_update_state_t *, pfsync_update_state_ptr);
1296 VNET_DECLARE(pfsync_delete_state_t *, pfsync_delete_state_ptr);
1298 VNET_DECLARE(pfsync_clear_states_t *, pfsync_clear_states_ptr);
1300 VNET_DECLARE(pfsync_defer_t *, pfsync_defer_ptr);
1302 VNET_DECLARE(pflow_export_state_t *, pflow_export_state_ptr);
2247 VNET_DECLARE(u_long, pf_hashmask);
2249 VNET_DECLARE(u_long, pf_srchashmask);
[all …]
H A Droute.h116 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 Dif_var.h95 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]);
498 VNET_DECLARE(struct ifnethead, ifnet);
499 VNET_DECLARE(struct ifgrouphead, ifg_head);
500 VNET_DECLARE(if_t, loif); /* first loopback interface */
H A Dvnet.h92 VNET_DECLARE(counter_u64_t, name[sizeof(type) / sizeof(uint64_t)])
277 #define VNET_DECLARE(t, n) extern t VNET_NAME(n) macro
428 #define VNET_DECLARE(t, n) extern t n macro
/freebsd/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(int, skipto_cache);
243 VNET_DECLARE(u_int32_t, set_disable);
246 VNET_DECLARE(int, autoinc_step);
249 VNET_DECLARE(unsigned int, fw_tables_max);
[all …]
/freebsd/sys/netinet/cc/
H A Dcc.h61 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 Dfib_algo.h108 VNET_DECLARE(struct fib_dp *, inet_dp);
110 VNET_DECLARE(struct fib_dp *, inet6_dp);
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_rules.c36 #define VNET_DECLARE(_t, _v) extern _t _v macro
58 VNET_DECLARE(ipf_main_softc_t, ipfmain);
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64clat.h45 VNET_DECLARE(uint32_t, nat64clat_eid);
H A Dnat64stl.h50 VNET_DECLARE(uint32_t, nat64stl_eid);

123