MCPcopy 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
1050void *
1051ff_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
1057void *
1058ff_veth_get_softc(void *host_ctx)

Callers 1

ff_rss_checkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected