Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4321
void *
4322
if_getsoftc(if_t ifp)
4323
{
4324
return ((struct ifnet *)ifp)->if_softc;
4325
}
4326
4327
void
4328
if_setrcvif(struct mbuf *m, if_t ifp)
Callers
15
ieee80211_debugnet_init
Function · 0.85
ieee80211_debugnet_event
Function · 0.85
ieee80211_debugnet_poll
Function · 0.85
gen_start
Function · 0.85
gen_ioctl
Function · 0.85
gen_media_status
Function · 0.85
gen_media_change
Function · 0.85
awg_media_status
Function · 0.85
awg_media_change
Function · 0.85
awg_start
Function · 0.85
awg_ioctl
Function · 0.85
awg_poll
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected