Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c151 uint32_t ipfm_f_count; /* current # of allocated ipfs */ member
213 mgr->ipfm_f_count = 0; in fsw_ip_frag_mgr_create()
221 &mgr->ipfm_f_count); in fsw_ip_frag_mgr_create()
857 mgr->ipfm_f_count, mgr->ipfm_f_limit, mgr->ipfm_q_count, in _ipfq_reap()
918 if (mgr->ipfm_f_count >= mgr->ipfm_f_limit || in ipfq_timeout()
1034 if (mgr->ipfm_f_count > mgr->ipfm_f_limit) { in ipf_alloc()
1041 mgr->ipfm_f_count++; in ipf_alloc()
1059 mgr->ipfm_f_count--; in ipf_free()