Michael Wang
1c15b67709
netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue()
...
Since 'list_for_each_continue_rcu' has already been replaced by
'list_for_each_entry_continue_rcu', pass 'list_head' to nf_queue() as a
parameter can not benefit us any more.
This patch will replace 'list_head' with 'nf_hook_ops' as the parameter of
nf_queue() and __nf_queue() to save code.
Signed-off-by: Michael Wang <wangyun@linux.vnet.ibm.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2012-09-03 13:52:54 +02:00
..
2012-07-10 23:13:45 -07:00
2012-05-15 20:23:16 -04:00
2012-08-14 14:33:32 -07:00
2012-07-10 23:13:45 -07:00
2012-08-15 21:36:30 -07:00
2012-07-19 11:17:30 -07:00
2012-08-08 16:04:04 -07:00
2012-08-22 14:21:38 -07:00
2012-08-22 18:48:52 -07:00
2012-08-20 02:47:49 -07:00
2012-07-10 22:36:17 +02:00
2012-08-02 09:19:20 -07:00
2012-08-30 03:00:17 +02:00
2012-07-10 23:13:45 -07:00
2012-08-15 21:36:31 -07:00
2012-08-09 16:18:07 -07:00
2012-05-21 20:27:36 -07:00
2012-05-09 20:49:19 -04:00
2012-07-19 10:48:00 -07:00
2012-07-16 22:52:02 -07:00
2012-08-30 03:00:24 +02:00
2012-08-30 03:00:25 +02:00
2012-07-19 10:48:00 -07:00
2012-07-16 23:23:52 -07:00
2012-06-15 15:30:15 -07:00
2012-08-15 15:13:30 -07:00
2012-08-15 21:36:31 -07:00
2012-05-17 18:45:20 -04:00
2012-08-15 21:36:31 -07:00
2012-08-15 14:29:37 -04:00
2012-07-12 07:54:45 -07:00
2012-09-03 13:52:54 +02:00
2012-03-22 19:29:57 -04:00
2012-08-21 14:53:01 -07:00
2012-04-20 21:22:30 -04:00
2012-07-20 12:30:48 -04:00
2012-07-27 13:45:51 -07:00
2012-08-22 22:58:27 -07:00
2012-06-17 16:29:38 -07:00
2012-08-22 22:52:04 -07:00
2012-06-06 15:18:17 -04:00
2012-04-20 21:22:30 -04:00
2012-07-10 23:56:33 -07:00
2012-08-22 14:21:38 -07:00
2012-08-16 13:36:29 -07:00
2012-07-31 19:25:39 -07:00
2012-08-20 02:26:31 -07:00
2012-08-21 14:53:01 -07:00
2012-07-24 13:55:21 -07:00
2012-04-15 12:44:40 -04:00
2012-08-06 14:29:58 -04:00
2012-07-10 23:13:45 -07:00
2012-08-22 22:39:46 -07:00
2012-07-22 17:50:49 -07:00
2012-05-21 12:50:12 -07:00
2012-05-18 01:35:08 -04:00
2010-10-15 15:53:27 +02:00
2012-08-15 21:36:31 -07:00
2012-05-15 20:14:35 -04:00