Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ get_hook_from_iffam
Function
get_hook_from_iffam
freebsd/netgraph/ng_iface.c:250–254 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
248
*/
249
250
static __inline hook_p *
251
get_hook_from_iffam(priv_p priv, iffam_p iffam)
252
{
253
return (&priv->hooks[iffam - gFamilies]);
254
}
255
256
/*
257
* Get the iffam descriptor from the name
Callers
3
ng_iface_send
Function · 0.70
ng_iface_newhook
Function · 0.70
ng_iface_disconnect
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected