Searched refs:V_ticket_altqs_inactive (Results 1 – 2 of 2) sorted by relevance
935 *ticket = ++V_ticket_altqs_inactive; in pf_begin_altq()948 if (!V_altqs_inactive_open || ticket != V_ticket_altqs_inactive) in pf_rollback_altq()977 if (!V_altqs_inactive_open || ticket != V_ticket_altqs_inactive) in pf_commit_altq()987 V_ticket_altqs_active = V_ticket_altqs_inactive; in pf_commit_altq()1093 if (ticket != V_ticket_altqs_inactive) in pf_altq_ifnet_event_add()1120 pf_rollback_altq(V_ticket_altqs_inactive); in pf_altq_ifnet_event()4302 if (pa->ticket != V_ticket_altqs_inactive) { in pfioctl()5368 V_ticket_altqs_inactive) { in pfioctl()
2271 #define V_ticket_altqs_inactive VNET(ticket_altqs_inactive) macro