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

  /src/sys/net/
if_tun.c 84 static void tun_i_softintr(void *);
218 tp->tun_isih = softint_establish(SOFTINT_CLOCK, tun_i_softintr, tp);
658 tun_i_softintr(void *cookie) function in typeref:typename:void
if_tun.c 84 static void tun_i_softintr(void *);
218 tp->tun_isih = softint_establish(SOFTINT_CLOCK, tun_i_softintr, tp);
658 tun_i_softintr(void *cookie) function in typeref:typename:void
if_tun.c 84 static void tun_i_softintr(void *);
218 tp->tun_isih = softint_establish(SOFTINT_CLOCK, tun_i_softintr, tp);
658 tun_i_softintr(void *cookie) function in typeref:typename:void
if_tun.c 84 static void tun_i_softintr(void *);
218 tp->tun_isih = softint_establish(SOFTINT_CLOCK, tun_i_softintr, tp);
658 tun_i_softintr(void *cookie) function in typeref:typename:void
if_tun.c 84 static void tun_i_softintr(void *);
218 tp->tun_isih = softint_establish(SOFTINT_CLOCK, tun_i_softintr, tp);
658 tun_i_softintr(void *cookie) function in typeref:typename:void
if_tun.c 84 static void tun_i_softintr(void *);
218 tp->tun_isih = softint_establish(SOFTINT_CLOCK, tun_i_softintr, tp);
658 tun_i_softintr(void *cookie) function in typeref:typename:void

Completed in 68 milliseconds