Search | Google it | Results 1 - 1 of 1 for funcall:LIST_REMOVE from t2ex/bsd_source/t2ex/network/net/src_bsd/net/if_tun.c (0.00 seconds) |
174: if (tp) 175: LIST_REMOVE(tp, tun_list); 176: simple_unlock(&tun_softc_lock); 315: simple_lock(&tp->tun_lock); 316: LIST_REMOVE(tp, tun_list); 317: if (tp->tun_flags & TUN_OPEN) {