Searched defs:head_insert (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ndp.c2749 nce_queue_mp_common(ncec_t *ncec, mblk_t *mp, boolean_t head_insert) argument
2773 if (head_insert) {
2785 * 'head_insert'. The caller should specify this argument as B_TRUE if this
2804 * but the caller needs to set head_insert to B_TRUE if this is a probe packet.
2807 nce_queue_mp(ncec_t *ncec, mblk_t *mp, boolean_t head_insert) argument
2810 nce_queue_mp_common(ncec, mp, head_insert);

Completed in 70 milliseconds