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

Function ngipi_disconnect

freebsd/netgraph/ng_ip_input.c:141–147  ·  view source on GitHub ↗

* Hook disconnection */

Source from the content-addressed store, hash-verified

139 * Hook disconnection
140 */
141static int
142ngipi_disconnect(hook_p hook)
143{
144 if (NG_NODE_NUMHOOKS(NG_HOOK_NODE(hook)) == 0)
145 ng_rmnode_self(NG_HOOK_NODE(hook));
146 return (0);
147}

Callers

nothing calls this directly

Calls 1

ng_rmnode_selfFunction · 0.70

Tested by

no test coverage detected