| 268 | } |
| 269 | |
| 270 | static void |
| 271 | llentries_unlink(struct lltable *llt, struct llentries *head) |
| 272 | { |
| 273 | struct llentry *lle, *next; |
| 274 | |
| 275 | CK_LIST_FOREACH_SAFE(lle, head, lle_chain, next) |
| 276 | llt->llt_unlink_entry(lle); |
| 277 | } |
| 278 | |
| 279 | /* |
| 280 | * Helper function used to drop all mbufs in hold queue. |
no outgoing calls
no test coverage detected