Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c147 uint32_t ipfm_q_limit; /* limit # of reass queues */ member
211 mgr->ipfm_q_limit = MIN(IPFM_MAX_QUEUES, mgr->ipfm_f_limit / 2); in fsw_ip_frag_mgr_create()
220 &mgr->ipfm_q_limit); in fsw_ip_frag_mgr_create()
834 mgr->ipfm_q_limit); in _ipfq_reap()
895 mgr->ipfm_q_count >= mgr->ipfm_q_limit) { in ipfq_timeout()
945 if (mgr->ipfm_q_count > mgr->ipfm_q_limit) { in ipfq_alloc()
948 ASSERT(mgr->ipfm_q_count <= mgr->ipfm_q_limit); in ipfq_alloc()