Home
last modified time | relevance | path

Searched refs:update_queue_tail (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/server/
H A Dfailover.c1782 if (!state->update_queue_tail) { in dhcp_failover_rescind_updates()
1789 lease_reference(&state->update_queue_tail, in dhcp_failover_rescind_updates()
1917 if (state->update_queue_tail != NULL) { in dhcp_failover_set_state()
2853 lease_dereference (&state -> update_queue_tail, MDL); in dhcp_failover_send_updates()
2904 lease_reference (&state -> update_queue_tail -> next_pending, in dhcp_failover_queue_update()
2906 lease_dereference (&state -> update_queue_tail, MDL); in dhcp_failover_queue_update()
2919 lease_reference (&state -> update_queue_tail, lease, MDL); in dhcp_failover_queue_update()
3357 if (s -> update_queue_tail) in dhcp_failover_state_destroy()
3358 lease_dereference (&s -> update_queue_tail, file, line); in dhcp_failover_state_destroy()
5759 if (state -> update_queue_tail) { in dhcp_failover_process_update_request()
[all …]
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Dfailover.h373 struct lease *update_queue_tail; member