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

Function ngc_detach

freebsd/netgraph/ng_socket.c:209–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209static void
210ngc_detach(struct socket *so)
211{
212 struct ngpcb *const pcbp = sotongpcb(so);
213
214 KASSERT(pcbp != NULL, ("ngc_detach: pcbp == NULL"));
215 ng_detach_common(pcbp, NG_CONTROL);
216}
217
218static int
219ngc_send(struct socket *so, int flags, struct mbuf *m, struct sockaddr *addr,

Callers

nothing calls this directly

Calls 1

ng_detach_commonFunction · 0.85

Tested by

no test coverage detected