Searched refs:nce1 (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dip6_output.c187 nce_t *nce1; local
189 nce1 = ire_handle_condemned_nce(nce, ire, NULL, ip6h, B_TRUE);
191 if (nce1 == NULL) {
205 nce = nce1;
1149 nce_t *nce1; local
1269 nce1 = ndp_nce_init(ill1, &nexthop, ire_type);
1270 if (nce1 == NULL) {
1282 nce_refrele(nce1);
1295 err = ip_xmit(mp1, nce1, ixaflags, pkt_len, xmit_hint, szone,
1301 nce_refrele(nce1);
[all...]
H A Dip_output.c886 nce_t *nce1; local
888 nce1 = ire_handle_condemned_nce(nce, ire, ipha, NULL, B_TRUE);
890 if (nce1 == NULL) {
904 nce = nce1;
1238 nce_t *nce1, *nce_orig; local
1362 nce1 = arp_nce_init(ire1->ire_ill, ire1->ire_addr,
1364 if (nce1 == NULL) {
1373 ixa->ixa_nce = nce1;
1384 nce_refrele(nce1);
2211 nce_t *nce1; local
[all...]
H A Dip6_input.c885 nce_t *nce1; local
887 nce1 = ire_handle_condemned_nce(nce, ire, NULL, ip6h, B_FALSE);
889 if (nce1 == NULL) {
895 nce = nce1;
H A Dip_input.c895 nce_t *nce1; local
897 nce1 = ire_handle_condemned_nce(nce, ire, ipha, NULL, B_FALSE);
899 if (nce1 == NULL) {
905 nce = nce1;

Completed in 105 milliseconds