Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/F-Stack/f-stack
/ if_setsoftc
Function
if_setsoftc
freebsd/net/if.c:4314–4319 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4312
}
4313
4314
int
4315
if_setsoftc(if_t ifp, void *softc)
4316
{
4317
((struct ifnet *)ifp)->if_softc = softc;
4318
return (0);
4319
}
4320
4321
void *
4322
if_getsoftc(if_t ifp)
Callers
3
gen_attach
Function · 0.85
awg_attach
Function · 0.85
iflib_register
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected