Searched refs:mh_head (Results 1 – 2 of 2) sorted by relevance
2706 mh->mh_head = mh->mh_tail = m; in get_packet()2734 mh->mh_head = mh->mh_tail = m; in get_packet()2749 mh->mh_head->m_pkthdr.len += len; in get_packet()2855 if (mh->mh_head == NULL) { in process_responses()2856 mh->mh_head = m_gethdr(M_NOWAIT, MT_DATA); in process_responses()2857 m = mh->mh_head; in process_responses()2880 if (mh->mh_head == NULL) in process_responses()2881 mh->mh_head = m; in process_responses()2887 mh->mh_head->m_pkthdr.len += m->m_len; in process_responses()2896 M_HASHTYPE_SET(mh->mh_head, in process_responses()[all …]
59 struct mbuf *mh_head; member