Searched refs:nce_fp_marg (Results 1 – 1 of 1) sorted by relevance
3512 nce_fp_match_t *nce_fp_marg = arg; in nce_fastpath_match_dlur() local3514 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() local3566 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()