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

12

/freebsd-11.0-release/sys/netipsec/
H A Dipsec6.h47 VNET_DECLARE(int, ip6_esp_trans_deflev);
48 VNET_DECLARE(int, ip6_esp_net_deflev);
49 VNET_DECLARE(int, ip6_ah_trans_deflev);
50 VNET_DECLARE(int, ip6_ah_net_deflev);
51 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.h270 VNET_DECLARE(int, ipsec_debug);
274 VNET_DECLARE(int, ipsec_replay);
275 VNET_DECLARE(int, ipsec_integrity);
282 VNET_DECLARE(int, ip4_esp_trans_deflev);
283 VNET_DECLARE(int, ip4_esp_net_deflev);
284 VNET_DECLARE(int, ip4_ah_trans_deflev);
285 VNET_DECLARE(int, ip4_ah_net_deflev);
286 VNET_DECLARE(int, ip4_ah_offsetmask);
287 VNET_DECLARE(int, ip4_ipsec_dfbit);
288 VNET_DECLARE(in
[all...]
H A Desp_var.h77 VNET_DECLARE(int, esp_enable);
H A Dipcomp_var.h69 VNET_DECLARE(int, ipcomp_enable);
H A Dkey_debug.h59 VNET_DECLARE(u_int32_t, key_debug_level);
/freebsd-11.0-release/sys/netinet6/
H A Dip6_var.h279 VNET_DECLARE(int, ip6_defhlim); /* default hop limit */
280 VNET_DECLARE(int, ip6_defmcasthlim); /* default multicast hop limit */
281 VNET_DECLARE(int, ip6_forwarding); /* act as router? */
282 VNET_DECLARE(int, ip6_use_deprecated); /* allow deprecated addr as source */
283 VNET_DECLARE(int, ip6_rr_prune); /* router renumbering prefix
285 VNET_DECLARE(int, ip6_mcast_pmtu); /* enable pMTU discovery for multicast? */
286 VNET_DECLARE(int, ip6_v6only);
295 VNET_DECLARE(struct socket *, ip6_mrouter); /* multicast routing daemon */
296 VNET_DECLARE(int, ip6_sendredirects); /* send IP redirects when forwarding? */
297 VNET_DECLARE(in
[all...]
H A Dtcp6_var.h69 VNET_DECLARE(int, tcp_v6mssdflt); /* XXX */
H A Dnd6.h324 VNET_DECLARE(int, nd6_prune);
325 VNET_DECLARE(int, nd6_delay);
326 VNET_DECLARE(int, nd6_umaxtries);
327 VNET_DECLARE(int, nd6_mmaxtries);
328 VNET_DECLARE(int, nd6_useloopback);
329 VNET_DECLARE(int, nd6_maxnudhint);
330 VNET_DECLARE(int, nd6_gctimer);
331 VNET_DECLARE(struct nd_drhead, nd_defrouter);
332 VNET_DECLARE(struct nd_prhead, nd_prefix);
333 VNET_DECLARE(in
[all...]
H A Dscope6_var.h48 VNET_DECLARE(int, deembed_scopeid);
/freebsd-11.0-release/sys/netinet/
H A Dtcp_fastopen.h36 VNET_DECLARE(unsigned int, tcp_fastopen_enabled);
H A Dudp_var.h137 VNET_DECLARE(struct inpcbhead, udb);
138 VNET_DECLARE(struct inpcbinfo, udbinfo);
139 VNET_DECLARE(struct inpcbhead, ulitecb);
140 VNET_DECLARE(struct inpcbinfo, ulitecbinfo);
148 VNET_DECLARE(int, udp_cksum);
149 VNET_DECLARE(int, udp_blackhole);
H A Dip_options.h50 VNET_DECLARE(int, ip_doopts); /* process or ignore IP options */
H A Dip_var.h177 VNET_DECLARE(int, ip_defttl); /* default IP ttl */
178 VNET_DECLARE(int, ipforwarding); /* ip forwarding */
180 VNET_DECLARE(int, ipstealth); /* stealth forwarding */
183 VNET_DECLARE(struct socket *, ip_rsvpd); /* reservation protocol daemon*/
184 VNET_DECLARE(struct socket *, ip_mrouter); /* multicast routing daemon */
187 VNET_DECLARE(int, rsvp_on);
188 VNET_DECLARE(int, drop_redirect);
239 VNET_DECLARE(struct pfil_head, inet_pfil_hook); /* packet filter hooks */
285 VNET_DECLARE(ip_fw_ctl_ptr_t, ip_fw_ctl_ptr);
H A Dtcp_var.h46 VNET_DECLARE(int, tcp_do_rfc1323);
631 VNET_DECLARE(counter_u64_t, tcps_states[TCP_NSTATES]);
703 VNET_DECLARE(struct inpcbhead, tcb); /* queue of active tcpcb's */
704 VNET_DECLARE(struct inpcbinfo, tcbinfo);
706 VNET_DECLARE(int, tcp_mssdflt); /* XXX */
707 VNET_DECLARE(int, tcp_minmss);
708 VNET_DECLARE(int, tcp_delack_enabled);
709 VNET_DECLARE(int, tcp_do_rfc3390);
710 VNET_DECLARE(int, tcp_initcwnd_segments);
711 VNET_DECLARE(in
[all...]
H A Din_pcb.h645 VNET_DECLARE(int, ipport_reservedhigh);
646 VNET_DECLARE(int, ipport_reservedlow);
647 VNET_DECLARE(int, ipport_lowfirstauto);
648 VNET_DECLARE(int, ipport_lowlastauto);
649 VNET_DECLARE(int, ipport_firstauto);
650 VNET_DECLARE(int, ipport_lastauto);
651 VNET_DECLARE(int, ipport_hifirstauto);
652 VNET_DECLARE(int, ipport_hilastauto);
653 VNET_DECLARE(int, ipport_randomized);
654 VNET_DECLARE(in
[all...]
H A Din_var.h108 VNET_DECLARE(struct in_ifaddrhashhead *, in_ifaddrhashtbl);
109 VNET_DECLARE(struct in_ifaddrhead, in_ifaddrhead);
110 VNET_DECLARE(u_long, in_ifaddrhmask); /* mask for hash table */
/freebsd-11.0-release/sys/net/
H A Draw_cb.h58 VNET_DECLARE(LIST_HEAD(rawcb_list_head, rawcb), rawcb_list);
H A Dpfvar.h1466 VNET_DECLARE(struct pf_keyhash *, pf_keyhash);
1467 VNET_DECLARE(struct pf_idhash *, pf_idhash);
1470 VNET_DECLARE(struct pf_srchash *, pf_srchash);
1475 VNET_DECLARE(void *, pf_swi_cookie);
1478 VNET_DECLARE(uint64_t, pf_stateid[MAXCPU]);
1482 VNET_DECLARE(struct pf_altqqueue, pf_altqs[2]);
1484 VNET_DECLARE(struct pf_palist, pf_pabuf);
1487 VNET_DECLARE(u_int32_t, ticket_altqs_active);
1489 VNET_DECLARE(u_int32_t, ticket_altqs_inactive);
1491 VNET_DECLARE(in
[all...]
H A Dif_var.h94 VNET_DECLARE(struct pfil_head, link_pfil_hook); /* packet filter hooks */
100 VNET_DECLARE(struct hhook_head *, ipsec_hhh_in[HHOOK_IPSEC_COUNT]);
101 VNET_DECLARE(struct hhook_head *, ipsec_hhh_out[HHOOK_IPSEC_COUNT]);
520 VNET_DECLARE(struct ifnethead, ifnet);
521 VNET_DECLARE(struct ifgrouphead, ifg_head);
522 VNET_DECLARE(int, if_index);
523 VNET_DECLARE(struct ifnet *, loif); /* first loopback interface */
H A Dvnet.h90 VNET_DECLARE(counter_u64_t, name[sizeof(type) / sizeof(uint64_t)])
268 #define VNET_DECLARE(t, n) extern t VNET_NAME(n) macro
400 #define VNET_DECLARE(t, n) extern t n macro
H A Dif_debug.c49 VNET_DECLARE(struct ifindex_entry *, ifindex_table);
/freebsd-11.0-release/sys/netpfil/ipfw/
H A Dip_fw_private.h161 VNET_DECLARE(u_int64_t, norule_counter);
163 VNET_DECLARE(int, verbose_limit);
203 VNET_DECLARE(int, fw_one_pass);
206 VNET_DECLARE(int, fw_verbose);
209 VNET_DECLARE(struct ip_fw_chain, layer3_chain);
212 VNET_DECLARE(int, ipfw_vnet_ready);
215 VNET_DECLARE(u_int32_t, set_disable);
218 VNET_DECLARE(int, autoinc_step);
221 VNET_DECLARE(unsigned int, fw_tables_max);
224 VNET_DECLARE(unsigne
[all...]
/freebsd-11.0-release/sys/netinet/cc/
H A Dcc.h64 VNET_DECLARE(struct cc_algo *, default_cc_ptr);
/freebsd-11.0-release/sys/contrib/ipfilter/netinet/
H A Dip_rules.c41 #define VNET_DECLARE(_t, _v) extern _t _v macro
63 VNET_DECLARE(ipf_main_softc_t, ipfmain);

Completed in 119 milliseconds

12