Searched refs:mhead (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_agg.c | 2021 struct mbuf * mhead = NULL; in flow_rx_agg_host() local 2061 mhead = m_allocpacket_internal(&mhead_cnt, in flow_rx_agg_host() 2064 if (mhead == NULL) { in flow_rx_agg_host() 2082 mhead = NULL; in flow_rx_agg_host() 2225 m = mhead; in flow_rx_agg_host() 2233 ASSERT(mhead_cnt == 0 || mhead != NULL); in flow_rx_agg_host() 2248 mhead = m->m_nextpkt; in flow_rx_agg_host() 2473 if (__improbable(mhead != NULL)) { in flow_rx_agg_host() 2476 (void) m_freem_list(mhead); in flow_rx_agg_host() 2477 mhead = NULL; in flow_rx_agg_host()
|
| /xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 1305 struct mbuf *__single mhead, *__single head = NULL; in convert_native_pktq_to_mbufs() local 1327 mhead = m_allocpacket_internal(&mhead_cnt, MCLBYTES, in convert_native_pktq_to_mbufs() 1331 mhead = m_allocpacket_internal(&mhead_cnt, MBIGCLBYTES, in convert_native_pktq_to_mbufs() 1335 mhead = m_allocpacket_internal(&mhead_cnt, M16KCLBYTES, in convert_native_pktq_to_mbufs() 1340 mhead = m_allocpacket_internal(&mhead_cnt, M16KCLBYTES * 2, in convert_native_pktq_to_mbufs() 1344 mhead = NULL; in convert_native_pktq_to_mbufs() 1348 mhead = NULL; in convert_native_pktq_to_mbufs() 1386 m = mhead; in convert_native_pktq_to_mbufs() 1388 ASSERT(mhead != NULL || mhead_cnt == 0); in convert_native_pktq_to_mbufs() 1403 mhead = m->m_nextpkt; in convert_native_pktq_to_mbufs() [all …]
|
| /xnu-12377.61.12/bsd/nfs/ |
| H A D | nfs_subs.c | 352 mbuf_t mhead, mlast, m; in nfsm_mbuf_get_list() local 356 mhead = mlast = NULL; in nfsm_mbuf_get_list() 364 if (!mhead) { in nfsm_mbuf_get_list() 365 mhead = m; in nfsm_mbuf_get_list() 382 *mp = mhead; in nfsm_mbuf_get_list()
|
| H A D | nfs_gss.c | 1457 nfs_gss_mchain_length(mbuf_t mhead) in nfs_gss_mchain_length() argument 1462 for (mb = mhead; mb; mb = mbuf_next(mb)) { in nfs_gss_mchain_length()
|