HomeSort by: relevance | last modified time | path
    Searched defs:tun_o_softintr (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/net/
if_tun.c 85 static void tun_o_softintr(void *);
217 tp->tun_osih = softint_establish(SOFTINT_CLOCK, tun_o_softintr, tp);
668 tun_o_softintr(void *cookie) function in typeref:typename:void

Completed in 12 milliseconds