Searched refs:ipfm_max_frags_per_queue (Results 1 – 1 of 1) sorted by relevance
83 static uint32_t ipfm_max_frags_per_queue = IPFM_MAX_FRAGS_PER_QUEUE; variable89 ipfm_max_frags_per_queue, CTLFLAG_RW | CTLFLAG_LOCKED,90 &ipfm_max_frags_per_queue, 0, "");610 if (q->ipfq_nfrag > ipfm_max_frags_per_queue) { in ipf_process()