Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ff_veth_softc_to_hostc
Function
ff_veth_softc_to_hostc
lib/ff_veth.c:1050–1055 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1048
}
1049
1050
void *
1051
ff_veth_softc_to_hostc(void *softc)
1052
{
1053
struct ff_veth_softc *sc = (struct ff_veth_softc *)softc;
1054
return (void *)sc->host_ctx;
1055
}
1056
1057
void *
1058
ff_veth_get_softc(void *host_ctx)
Callers
1
ff_rss_check
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected