Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ndp.c3512 nce_fp_match_t *nce_fp_marg = arg; in nce_fastpath_match_dlur() local
3514 mblk_t *mp = nce_fp_marg->nce_fp_match_ack_mp; in nce_fastpath_match_dlur()
3543 nce_fp_marg->nce_fp_match_res = nce; in nce_fastpath_match_dlur()
3562 nce_fp_match_t nce_fp_marg; in nce_fastpath_update() local
3566 nce_fp_marg.nce_fp_match_res = NULL; in nce_fastpath_update()
3567 nce_fp_marg.nce_fp_match_ack_mp = mp; in nce_fastpath_update()
3569 nce_walk(ill, nce_fastpath_match_dlur, &nce_fp_marg); in nce_fastpath_update()
3571 if ((nce = nce_fp_marg.nce_fp_match_res) == NULL) in nce_fastpath_update()