| 3795 | } |
| 3796 | |
| 3797 | static void |
| 3798 | cache_fpl_restore_partial(struct cache_fpl *fpl) |
| 3799 | { |
| 3800 | |
| 3801 | fpl->ndp->ni_cnd.cn_flags = fpl->snd_outer.cn_flags; |
| 3802 | #ifdef INVARIANTS |
| 3803 | fpl->debug.ni_pathlen = fpl->snd.ni_pathlen; |
| 3804 | #endif |
| 3805 | } |
| 3806 | |
| 3807 | static void |
| 3808 | cache_fpl_restore_abort(struct cache_fpl *fpl) |
no outgoing calls
no test coverage detected