summaryrefslogtreecommitdiffstats
path: root/sys/net/if_llatbl.c
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2009-04-17 18:48:50 +0000
committerkmacy <kmacy@FreeBSD.org>2009-04-17 18:48:50 +0000
commit3c53becddfacc240d13a708595866002ce361a1d (patch)
treec644842e9e368f877be175577178926eca970d01 /sys/net/if_llatbl.c
parent06ed41c4facdb0d3332fda71546f7cdb99f64c43 (diff)
downloadFreeBSD-src-3c53becddfacc240d13a708595866002ce361a1d.zip
FreeBSD-src-3c53becddfacc240d13a708595866002ce361a1d.tar.gz
clarify state of llentry that is passed back
Diffstat (limited to 'sys/net/if_llatbl.c')
-rw-r--r--sys/net/if_llatbl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/net/if_llatbl.c b/sys/net/if_llatbl.c
index f89aafa..7ef1c9a 100644
--- a/sys/net/if_llatbl.c
+++ b/sys/net/if_llatbl.c
@@ -106,6 +106,8 @@ llentry_free(struct llentry *lle)
/*
* Update an llentry for address dst (equivalent to rtalloc for new-arp)
* Caller must pass in a valid struct llentry *
+ *
+ * if found the llentry * is returned referenced and unlocked
*/
int
llentry_update(struct llentry **llep, struct lltable *lt,
OpenPOWER on IntegriCloud