Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c148 uint32_t ipfm_q_limit; /* limit # of reass queues */ member
214 mgr->ipfm_q_limit = MIN(IPFM_MAX_QUEUES, mgr->ipfm_f_limit / 2); in fsw_ip_frag_mgr_create()
223 &mgr->ipfm_q_limit); in fsw_ip_frag_mgr_create()
858 mgr->ipfm_q_limit); in _ipfq_reap()
919 mgr->ipfm_q_count >= mgr->ipfm_q_limit) { in ipfq_timeout()
969 if (mgr->ipfm_q_count > mgr->ipfm_q_limit) { in ipfq_alloc()
972 ASSERT(mgr->ipfm_q_count <= mgr->ipfm_q_limit); in ipfq_alloc()