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

12

/freebsd-12-stable/sys/netipsec/
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);
H A Dipsec.h263 VNET_DECLARE(int, ipsec_debug);
267 VNET_DECLARE(int, ipsec_replay);
268 VNET_DECLARE(int, ipsec_integrity);
275 VNET_DECLARE(int, ip4_esp_trans_deflev);
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(in
[all...]
H A Desp_var.h77 VNET_DECLARE(int, esp_enable);
H A Dipcomp_var.h71 VNET_DECLARE(int, ipcomp_enable);
H A Dkey_debug.h67 VNET_DECLARE(uint32_t, key_debug_level);
/freebsd-12-stable/sys/netinet6/
H A Dip6_var.h272 VNET_DECLARE(int, ip6_defhlim); /* default hop limit */
273 VNET_DECLARE(int, ip6_defmcasthlim); /* default multicast hop limit */
274 VNET_DECLARE(int, ip6_forwarding); /* act as router? */
275 VNET_DECLARE(int, ip6_use_deprecated); /* allow deprecated addr as source */
276 VNET_DECLARE(int, ip6_rr_prune); /* router renumbering prefix
278 VNET_DECLARE(int, ip6_mcast_pmtu); /* enable pMTU discovery for multicast? */
279 VNET_DECLARE(int, ip6_v6only);
288 VNET_DECLARE(struct socket *, ip6_mrouter); /* multicast routing daemon */
289 VNET_DECLARE(int, ip6_sendredirects); /* send IP redirects when forwarding? */
290 VNET_DECLARE(in
[all...]
H A Dtcp6_var.h71 VNET_DECLARE(int, tcp_v6mssdflt); /* XXX */
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);
332 VNET_DECLARE(struct nd_prhead, nd_prefix);
333 VNET_DECLARE(int, nd6_debug);
334 VNET_DECLARE(in
[all...]
H A Dscope6_var.h50 VNET_DECLARE(int, deembed_scopeid);
/freebsd-12-stable/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-12-stable/sys/netinet/
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);
H A Dip_var.h182 VNET_DECLARE(int, ip_defttl); /* default IP ttl */
183 VNET_DECLARE(int, ipforwarding); /* ip forwarding */
184 VNET_DECLARE(int, ipsendredirects);
186 VNET_DECLARE(int, ipstealth); /* stealth forwarding */
189 VNET_DECLARE(struct socket *, ip_rsvpd); /* reservation protocol daemon*/
190 VNET_DECLARE(struct socket *, ip_mrouter); /* multicast routing daemon */
193 VNET_DECLARE(int, rsvp_on);
194 VNET_DECLARE(int, drop_redirect);
246 VNET_DECLARE(struct pfil_head, inet_pfil_hook); /* packet filter hooks */
292 VNET_DECLARE(ip_fw_ctl_ptr_
[all...]
H A Dip_options.h52 VNET_DECLARE(int, ip_doopts); /* process or ignore IP options */
H A Dtcp_timer.h207 VNET_DECLARE(int, tcp_always_keepalive);
209 VNET_DECLARE(int, tcp_pmtud_blackhole_detect);
211 VNET_DECLARE(int, tcp_pmtud_blackhole_mss);
213 VNET_DECLARE(int, tcp_v6pmtud_blackhole_mss);
H A Dtcp_var.h651 VNET_DECLARE(counter_u64_t, tcps_states[TCP_NSTATES]);
764 VNET_DECLARE(int, tcp_log_in_vain);
771 VNET_DECLARE(int, drop_synfin);
772 VNET_DECLARE(int, path_mtu_discovery);
773 VNET_DECLARE(int, tcp_abc_l_var);
774 VNET_DECLARE(int, tcp_autorcvbuf_inc);
775 VNET_DECLARE(int, tcp_autorcvbuf_max);
776 VNET_DECLARE(int, tcp_autosndbuf_inc);
777 VNET_DECLARE(int, tcp_autosndbuf_max);
778 VNET_DECLARE(in
[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_pcb.h797 VNET_DECLARE(int, ipport_reservedhigh);
798 VNET_DECLARE(int, ipport_reservedlow);
799 VNET_DECLARE(int, ipport_lowfirstauto);
800 VNET_DECLARE(int, ipport_lowlastauto);
801 VNET_DECLARE(int, ipport_firstauto);
802 VNET_DECLARE(int, ipport_lastauto);
803 VNET_DECLARE(int, ipport_hifirstauto);
804 VNET_DECLARE(int, ipport_hilastauto);
805 VNET_DECLARE(int, ipport_randomized);
806 VNET_DECLARE(in
[all...]
/freebsd-12-stable/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-stable/sys/net/
H A Draw_cb.h60 VNET_DECLARE(LIST_HEAD(rawcb_list_head, rawcb), rawcb_list);
H A Dpfvar.h611 VNET_DECLARE(pfsync_state_import_t *, pfsync_state_import_ptr);
613 VNET_DECLARE(pfsync_insert_state_t *, pfsync_insert_state_ptr);
615 VNET_DECLARE(pfsync_update_state_t *, pfsync_update_state_ptr);
617 VNET_DECLARE(pfsync_delete_state_t *, pfsync_delete_state_ptr);
619 VNET_DECLARE(pfsync_clear_states_t *, pfsync_clear_states_ptr);
621 VNET_DECLARE(pfsync_defer_t *, pfsync_defer_ptr);
1408 VNET_DECLARE(struct pf_keyhash *, pf_keyhash);
1409 VNET_DECLARE(struct pf_idhash *, pf_idhash);
1412 VNET_DECLARE(struct pf_srchash *, pf_srchash);
1417 VNET_DECLARE(voi
[all...]
H A Dpfil.h104 VNET_DECLARE(struct rmlock, pfil_lock);
/freebsd-12-stable/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(unsigne
[all...]

Completed in 148 milliseconds

12