summaryrefslogtreecommitdiffstats
path: root/sys/net/if_llatbl.h
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2010-03-12 05:03:26 +0000
committerkmacy <kmacy@FreeBSD.org>2010-03-12 05:03:26 +0000
commit128542c7580511b148e26e2929e4d11da27a8e4d (patch)
tree892d80f823d6c6d886b13b8b52823bc01f00c33f /sys/net/if_llatbl.h
parent7ca6d1bcd1c9d23ec8247d13014708dc09cdb3d5 (diff)
downloadFreeBSD-src-128542c7580511b148e26e2929e4d11da27a8e4d.zip
FreeBSD-src-128542c7580511b148e26e2929e4d11da27a8e4d.tar.gz
- restructure flowtable to support ipv6
- add a name argument to flowtable_alloc for printing with ddb commands - extend ddb commands to print destination address or 4-tuples - don't parse ports in ulp header if FL_HASH_ALL is not passed - add kern_flowtable_insert to enable more generic use of flowtable (e.g. system calls for adding entries) - don't hash loopback addresses - cleanup whitespace - keep statistics per-cpu for per-cpu flowtables to avoid cache line contention - add sysctls to accumulate stats and report aggregate MFC after: 7 days
Diffstat (limited to 'sys/net/if_llatbl.h')
-rw-r--r--sys/net/if_llatbl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_llatbl.h b/sys/net/if_llatbl.h
index 21357eb..debb416 100644
--- a/sys/net/if_llatbl.h
+++ b/sys/net/if_llatbl.h
@@ -191,7 +191,7 @@ int lltable_sysctl_dumparp(int, struct sysctl_req *);
void llentry_free(struct llentry *);
int llentry_update(struct llentry **, struct lltable *,
- struct sockaddr *, struct ifnet *);
+ struct sockaddr_storage *, struct ifnet *);
/*
* Generic link layer address lookup function.
OpenPOWER on IntegriCloud