Searched defs:nfqnl_instance (Results 1 – 1 of 1) sorted by relevance
63 struct nfqnl_instance { struct64 struct hlist_node hlist; /* global list of queues */65 struct rhashtable nfqnl_packet_map;66 struct rcu_work rwork;68 u32 peer_portid;69 unsigned int queue_maxlen;70 unsigned int copy_range;71 unsigned int queue_dropped;72 unsigned int queue_user_dropped;75 u_int16_t queue_num; /* number of this queue */[all …]