Home
last modified time | relevance | path

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

/netbsd/sys/arch/usermode/include/
H A Dthunk.h173 int thunk_open_tap(const char *);
/netbsd/sys/arch/usermode/dev/
H A Dif_veth.c110 sc->sc_tapfd = thunk_open_tap(taa->u.veth.device); in veth_attach()
/netbsd/sys/arch/usermode/usermode/
H A Dthunk.c835 thunk_open_tap(const char *device) in thunk_open_tap() function