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