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

Function ng_attach_data

freebsd/netgraph/ng_socket.c:588–592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586}
587
588static int
589ng_attach_data(struct socket *so)
590{
591 return (ng_attach_common(so, NG_DATA));
592}
593
594/*
595 * Set up a socket protocol control block.

Callers 1

ngd_attachFunction · 0.85

Calls 1

ng_attach_commonFunction · 0.85

Tested by

no test coverage detected