Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
588
static int
589
ng_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_attach
Function · 0.85
Calls
1
ng_attach_common
Function · 0.85
Tested by
no test coverage detected