Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c150 uint32_t ipfm_f_count; /* current # of allocated ipfs */ member
216 mgr->ipfm_f_count = 0; in fsw_ip_frag_mgr_create()
224 &mgr->ipfm_f_count); in fsw_ip_frag_mgr_create()
815 mgr->ipfm_f_count, mgr->ipfm_f_limit, mgr->ipfm_q_count, in _ipfq_reap()
876 if (mgr->ipfm_f_count >= mgr->ipfm_f_limit || in ipfq_timeout()
998 if (mgr->ipfm_f_count > mgr->ipfm_f_limit) { in ipf_alloc()
1005 mgr->ipfm_f_count++; in ipf_alloc()
1027 mgr->ipfm_f_count--; in ipf_free()