Searched refs:mpchain (Results 1 – 4 of 4) sorted by relevance
894 mblk_t *mpchain, **mpp, *mp; in pcn_receive() local897 mpchain = NULL; in pcn_receive()898 mpp = &mpchain; in pcn_receive()957 return (mpchain); in pcn_receive()
2135 mblk_t *mpchain, **mpp, *mp; in afe_receive() local2138 mpchain = NULL; in afe_receive()2139 mpp = &mpchain; in afe_receive()2239 return (mpchain); in afe_receive()
2534 mblk_t *mpchain, **mpp, *mp; in mxfe_receive() local2538 mpchain = NULL; in mxfe_receive()2539 mpp = &mpchain; in mxfe_receive()2648 *rxchain = mpchain; in mxfe_receive()
299 iptun_m_tx(void *arg, mblk_t *mpchain) in iptun_m_tx() argument305 iptun_drop_pkt(mpchain, &iptun->iptun_noxmtbuf); in iptun_m_tx()309 for (mp = mpchain; mp != NULL; mp = nmp) { in iptun_m_tx()