Lines Matching refs:nextsp
2620 struct secpolicy *sp, *nextsp; in key_spdflush() local
2653 nextsp = TAILQ_NEXT(sp, chain); in key_spdflush()
2655 sp = nextsp; in key_spdflush()
4648 struct secpolicy *sp, *nextsp; in key_flush_spd() local
4674 nextsp = LIST_NEXT(sp, drainq); in key_flush_spd()
4679 sp = nextsp; in key_flush_spd()
4687 sp = nextsp; in key_flush_spd()
4696 nextsp = LIST_NEXT(sp, drainq); in key_flush_spd()
4700 sp = nextsp; in key_flush_spd()
8677 struct secpolicy *sp, *nextsp; in key_vnet_destroy() local
8702 nextsp = TAILQ_NEXT(sp, chain); in key_vnet_destroy()
8704 sp = nextsp; in key_vnet_destroy()