Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c147 uint32_t ipfm_q_limit; /* limit # of reass queues */ member
216 mgr->ipfm_q_limit = MIN(IPFM_MAX_QUEUES, mgr->ipfm_f_limit / 2); in fsw_ip_frag_mgr_create()
225 &mgr->ipfm_q_limit); in fsw_ip_frag_mgr_create()
833 mgr->ipfm_q_count >= mgr->ipfm_q_limit) { in ipfq_timeout()
836 mgr->ipfm_q_limit); in ipfq_timeout()
908 if (mgr->ipfm_q_count > mgr->ipfm_q_limit) { in ipfq_alloc()