Lines Matching refs:VNET_DECLARE
195 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(int, rsvp_on);
203 VNET_DECLARE(int, drop_redirect);
204 VNET_DECLARE(int, ip_random_id);
255 VNET_DECLARE(struct pfil_head *, inet_pfil_head);
259 VNET_DECLARE(struct pfil_head *, inet_local_pfil_head);
323 VNET_DECLARE(ip_fw_ctl_ptr_t, ip_fw_ctl_ptr);