Home
last modified time | relevance | path

Searched defs:vke_softc (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/dev/virtual/vkernel/net/
H A Dif_vke.c91 struct vke_softc { struct
92 struct arpcom arpcom;
93 int sc_fd;
94 int sc_unit;
96 cothread_t cotd_tx;
97 cothread_t cotd_rx;
99 int cotd_tx_exit;
100 int cotd_rx_exit;
102 void *sc_txbuf;
103 int sc_txbuf_len;
[all …]