Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c150 uint32_t ipfm_f_count; /* current # of allocated ipfs */ member
210 mgr->ipfm_f_count = 0; in fsw_ip_frag_mgr_create()
218 &mgr->ipfm_f_count); in fsw_ip_frag_mgr_create()
833 mgr->ipfm_f_count, mgr->ipfm_f_limit, mgr->ipfm_q_count, in _ipfq_reap()
894 if (mgr->ipfm_f_count >= mgr->ipfm_f_limit || in ipfq_timeout()
1010 if (mgr->ipfm_f_count > mgr->ipfm_f_limit) { in ipf_alloc()
1017 mgr->ipfm_f_count++; in ipf_alloc()
1035 mgr->ipfm_f_count--; in ipf_free()