From e94ba2ce5307f356d786448b3657082f2ee0bfb0 Mon Sep 17 00:00:00 2001 From: Kip Macy Date: Fri, 17 Apr 2009 18:48:50 +0000 Subject: [PATCH] clarify state of llentry that is passed back --- sys/net/if_llatbl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/net/if_llatbl.c b/sys/net/if_llatbl.c index f89aafa9027..7ef1c9a2005 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, -- 2.45.2