Home | History | Annotate | Download | only in dev

Lines Matching defs:sc_tapfd

76 	int			sc_tapfd;
110 sc->sc_tapfd = thunk_open_tap(taa->u.veth.device);
111 if (sc->sc_tapfd == -1) {
158 thunk_setown(sc->sc_tapfd);
170 if (sc->sc_tapfd != -1)
171 thunk_close(sc->sc_tapfd);
207 avail = thunk_pollin_tap(sc->sc_tapfd, 0);
211 len = thunk_read(sc->sc_tapfd, sc->sc_rx_buf,
271 if (thunk_pollout_tap(sc->sc_tapfd, 0) != 1) {
282 len = thunk_write(sc->sc_tapfd, sc->sc_tx_buf,