Home
last modified time | relevance | path

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

123

/freebsd-14.2/sys/netinet6/
H A Dip6_var.h271 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 Dnd6.h258 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 Dtcp6_var.h70 VNET_DECLARE(int, tcp_v6mssdflt); /* XXX */
/freebsd-14.2/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);
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 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 Dah_var.h75 VNET_DECLARE(int, ah_enable);
76 VNET_DECLARE(int, ah_cleartos);
/freebsd-14.2/sys/netinet/
H A Dtcp_var.h1278 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 Dip_var.h185 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 Dudp_var.h145 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 Dtcp_timer.h179 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 Din_pcb.h640 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 Dtcp_fastopen.h37 VNET_DECLARE(unsigned int, tcp_fastopen_client_enable);
40 VNET_DECLARE(unsigned int, tcp_fastopen_server_enable);
H A Din_var.h110 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 Din.h425 VNET_DECLARE(bool, ip_allow_net0);
426 VNET_DECLARE(bool, ip_allow_net240);
428 VNET_DECLARE(uint32_t, in_loopback_mask);
H A Dip_options.h50 VNET_DECLARE(int, ip_doopts); /* process or ignore IP options */
/freebsd-14.2/sys/net/
H A Dpfvar.h423 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 Droute.h118 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 Dif_var.h97 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 Dip_fw_private.h168 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 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-14.2/sys/net/route/
H A Dfib_algo.h108 VNET_DECLARE(struct fib_dp *, inet_dp);
110 VNET_DECLARE(struct fib_dp *, inet6_dp);
/freebsd-14.2/sys/netpfil/ipfw/nat64/
H A Dnat64clat.h45 VNET_DECLARE(uint16_t, nat64clat_eid);
H A Dnat64stl.h50 VNET_DECLARE(uint16_t, nat64stl_eid);
H A Dip_fw_nat64.h42 VNET_DECLARE(int, nat64_debug);
/freebsd-14.2/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);

123