Searched refs:queue_maxlen (Results 1 – 1 of 1) sorted by relevance
62 unsigned int queue_maxlen; member136 inst->queue_maxlen = NFQNL_QMAX_DEFAULT; in instance_create()669 if (queue->queue_total >= queue->queue_maxlen) { in __nfqnl_enqueue_packet()1354 __be32 *queue_maxlen = nla_data(nfqa[NFQA_CFG_QUEUE_MAXLEN]); in nfqnl_recv_config() local1357 queue->queue_maxlen = ntohl(*queue_maxlen); in nfqnl_recv_config()