Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_hpts.c674 max_slots_available(struct tcp_hpts_entry *hpts, uint32_t wheel_slot, uint32_t *target_slot) in max_slots_available() argument
686 if (target_slot) in max_slots_available()
687 *target_slot = end_slot; in max_slots_available()
702 if (target_slot) in max_slots_available()
703 *target_slot = end_slot; in max_slots_available()
763 if (target_slot) in max_slots_available()
764 *target_slot = hpts->p_nxt_slot; in max_slots_available()