Searched refs:ack_queue_head (Results 1 – 2 of 2) sorted by relevance
375 struct lease *ack_queue_head; /* List of lease updates the peer member
1771 for (lp = state->ack_queue_head; lp; lp = lp->next_pending) in dhcp_failover_rescind_updates()1780 lease_reference(&state->update_queue_head, state->ack_queue_head, MDL); in dhcp_failover_rescind_updates()1793 lease_dereference(&state->ack_queue_head, MDL); in dhcp_failover_rescind_updates()1843 !state -> update_queue_head && !state -> ack_queue_head) in dhcp_failover_set_state()2856 if (state -> ack_queue_head) { in dhcp_failover_send_updates()2862 lease_reference (&state -> ack_queue_head, lp, MDL); in dhcp_failover_send_updates()3018 if (state -> ack_queue_head == lease) { in dhcp_failover_ack_queue_remove()3019 lease_dereference (&state -> ack_queue_head, MDL); in dhcp_failover_ack_queue_remove()3021 lease_reference (&state -> ack_queue_head, in dhcp_failover_ack_queue_remove()3028 for (lp = state -> ack_queue_head; in dhcp_failover_ack_queue_remove()[all …]