Lines Matching refs:nce

3400 	nce_t		*nce;
3535 /* Get an nce to cache. */
3536 nce = ire_to_nce(ire, firsthop, NULL);
3537 if (nce == NULL) {
3543 ixa->ixa_nce = nce;
3629 nce = ixa->ixa_nce;
3630 if (nce != NULL && nce->nce_is_condemned) {
3631 nce_refrele(nce);
3694 nce = ixa->ixa_nce;
3695 if (nce != NULL && nce->nce_is_condemned) {
3696 nce_refrele(nce);
3728 * Assumes that ixa_ire, dce, and nce have already been set up.
3742 nce_t *nce;
3748 nce = ixa->ixa_nce;
3832 } else if (nce != NULL) {
3840 if (nce->nce_common->ncec_ill->ill_mc_mtu < pmtu)
3841 pmtu = nce->nce_common->ncec_ill->ill_mc_mtu;
3842 if (nce->nce_common->ncec_ill != nce->nce_ill &&
3843 nce->nce_ill->ill_mc_mtu < pmtu) {
3850 pmtu = nce->nce_ill->ill_mc_mtu;
3853 if (nce->nce_common->ncec_ill->ill_mtu < pmtu)
3854 pmtu = nce->nce_common->ncec_ill->ill_mtu;
3855 if (nce->nce_common->ncec_ill != nce->nce_ill &&
3856 nce->nce_ill->ill_mtu < pmtu) {
3863 pmtu = nce->nce_ill->ill_mtu;
11687 ip_fragment_v4(mblk_t *mp_orig, nce_t *nce, iaflags_t ixaflags,
11699 ill_t *ill = nce->nce_ill;
11795 error = postfragfn(mp, nce, ixaflags, i1, xmit_hint, szone, nolzid,
11909 error = postfragfn(mp, nce, ixaflags, ip_len, xmit_hint, szone,
12127 * If there is a change to them, the nce will be deleted (condemned) and
12135 ip_xmit_attach_llhdr(mblk_t *mp, nce_t *nce)
12147 ASSERT(nce != NULL);
12148 if ((mp1 = nce->nce_fp_mp) != NULL) {
12166 ill_t *ill = nce->nce_ill;
12190 mp1 = copyb(nce->nce_dlur_mp);
12193 ill_t *ill = nce->nce_ill;
14482 * Send a packet using the passed in nce. This handles both IPv4 and IPv6
14491 * If the nce passed by caller is incomplete, this function
14499 ip_xmit(mblk_t *mp, nce_t *nce, iaflags_t ixaflags, uint_t pkt_len,
14503 ill_t *ill = nce->nce_ill;
14508 ncec_t *ncec = nce->nce_common;
14512 DTRACE_PROBE1(ip__xmit, nce_t *, nce);
14612 mp = ip_xmit_attach_llhdr(mp, nce);
14663 nce->nce_fp_mp != NULL ?
14664 MBLKL(nce->nce_fp_mp) : 0);
14774 is_probe = ipmp_packet_is_probe(mp, nce->nce_ill);
14792 is_probe = ipmp_packet_is_probe(mp, nce->nce_ill);