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

Function lltable_link

freebsd/net/if_llatbl.c:593–600  ·  view source on GitHub ↗

* Links lltable to global llt list. */

Source from the content-addressed store, hash-verified

591 * Links lltable to global llt list.
592 */
593void
594lltable_link(struct lltable *llt)
595{
596
597 LLTABLE_LIST_WLOCK();
598 SLIST_INSERT_HEAD(&V_lltables, llt, llt_link);
599 LLTABLE_LIST_WUNLOCK();
600}
601
602static void
603lltable_unlink(struct lltable *llt)

Callers 2

in_lltattachFunction · 0.85
in6_lltattachFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected