Searched refs:mhead (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_agg.c | 2020 struct mbuf * mhead = NULL; in flow_rx_agg_host() local 2060 mhead = m_allocpacket_internal(&mhead_cnt, in flow_rx_agg_host() 2063 if (mhead == NULL) { in flow_rx_agg_host() 2081 mhead = NULL; in flow_rx_agg_host() 2224 m = mhead; in flow_rx_agg_host() 2232 ASSERT(mhead_cnt == 0 || mhead != NULL); in flow_rx_agg_host() 2247 mhead = m->m_nextpkt; in flow_rx_agg_host() 2472 if (__improbable(mhead != NULL)) { in flow_rx_agg_host() 2475 (void) m_freem_list(mhead); in flow_rx_agg_host() 2476 mhead = NULL; in flow_rx_agg_host()
|
| /xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 1286 struct mbuf *__single mhead, *__single head = NULL; in convert_native_pktq_to_mbufs() local 1308 mhead = m_allocpacket_internal(&mhead_cnt, MCLBYTES, in convert_native_pktq_to_mbufs() 1312 mhead = m_allocpacket_internal(&mhead_cnt, MBIGCLBYTES, in convert_native_pktq_to_mbufs() 1316 mhead = m_allocpacket_internal(&mhead_cnt, M16KCLBYTES, in convert_native_pktq_to_mbufs() 1321 mhead = m_allocpacket_internal(&mhead_cnt, M16KCLBYTES * 2, in convert_native_pktq_to_mbufs() 1325 mhead = NULL; in convert_native_pktq_to_mbufs() 1329 mhead = NULL; in convert_native_pktq_to_mbufs() 1367 m = mhead; in convert_native_pktq_to_mbufs() 1369 ASSERT(mhead != NULL || mhead_cnt == 0); in convert_native_pktq_to_mbufs() 1384 mhead = m->m_nextpkt; in convert_native_pktq_to_mbufs() [all …]
|
| /xnu-11417.121.6/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 | 1455 nfs_gss_mchain_length(mbuf_t mhead) in nfs_gss_mchain_length() argument 1460 for (mb = mhead; mb; mb = mbuf_next(mb)) { in nfs_gss_mchain_length()
|