Search | Google it | Results 1 - 1 of 1 for funcall:TAILQ_INIT from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/tcp_subr.c (0.00 seconds) |
1216: #endif 1217: TAILQ_INIT(&tp->segq); 1218: TAILQ_INIT(&tp->timeq); 1219: tp->t_family = family; /* may be overridden later on */ 1220: TAILQ_INIT(&tp->snd_holes); 1221: LIST_INIT(&tp->t_sc); /* XXX can template this */