MCPcopy 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
4314int
4315if_setsoftc(if_t ifp, void *softc)
4316{
4317 ((struct ifnet *)ifp)->if_softc = softc;
4318 return (0);
4319}
4320
4321void *
4322if_getsoftc(if_t ifp)

Callers 3

gen_attachFunction · 0.85
awg_attachFunction · 0.85
iflib_registerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected