summaryrefslogtreecommitdiffstats
path: root/sys/net/if_llatbl.h
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2011-09-20 20:27:26 +0000
committerkmacy <kmacy@FreeBSD.org>2011-09-20 20:27:26 +0000
commite3079e135045be785504016388812896091a9cb5 (patch)
tree625945282c78f76f0d1956e9853e19ab3d215dc3 /sys/net/if_llatbl.h
parent8139b983c9eac1660886071f4eac6efe6df8a8ec (diff)
downloadFreeBSD-src-e3079e135045be785504016388812896091a9cb5.zip
FreeBSD-src-e3079e135045be785504016388812896091a9cb5.tar.gz
Make KBI changes required for future MFCing of inpcb rtentry / llentry caching.
Reviewed by: rwatson, bz Approved by: re (kib)
Diffstat (limited to 'sys/net/if_llatbl.h')
-rw-r--r--sys/net/if_llatbl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/if_llatbl.h b/sys/net/if_llatbl.h
index 4b18353..2ae2792 100644
--- a/sys/net/if_llatbl.h
+++ b/sys/net/if_llatbl.h
@@ -59,6 +59,7 @@ struct llentry {
struct rwlock lle_lock;
struct lltable *lle_tbl;
struct llentries *lle_head;
+ void (*lle_free)(struct lltable *, struct llentry *);
struct mbuf *la_hold;
int la_numheld; /* # of packets currently held */
time_t la_expire;
OpenPOWER on IntegriCloud