Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c149 uint32_t ipfm_q_count; /* # of allocated reass queues */ member
215 mgr->ipfm_q_count = 0; in fsw_ip_frag_mgr_create()
225 &mgr->ipfm_q_count); in fsw_ip_frag_mgr_create()
857 mgr->ipfm_f_count, mgr->ipfm_f_limit, mgr->ipfm_q_count, in _ipfq_reap()
861 mgr->ipfm_q_count > target_q_count) { in _ipfq_reap()
875 _ipfq_reap(mgr, mgr->ipfm_q_count / 2, ipf_icmp_timeout_err); in ipfq_reap()
919 mgr->ipfm_q_count >= mgr->ipfm_q_limit) { in ipfq_timeout()
924 if (mgr->ipfm_q_count > 0) { in ipfq_timeout()
941 if (mgr->ipfm_q_count > 0 && in ipfq_sched_timeout()
969 if (mgr->ipfm_q_count > mgr->ipfm_q_limit) { in ipfq_alloc()
[all …]