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

  /src/sys/net/
if_l2tp.c 131 static void l2tpintr_softint(void *);
271 sc->l2tp_si = softint_establish(si_flags, l2tpintr_softint, sc);
347 * To avoid for l2tp_transmit() and l2tpintr_softint() to access
543 l2tpintr_softint(void *arg) function in typeref:typename:void

Completed in 12 milliseconds