MCPcopy Create free account
hub / github.com/F-Stack/f-stack / llentries_unlink

Function llentries_unlink

freebsd/net/if_llatbl.c:270–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270static void
271llentries_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.

Callers 2

htable_prefix_freeFunction · 0.85
lltable_freeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected