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

/illumos-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 Dip6_input.c887 nce_t *nce1; local
889 nce1 = ire_handle_condemned_nce(nce, ire, NULL, ip6h, B_FALSE);
891 if (nce1 == NULL) {
897 nce = nce1;
H A Dip_input.c896 nce_t *nce1; local
898 nce1 = ire_handle_condemned_nce(nce, ire, ipha, NULL, B_FALSE);
900 if (nce1 == NULL) {
906 nce = nce1;
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...]

Completed in 81 milliseconds