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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ndp.c144 static nce_t *nce_fastpath(ncec_t *, boolean_t, nce_t *);
259 * we call nce_fastpath as soon as the ncec is resolved in nce_process.
260 * We call nce_fastpath from nce_update if the link layer address of
891 nce = nce_fastpath(ncec, B_TRUE, NULL);
2741 nce = nce_fastpath(ncec, B_TRUE, NULL);
3092 * If the caller has passed in a non-null ncec_nce to nce_fastpath() that
3100 nce_fastpath(ncec_t *ncec, boolean_t trigger_fp_req, nce_t *ncec_nce) function
3295 * threads in nce_fastpath() from examining nce_dlur_mp at the same
3735 * we call nce_fastpath as soon as the ncec is resolved in nce_process.
3736 * We call nce_fastpath fro
[all...]

Completed in 68 milliseconds