Searched refs:llt_entries (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/net/ |
H A D | if_llatbl.c | 212 llt->llt_entries >= llt->llt_maxentries) in htable_link_entry() 222 llt->llt_entries++; in htable_link_entry() 237 KASSERT(llt->llt_entries > 0, ("%s: lltable %p (%s) entries %d <= 0", in htable_unlink_entry() 238 __func__, llt, if_name(llt->llt_ifp), llt->llt_entries)); in htable_unlink_entry() 246 llt->llt_entries--; in htable_unlink_entry() 709 KASSERT(llt->llt_entries == 0, ("%s: lltable %p (%s) entries not 0: %d", in lltable_free() 710 __func__, llt, llt->llt_ifp->if_xname, llt->llt_entries)); in lltable_free()
|
H A D | if_llatbl.h | 173 int llt_entries; member
|