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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ndp.c3092 * If the caller has passed in a non-null ncec_nce to nce_fastpath() that
3093 * ncec_nce must correspond to the nce for ncec with nce_ill == ncec->ncec_ill
3096 * method. All other callers (that pass in NULL ncec_nce) will have to do a
3100 nce_fastpath(ncec_t *ncec, boolean_t trigger_fp_req, nce_t *ncec_nce) argument
3118 if (ncec_nce == NULL)
3121 nce = ncec_nce;

Completed in 73 milliseconds