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

  /src/sys/net/
if_tun.c 179 mutex_enter(&tp->tun_lock);
212 mutex_init(&tp->tun_lock, MUTEX_DEFAULT, IPL_SOFTNET);
230 mutex_destroy(&tp->tun_lock);
316 mutex_enter(&tp->tun_lock);
330 mutex_exit(&tp->tun_lock);
369 mutex_exit(&tp->tun_lock);
378 mutex_exit(&tp->tun_lock);
411 mutex_exit(&tp->tun_lock);
450 mutex_enter(&tp->tun_lock);
491 mutex_exit(&tp->tun_lock);
    [all...]
if_tun.h 56 kmutex_t tun_lock; /* lock for this tunnel */ member in struct:tun_softc

Completed in 21 milliseconds