Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/ip/
H A Dip_ndp.c549 mpp = &ncec->ncec_qd_mp; in ncec_inactive()
2554 prevmpp = &ncec->ncec_qd_mp; in nce_timer()
2555 for (mp = ncec->ncec_qd_mp; mp != NULL; mp = nextmp) { in nce_timer()
2756 for (mpp = &ncec->ncec_qd_mp; *mpp != NULL; mpp = &(*mpp)->b_next) { in nce_queue_mp_common()
2758 tmp = ncec->ncec_qd_mp->b_next; in nce_queue_mp_common()
2759 ncec->ncec_qd_mp->b_next = NULL; in nce_queue_mp_common()
2766 ip_drop_output("ipIfStatsOutDiscards", ncec->ncec_qd_mp, in nce_queue_mp_common()
2768 freemsg(ncec->ncec_qd_mp); in nce_queue_mp_common()
2769 ncec->ncec_qd_mp = tmp; in nce_queue_mp_common()
2775 mp->b_next = ncec->ncec_qd_mp; in nce_queue_mp_common()
[all …]
/titanic_50/usr/src/uts/common/inet/
H A Dip_ndp.h81 mblk_t *ncec_qd_mp; /* Head outgoing queued packets */ member