Home
last modified time | relevance | path

Searched refs:ncec_qd_mp (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/inet/ip/
H A Dip_ndp.c549 mpp = &ncec->ncec_qd_mp; in ncec_inactive()
2552 prevmpp = &ncec->ncec_qd_mp; in nce_timer()
2553 for (mp = ncec->ncec_qd_mp; mp != NULL; mp = nextmp) { in nce_timer()
2754 for (mpp = &ncec->ncec_qd_mp; *mpp != NULL; mpp = &(*mpp)->b_next) { in nce_queue_mp_common()
2756 tmp = ncec->ncec_qd_mp->b_next; in nce_queue_mp_common()
2757 ncec->ncec_qd_mp->b_next = NULL; in nce_queue_mp_common()
2764 ip_drop_output("ipIfStatsOutDiscards", ncec->ncec_qd_mp, in nce_queue_mp_common()
2766 freemsg(ncec->ncec_qd_mp); in nce_queue_mp_common()
2767 ncec->ncec_qd_mp = tmp; in nce_queue_mp_common()
2773 mp->b_next = ncec->ncec_qd_mp; in nce_queue_mp_common()
[all …]
/titanic_44/usr/src/uts/common/inet/
H A Dip_ndp.h81 mblk_t *ncec_qd_mp; /* Head outgoing queued packets */ member