MCPcopy Create free account
hub / github.com/F-Stack/f-stack / if_getsoftc

Function if_getsoftc

freebsd/net/if.c:4321–4325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4319}
4320
4321void *
4322if_getsoftc(if_t ifp)
4323{
4324 return ((struct ifnet *)ifp)->if_softc;
4325}
4326
4327void
4328if_setrcvif(struct mbuf *m, if_t ifp)

Callers 15

ieee80211_debugnet_initFunction · 0.85
ieee80211_debugnet_eventFunction · 0.85
ieee80211_debugnet_pollFunction · 0.85
gen_startFunction · 0.85
gen_ioctlFunction · 0.85
gen_media_statusFunction · 0.85
gen_media_changeFunction · 0.85
awg_media_statusFunction · 0.85
awg_media_changeFunction · 0.85
awg_startFunction · 0.85
awg_ioctlFunction · 0.85
awg_pollFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected