Searched refs:mhead (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_agg.c | 1934 struct mbuf * mhead = NULL; in flow_rx_agg_host() local 1970 mhead = m_allocpacket_internal(&mhead_cnt, in flow_rx_agg_host() 1973 if (mhead == NULL) { in flow_rx_agg_host() 1991 mhead = NULL; in flow_rx_agg_host() 2121 m = mhead; in flow_rx_agg_host() 2129 ASSERT(mhead_cnt == 0 || mhead != NULL); in flow_rx_agg_host() 2143 mhead = m->m_nextpkt; in flow_rx_agg_host() 2377 if (__improbable(mhead != NULL)) { in flow_rx_agg_host() 2379 (void) m_freem_list(mhead); in flow_rx_agg_host() 2380 mhead = NULL; in flow_rx_agg_host()
|
| /xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 942 struct mbuf *mhead, *head = NULL, *tail = NULL, **tailp = &head; in convert_native_pktq_to_mbufs() local 963 mhead = m_allocpacket_internal(&mhead_cnt, MCLBYTES, in convert_native_pktq_to_mbufs() 967 mhead = m_allocpacket_internal(&mhead_cnt, MBIGCLBYTES, in convert_native_pktq_to_mbufs() 971 mhead = m_allocpacket_internal(&mhead_cnt, M16KCLBYTES, in convert_native_pktq_to_mbufs() 976 mhead = m_allocpacket_internal(&mhead_cnt, M16KCLBYTES * 2, in convert_native_pktq_to_mbufs() 980 mhead = NULL; in convert_native_pktq_to_mbufs() 984 mhead = NULL; in convert_native_pktq_to_mbufs() 1022 m = mhead; in convert_native_pktq_to_mbufs() 1024 ASSERT(mhead != NULL || mhead_cnt == 0); in convert_native_pktq_to_mbufs() 1039 mhead = m->m_nextpkt; in convert_native_pktq_to_mbufs() [all …]
|
| /xnu-8792.41.9/bsd/nfs/ |
| H A D | nfs_subs.c | 349 mbuf_t mhead, mlast, m; in nfsm_mbuf_get_list() local 353 mhead = mlast = NULL; in nfsm_mbuf_get_list() 361 if (!mhead) { in nfsm_mbuf_get_list() 362 mhead = m; in nfsm_mbuf_get_list() 379 *mp = mhead; in nfsm_mbuf_get_list()
|
| H A D | nfs_gss.c | 1452 nfs_gss_mchain_length(mbuf_t mhead) in nfs_gss_mchain_length() argument 1457 for (mb = mhead; mb; mb = mbuf_next(mb)) { in nfs_gss_mchain_length()
|