Home
last modified time | relevance | path

Searched refs:veth_softrx (Results 1 – 1 of 1) sorted by relevance

/netbsd/sys/arch/usermode/dev/
H A Dif_veth.c60 static void veth_softrx(void *);
151 sc->sc_rx_intr = softint_establish(SOFTINT_NET, veth_softrx, sc); in veth_attach()
198 veth_softrx(void *priv) in veth_softrx() function