Search | Google it | Results 1 - 1 of 1 for funcall:SLIST_FIRST from t2ex/bsd_source/t2ex/network/net/src_bsd/kern/uipc_mbuf2.c (0.00 seconds) |
312: else 313: p = SLIST_FIRST(&m->m_pkthdr.tags); 314: if (p == NULL) 342: if (t == NULL) 343: p = SLIST_FIRST(&m->m_pkthdr.tags); 344: else 408: 409: return (SLIST_FIRST(&m->m_pkthdr.tags)); 410: }