Home
last modified time | relevance | path

Searched refs:under_nce (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/inet/ip/
H A Dip_ndp.c365 nce_t *under_nce = NULL; in nce_lookup_then_add_v6() local
382 under_nce = nce_fastpath_create(in_ill, nce->nce_common); in nce_lookup_then_add_v6()
383 if (under_nce == NULL) { in nce_lookup_then_add_v6()
392 nce = under_nce; /* will be returned to caller */ in nce_lookup_then_add_v6()
394 nce_fastpath_trigger(under_nce); in nce_lookup_then_add_v6()
3629 nce_t *under_nce = NULL; in nce_lookup_then_add_v4() local
3646 under_nce = nce_fastpath_create(in_ill, nce->nce_common); in nce_lookup_then_add_v4()
3647 if (under_nce == NULL) { in nce_lookup_then_add_v4()
3656 nce = under_nce; /* will be returned to caller */ in nce_lookup_then_add_v4()
3658 nce_fastpath_trigger(under_nce); in nce_lookup_then_add_v4()
[all …]