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

Function ff_veth_process_packet

lib/ff_veth.c:413–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411}
412
413void
414ff_veth_process_packet(void *arg, void *m)
415{
416 struct ifnet *ifp = (struct ifnet *)arg;
417 struct mbuf *mb = (struct mbuf *)m;
418
419 mb->m_pkthdr.rcvif = ifp;
420
421 ifp->if_input(ifp, mb);
422}
423
424static int
425ff_veth_transmit(struct ifnet *ifp, struct mbuf *m)

Callers 1

ff_veth_inputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected