gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:LIST_INSERT_HEAD from t2ex/bsd_source/t2ex/network/net/src_bsd/net/if_tun.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/net/if_tun.c - 33.3KB - 1,241 lines
239:         simple_lock(&tun_softc_lock);
240:         LIST_INSERT_HEAD(&tun_softc_list, tp, tun_list);
241:         simple_unlock(&tun_softc_lock);
320: tp->tun_flags &= ~TUN_INITED; 321: LIST_INSERT_HEAD(&tunz_softc_list, tp, tun_list); 322: }