Searched refs:V_ticket_altqs_inactive (Results 1 – 2 of 2) sorted by relevance
662 *ticket = ++V_ticket_altqs_inactive; in pf_begin_altq()675 if (!V_altqs_inactive_open || ticket != V_ticket_altqs_inactive) in pf_rollback_altq()704 if (!V_altqs_inactive_open || ticket != V_ticket_altqs_inactive) in pf_commit_altq()714 V_ticket_altqs_active = V_ticket_altqs_inactive; in pf_commit_altq()820 if (ticket != V_ticket_altqs_inactive) in pf_altq_ifnet_event_add()847 pf_rollback_altq(V_ticket_altqs_inactive); in pf_altq_ifnet_event()2785 if (pa->ticket != V_ticket_altqs_inactive) { in pfioctl()3986 V_ticket_altqs_inactive) { in pfioctl()
1404 #define V_ticket_altqs_inactive VNET(ticket_altqs_inactive) macro