Deleted Added
full compact
37c37
< __FBSDID("$FreeBSD: head/sys/net/flowtable.c 215317 2010-11-14 20:38:11Z dim $");
---
> __FBSDID("$FreeBSD: head/sys/net/flowtable.c 215701 2010-11-22 19:32:54Z dim $");
187,190c187,190
< STATIC_VNET_DEFINE(struct flowtable *, flow_list_head);
< STATIC_VNET_DEFINE(uint32_t, flow_hashjitter);
< STATIC_VNET_DEFINE(uma_zone_t, flow_ipv4_zone);
< STATIC_VNET_DEFINE(uma_zone_t, flow_ipv6_zone);
---
> static VNET_DEFINE(struct flowtable *, flow_list_head);
> static VNET_DEFINE(uint32_t, flow_hashjitter);
> static VNET_DEFINE(uma_zone_t, flow_ipv4_zone);
> static VNET_DEFINE(uma_zone_t, flow_ipv6_zone);
233,239c233,239
< STATIC_VNET_DEFINE(int, flowtable_debug);
< STATIC_VNET_DEFINE(int, flowtable_syn_expire) = SYN_IDLE;
< STATIC_VNET_DEFINE(int, flowtable_udp_expire) = UDP_IDLE;
< STATIC_VNET_DEFINE(int, flowtable_fin_wait_expire) = FIN_WAIT_IDLE;
< STATIC_VNET_DEFINE(int, flowtable_tcp_expire) = TCP_IDLE;
< STATIC_VNET_DEFINE(int, flowtable_nmbflows);
< STATIC_VNET_DEFINE(int, flowtable_ready) = 0;
---
> static VNET_DEFINE(int, flowtable_debug);
> static VNET_DEFINE(int, flowtable_syn_expire) = SYN_IDLE;
> static VNET_DEFINE(int, flowtable_udp_expire) = UDP_IDLE;
> static VNET_DEFINE(int, flowtable_fin_wait_expire) = FIN_WAIT_IDLE;
> static VNET_DEFINE(int, flowtable_tcp_expire) = TCP_IDLE;
> static VNET_DEFINE(int, flowtable_nmbflows);
> static VNET_DEFINE(int, flowtable_ready) = 0;