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

Function rn_detachhead_internal

freebsd/net/radix.c:1108–1117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1106}
1107
1108static void
1109rn_detachhead_internal(struct radix_head *head)
1110{
1111
1112 KASSERT((head != NULL),
1113 ("%s: head already freed", __func__));
1114
1115 /* Free <left,root,right> nodes. */
1116 R_Free(head);
1117}
1118
1119/* Functions used by 'struct radix_node_head' users */
1120

Callers 1

rn_detachheadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected