Lines Matching refs:VNET
304 #define V_ip6_defhlim VNET(ip6_defhlim)
305 #define V_ip6_defmcasthlim VNET(ip6_defmcasthlim)
306 #define V_ip6_forwarding VNET(ip6_forwarding)
307 #define V_ip6_use_deprecated VNET(ip6_use_deprecated)
308 #define V_ip6_rr_prune VNET(ip6_rr_prune)
309 #define V_ip6_mcast_pmtu VNET(ip6_mcast_pmtu)
310 #define V_ip6_v6only VNET(ip6_v6only)
323 #define V_ip6_mrouter VNET(ip6_mrouter)
324 #define V_ip6_sendredirects VNET(ip6_sendredirects)
325 #define V_ip6_accept_rtadv VNET(ip6_accept_rtadv)
326 #define V_ip6_no_radr VNET(ip6_no_radr)
327 #define V_ip6_norbit_raif VNET(ip6_norbit_raif)
328 #define V_ip6_rfc6204w3 VNET(ip6_rfc6204w3)
329 #define V_ip6_hdrnestlimit VNET(ip6_hdrnestlimit)
330 #define V_ip6_dad_count VNET(ip6_dad_count)
334 #define V_ip6_auto_flowlabel VNET(ip6_auto_flowlabel)
335 #define V_ip6_auto_linklocal VNET(ip6_auto_linklocal)
341 #define V_ip6_use_tempaddr VNET(ip6_use_tempaddr)
342 #define V_ip6_prefer_tempaddr VNET(ip6_prefer_tempaddr)
346 #define V_ip6_use_defzone VNET(ip6_use_defzone)
349 #define V_inet6_pfil_head VNET(inet6_pfil_head)
353 #define V_inet6_local_pfil_head VNET(inet6_local_pfil_head)
358 #define V_ip6stealth VNET(ip6stealth)
362 #define V_ip6_log_cannot_forward VNET(ip6_log_cannot_forward)