Florian Westphal
5caaed151a
netfilter: conntrack: don't cache nlattr_tuple_size result in nla_size
...
We currently call ->nlattr_tuple_size() once at register time and
cache result in l4proto->nla_size.
nla_size is the only member that is written to, avoiding this would
allow to make l4proto trackers const.
We can use ->nlattr_tuple_size() at run time, and cache result in
the individual trackers instead.
This is an intermediate step, next patch removes nlattr_size()
callback and computes size at compile time, then removes nla_size.
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2017-11-06 16:48:38 +01:00
..
2017-04-12 22:02:40 +02:00
2017-09-04 19:05:16 -04:00
2017-06-20 13:30:14 -04:00
2017-06-26 23:13:22 -04:00
2017-06-16 11:48:40 -04:00
2017-08-09 22:43:50 -07:00
2017-07-04 22:35:19 +01:00
2017-09-22 20:43:13 -07:00
2017-09-09 17:56:05 -07:00
2017-09-26 13:36:44 -07:00
2017-11-06 14:47:29 +01:00
2017-07-01 07:39:08 -07:00
2017-08-09 16:57:38 -07:00
2017-09-19 20:34:29 +02:00
2017-10-03 15:56:01 -07:00
2017-08-09 16:57:38 -07:00
2017-08-31 11:43:47 -07:00
2017-09-03 17:08:42 -07:00
2017-03-03 10:16:38 -08:00
2017-10-01 04:15:07 +01:00
2017-06-16 11:48:40 -04:00
2017-08-22 13:40:23 -07:00
2017-09-05 20:03:35 -07:00
2017-02-03 15:16:45 -05:00
2017-11-06 16:48:38 +01:00
2017-11-06 16:48:38 +01:00
2017-07-04 22:35:17 +01:00
2017-07-03 02:31:22 -07:00
2017-09-26 09:54:06 -07:00
2017-08-15 20:23:23 -07:00
2017-09-03 11:04:21 -07:00
2016-09-10 23:12:53 -07:00
2017-07-04 22:35:16 +01:00
2017-07-04 22:35:15 +01:00
2017-09-06 15:22:02 +02:00
2017-09-20 13:37:16 +02:00
2017-08-09 16:57:38 -07:00
2017-09-05 09:11:45 -07:00
2017-11-06 16:48:38 +01:00
2017-04-13 13:58:22 -04:00
2017-09-06 21:22:54 -07:00
2017-07-04 22:35:17 +01:00
2017-09-25 13:19:20 -07:00
2017-08-29 15:16:52 -07:00
2017-09-12 20:37:31 -07:00
2017-09-25 13:19:19 -07:00
2017-08-09 16:57:38 -07:00
2017-06-16 11:48:39 -04:00
2017-08-09 16:57:38 -07:00
2017-09-07 20:07:13 -07:00
2017-06-13 11:07:51 +02:00
2017-03-09 18:23:27 -08:00
2017-09-05 14:39:17 -07:00
2017-10-02 11:06:07 -07:00
2017-10-03 16:27:29 -07:00
2017-09-23 10:16:53 -07:00
2017-08-24 21:57:50 -07:00
2017-09-11 22:01:44 -07:00
2017-08-07 14:48:48 -07:00
2017-09-06 21:25:52 -07:00
2017-09-14 09:55:21 -07:00
2017-08-21 17:06:42 -07:00
2017-09-19 13:51:57 -07:00
2016-10-27 16:16:09 -04:00
2017-09-18 22:51:07 +02:00
2017-08-03 09:13:51 -07:00
2017-09-01 17:42:05 -07:00
2017-09-20 15:36:18 -07:00
2017-09-04 13:25:20 +02:00
2017-08-29 15:16:52 -07:00
2017-08-16 11:27:52 -07:00
2017-04-16 23:42:49 -05:00