Searched refs:under_nce (Results 1 – 1 of 1) sorted by relevance
365 nce_t *under_nce = NULL; in nce_lookup_then_add_v6() local382 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() local3646 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 …]