Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ndp.c369 nce_t *under_nce = NULL; in nce_lookup_then_add_v6() local
386 under_nce = nce_fastpath_create(in_ill, nce->nce_common); in nce_lookup_then_add_v6()
387 if (under_nce == NULL) { in nce_lookup_then_add_v6()
396 nce = under_nce; /* will be returned to caller */ in nce_lookup_then_add_v6()
398 nce_fastpath_trigger(under_nce); in nce_lookup_then_add_v6()
3873 nce_t *under_nce = NULL; in nce_lookup_then_add_v4() local
3890 under_nce = nce_fastpath_create(in_ill, nce->nce_common); in nce_lookup_then_add_v4()
3891 if (under_nce == NULL) { in nce_lookup_then_add_v4()
3900 nce = under_nce; /* will be returned to caller */ in nce_lookup_then_add_v4()
3902 nce_fastpath_trigger(under_nce); in nce_lookup_then_add_v4()
[all …]