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

Function in_detachhead

freebsd/netinet/in_rmx.c:133–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131
132#ifdef VIMAGE
133void
134in_detachhead(struct rib_head *rh)
135{
136
137 rt_table_destroy(rh);
138}
139#endif
140
141/*

Callers

nothing calls this directly

Calls 1

rt_table_destroyFunction · 0.85

Tested by

no test coverage detected