Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c150 uint32_t ipfm_f_count; /* current # of allocated ipfs */ member
215 mgr->ipfm_f_count = 0; in fsw_ip_frag_mgr_create()
223 &mgr->ipfm_f_count); in fsw_ip_frag_mgr_create()
832 if (mgr->ipfm_f_count >= mgr->ipfm_f_limit || in ipfq_timeout()
835 mgr->ipfm_f_count, mgr->ipfm_f_limit, mgr->ipfm_q_count, in ipfq_timeout()
978 if (mgr->ipfm_f_count > mgr->ipfm_f_limit) { in ipf_alloc()
985 mgr->ipfm_f_count++; in ipf_alloc()
1007 mgr->ipfm_f_count--; in ipf_free()