Lines Matching defs:nce
835 nce_t *nce;
858 * finding a new nce below.
859 * Get, allocate, or update the nce.
867 nce = ire->ire_nce_cache;
868 if (nce == NULL) {
873 nce = ire->ire_nce_cache;
874 if (nce == NULL) {
883 nce_refhold(nce);
886 if (nce->nce_is_condemned) {
889 nce1 = ire_handle_condemned_nce(nce, ire, NULL, ip6h, B_FALSE);
890 nce_refrele(nce);
893 ip_drop_input("No nce", mp, ill);
897 nce = nce1;
899 dst_ill = nce->nce_ill;
912 nce_refrele(nce);
931 nce_refrele(nce);
949 nce_refrele(nce);
967 nce_refrele(nce);
1001 nce_refrele(nce);
1023 nce_refrele(nce);
1044 nce_refrele(nce);
1062 ip_forward_xmit_v6(nce, mp, ip6h, ira, mtu, added_tx_len);
1063 nce_refrele(nce);
1073 ip_forward_xmit_v6(nce_t *nce, mblk_t *mp, ip6_t *ip6h, ip_recv_attr_t *ira,
1076 ill_t *dst_ill = nce->nce_ill;
1130 (void) ip_postfrag_loopcheck(mp, nce,
1134 (void) ip_xmit(mp, nce, IXAF_NO_DEV_FLOW_CTL,