Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/ip/
H A Dip_ndp.c3268 nce_fp_match_t *nce_fp_marg = arg; in nce_fastpath_match_dlur() local
3270 mblk_t *mp = nce_fp_marg->nce_fp_match_ack_mp; in nce_fastpath_match_dlur()
3299 nce_fp_marg->nce_fp_match_res = nce; in nce_fastpath_match_dlur()
3318 nce_fp_match_t nce_fp_marg; in nce_fastpath_update() local
3322 nce_fp_marg.nce_fp_match_res = NULL; in nce_fastpath_update()
3323 nce_fp_marg.nce_fp_match_ack_mp = mp; in nce_fastpath_update()
3325 nce_walk(ill, nce_fastpath_match_dlur, &nce_fp_marg); in nce_fastpath_update()
3327 if ((nce = nce_fp_marg.nce_fp_match_res) == NULL) in nce_fastpath_update()