Home
last modified time | relevance | path

Searched refs:llt_entries (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net/
H A Dif_llatbl.c177 llt->llt_entries >= llt->llt_maxentries) in htable_link_entry()
187 llt->llt_entries++; in htable_link_entry()
202 KASSERT(llt->llt_entries > 0, ("%s: lltable %p (%s) entries %d <= 0", in htable_unlink_entry()
203 __func__, llt, if_name(llt->llt_ifp), llt->llt_entries)); in htable_unlink_entry()
211 llt->llt_entries--; in htable_unlink_entry()
510 KASSERT(llt->llt_entries == 0, ("%s: lltable %p (%s) entires not 0: %d", in lltable_free()
511 __func__, llt, llt->llt_ifp->if_xname, llt->llt_entries)); in lltable_free()
H A Dif_llatbl.h165 int llt_entries; member