gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:SLIST_NEXT from t2ex/bsd_source/t2ex/network/net/src_bsd/kern/uipc_mbuf2.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/kern/uipc_mbuf2.c - 12.9KB - 420 lines
315:                 return;
316:         while ((q = SLIST_NEXT(p, m_tag_link)) != NULL)
317:                 m_tag_delete(m, q);
344: else 345: p = SLIST_NEXT(t, m_tag_link); 346: while (p != NULL) {
348: return (p); 349: p = SLIST_NEXT(p, m_tag_link); 350: }
417: 418: return (SLIST_NEXT(t, m_tag_link)); 419: }