Searched refs:mhead (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.101.15/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_agg.c | 1956 struct mbuf * mhead = NULL; in flow_rx_agg_host() local 1996 mhead = m_allocpacket_internal(&mhead_cnt, in flow_rx_agg_host() 1999 if (mhead == NULL) { in flow_rx_agg_host() 2017 mhead = NULL; in flow_rx_agg_host() 2147 m = mhead; in flow_rx_agg_host() 2155 ASSERT(mhead_cnt == 0 || mhead != NULL); in flow_rx_agg_host() 2169 mhead = m->m_nextpkt; in flow_rx_agg_host() 2408 if (__improbable(mhead != NULL)) { in flow_rx_agg_host() 2411 (void) m_freem_list(mhead); in flow_rx_agg_host() 2412 mhead = NULL; in flow_rx_agg_host()
|
| /xnu-10063.101.15/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 1201 struct mbuf *mhead, *head = NULL, *tail = NULL, **tailp = &head; in convert_native_pktq_to_mbufs() local 1222 mhead = m_allocpacket_internal(&mhead_cnt, MCLBYTES, in convert_native_pktq_to_mbufs() 1226 mhead = m_allocpacket_internal(&mhead_cnt, MBIGCLBYTES, in convert_native_pktq_to_mbufs() 1230 mhead = m_allocpacket_internal(&mhead_cnt, M16KCLBYTES, in convert_native_pktq_to_mbufs() 1235 mhead = m_allocpacket_internal(&mhead_cnt, M16KCLBYTES * 2, in convert_native_pktq_to_mbufs() 1239 mhead = NULL; in convert_native_pktq_to_mbufs() 1243 mhead = NULL; in convert_native_pktq_to_mbufs() 1281 m = mhead; in convert_native_pktq_to_mbufs() 1283 ASSERT(mhead != NULL || mhead_cnt == 0); in convert_native_pktq_to_mbufs() 1298 mhead = m->m_nextpkt; in convert_native_pktq_to_mbufs() [all …]
|
| /xnu-10063.101.15/bsd/nfs/ |
| H A D | nfs_subs.c | 351 mbuf_t mhead, mlast, m; in nfsm_mbuf_get_list() local 355 mhead = mlast = NULL; in nfsm_mbuf_get_list() 363 if (!mhead) { in nfsm_mbuf_get_list() 364 mhead = m; in nfsm_mbuf_get_list() 381 *mp = mhead; in nfsm_mbuf_get_list()
|
| H A D | nfs_gss.c | 1454 nfs_gss_mchain_length(mbuf_t mhead) in nfs_gss_mchain_length() argument 1459 for (mb = mhead; mb; mb = mbuf_next(mb)) { in nfs_gss_mchain_length()
|