summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_var.h
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1998-05-19 14:19:03 +0000
committerdg <dg@FreeBSD.org>1998-05-19 14:19:03 +0000
commit337c39bf088869c1cb7f01f83af40e82606f3734 (patch)
treecd8dab5aca2120bc3b173ccfedc7e46bbe5cc2b5 /sys/netinet/ip_var.h
parent5f8a4130d8dd1d4441beb5fba01ab53b331a9111 (diff)
downloadFreeBSD-src-337c39bf088869c1cb7f01f83af40e82606f3734.zip
FreeBSD-src-337c39bf088869c1cb7f01f83af40e82606f3734.tar.gz
Moved #define of IPFLOW_HASHBITS to ip_flow.c where I think it belongs.
Diffstat (limited to 'sys/netinet/ip_var.h')
-rw-r--r--sys/netinet/ip_var.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/ip_var.h b/sys/netinet/ip_var.h
index 5bd7257..b4ad766 100644
--- a/sys/netinet/ip_var.h
+++ b/sys/netinet/ip_var.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)ip_var.h 8.2 (Berkeley) 1/9/95
- * $Id: ip_var.h,v 1.34 1997/09/07 05:26:46 bde Exp $
+ * $Id: ip_var.h,v 1.35 1998/05/19 14:04:36 dg Exp $
*/
#ifndef _NETINET_IP_VAR_H_
@@ -151,7 +151,6 @@ struct ipstat {
u_long ips_notmember; /* multicasts for unregistered grps */
};
-#define IPFLOW_HASHBITS 6 /* should not be a multiple of 8 */
struct ipflow {
LIST_ENTRY(ipflow) ipf_next; /* next ipflow in bucket */
struct in_addr ipf_dst; /* destination address */
OpenPOWER on IntegriCloud