add comment to llentry_update

Requested by: sam
This commit is contained in:
Kip Macy 2009-04-16 22:55:59 +00:00
parent 114f15c686
commit adfc35ff8b

View File

@ -103,6 +103,10 @@ llentry_free(struct llentry *lle)
LLE_FREE_LOCKED(lle);
}
/*
* Update an llentry for address dst (equivalent to rtalloc for new-arp)
* Caller must pass in a valid struct llentry *
*/
int
llentry_update(struct llentry **llep, struct lltable *lt,
struct sockaddr *dst, struct ifnet *ifp)