Searched refs:queue_maxlen (Results 1 – 1 of 1) sorted by relevance
64 unsigned int queue_maxlen; member138 inst->queue_maxlen = NFQNL_QMAX_DEFAULT; in instance_create()889 if (queue->queue_total >= queue->queue_maxlen) { in __nfqnl_enqueue_packet()1596 __be32 *queue_maxlen = nla_data(nfqa[NFQA_CFG_QUEUE_MAXLEN]); in nfqnl_recv_config() local1599 queue->queue_maxlen = ntohl(*queue_maxlen); in nfqnl_recv_config()