MCPcopy 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
250static __inline hook_p *
251get_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_sendFunction · 0.70
ng_iface_newhookFunction · 0.70
ng_iface_disconnectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected