Lines Matching refs:nce
3375 nce_t *nce;
3510 /* Get an nce to cache. */
3511 nce = ire_to_nce(ire, firsthop, NULL);
3512 if (nce == NULL) {
3518 ixa->ixa_nce = nce;
3604 nce = ixa->ixa_nce;
3605 if (nce != NULL && nce->nce_is_condemned) {
3606 nce_refrele(nce);
3669 nce = ixa->ixa_nce;
3670 if (nce != NULL && nce->nce_is_condemned) {
3671 nce_refrele(nce);
3703 * Assumes that ixa_ire, dce, and nce have already been set up.
3717 nce_t *nce;
3723 nce = ixa->ixa_nce;
3800 } else if (nce != NULL) {
3808 if (nce->nce_common->ncec_ill->ill_mc_mtu < pmtu)
3809 pmtu = nce->nce_common->ncec_ill->ill_mc_mtu;
3810 if (nce->nce_common->ncec_ill != nce->nce_ill &&
3811 nce->nce_ill->ill_mc_mtu < pmtu) {
3818 pmtu = nce->nce_ill->ill_mc_mtu;
3821 if (nce->nce_common->ncec_ill->ill_mtu < pmtu)
3822 pmtu = nce->nce_common->ncec_ill->ill_mtu;
3823 if (nce->nce_common->ncec_ill != nce->nce_ill &&
3824 nce->nce_ill->ill_mtu < pmtu) {
3831 pmtu = nce->nce_ill->ill_mtu;
11623 ip_fragment_v4(mblk_t *mp_orig, nce_t *nce, iaflags_t ixaflags,
11635 ill_t *ill = nce->nce_ill;
11731 error = postfragfn(mp, nce, ixaflags, i1, xmit_hint, szone, nolzid,
11845 error = postfragfn(mp, nce, ixaflags, ip_len, xmit_hint, szone,
12064 * If there is a change to them, the nce will be deleted (condemned) and
12072 ip_xmit_attach_llhdr(mblk_t *mp, nce_t *nce)
12084 ASSERT(nce != NULL);
12085 if ((mp1 = nce->nce_fp_mp) != NULL) {
12103 ill_t *ill = nce->nce_ill;
12127 mp1 = copyb(nce->nce_dlur_mp);
12130 ill_t *ill = nce->nce_ill;
14401 * Send a packet using the passed in nce. This handles both IPv4 and IPv6
14410 * If the nce passed by caller is incomplete, this function
14418 ip_xmit(mblk_t *mp, nce_t *nce, iaflags_t ixaflags, uint_t pkt_len,
14422 ill_t *ill = nce->nce_ill;
14427 ncec_t *ncec = nce->nce_common;
14431 DTRACE_PROBE1(ip__xmit, nce_t *, nce);
14530 mp = ip_xmit_attach_llhdr(mp, nce);
14581 nce->nce_fp_mp != NULL ?
14582 MBLKL(nce->nce_fp_mp) : 0);
14692 is_probe = ipmp_packet_is_probe(mp, nce->nce_ill);
14710 is_probe = ipmp_packet_is_probe(mp, nce->nce_ill);