Search | Google it | Results 1 - 1 of 1 for funcall:SLIST_NEXT from t2ex/bsd_source/t2ex/network/net/src_bsd/kern/uipc_mbuf2.c (0.00 seconds) |
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: }