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

Function ff_veth_transmit

lib/ff_veth.c:424–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422}
423
424static int
425ff_veth_transmit(struct ifnet *ifp, struct mbuf *m)
426{
427 struct ff_veth_softc *sc = (struct ff_veth_softc *)ifp->if_softc;
428 return ff_dpdk_if_send(sc->host_ctx, (void*)m, m->m_pkthdr.len);
429}
430
431static void
432ff_veth_qflush(struct ifnet *ifp)

Callers

nothing calls this directly

Calls 1

ff_dpdk_if_sendFunction · 0.85

Tested by

no test coverage detected