HomeSort by: relevance | last modified time | path
    Searched refs:tun_list (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
if_tun.h 58 LIST_ENTRY(tun_softc) tun_list; /* list of all tuns */
if_tun.c 175 LIST_FOREACH(tp, &tun_softc_list, tun_list)
195 LIST_FOREACH(tp, &tunz_softc_list, tun_list)
199 LIST_REMOVE(tp, tun_list);
276 LIST_INSERT_HEAD(&tun_softc_list, tp, tun_list);
317 LIST_REMOVE(tp, tun_list);
321 LIST_INSERT_HEAD(&tunz_softc_list, tp, tun_list);

Completed in 22 milliseconds