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-07-11 06:08:58 -04:00
2017-09-01 22:49:47 +02:00
2017-11-06 16:48:38 +01:00
2017-10-01 17:55:54 -07:00
2017-04-05 10:15:20 +02:00
2017-10-03 16:27:29 -07:00
2017-09-26 20:26:45 -07:00
2017-04-12 22:02:36 +02:00
2017-09-12 20:41:02 -07:00
2017-09-18 11:40:03 -07:00
2017-08-29 10:55:20 +01:00
2017-07-21 03:38:43 +01:00
2017-04-24 12:35:56 -04:00
2017-07-01 07:39:07 -07:00
2017-07-04 22:35:19 +01:00
2017-05-27 18:51:41 -04:00
2017-08-11 14:21:42 -07:00
2017-08-11 14:59:24 -07:00
2017-07-04 22:35:16 +01:00
2017-06-13 11:04:37 +02:00
2017-07-04 01:29:04 -07:00
2017-08-31 14:42:19 -07:00
2017-07-04 22:35:15 +01:00
2017-10-01 04:15:07 +01:00
2017-10-02 11:06:07 -07:00
2017-09-21 20:42:15 -07:00
2017-08-22 14:29:30 -07:00
2017-04-14 10:06:42 +02:00
2017-09-27 11:33:27 -07:00
2017-08-03 15:35:59 -07:00
2017-09-05 11:40:08 -07:00
2017-08-24 18:21:17 -07:00
2017-06-05 10:54:55 -04:00
2017-07-04 01:29:04 -07:00
2017-08-07 11:39:22 -07:00
2017-06-15 12:12:40 -04:00
2017-10-01 17:55:54 -07:00
2017-09-03 11:01:05 -07:00
2017-08-07 11:39:21 -07:00
2017-07-17 08:59:01 -07:00
2017-09-01 17:42:05 -07:00
2017-08-29 15:32:25 -07:00
2017-04-21 13:21:30 -04:00
2017-09-29 06:19:32 +01:00
2017-09-19 16:32:24 -07:00
2017-04-28 12:00:10 +02:00
2017-08-21 17:06:42 -07:00
2017-07-04 01:29:03 -07:00
2017-07-04 22:35:17 +01:00
2017-07-04 22:35:16 +01:00
2017-07-04 22:35:15 +01:00
2017-05-30 11:55:32 -04:00
2017-09-05 11:28:43 +02:00
2017-04-01 20:21:44 -07:00
2017-09-05 09:11:45 -07:00
2017-07-01 07:39:07 -07:00
2017-09-25 20:36:17 -07:00
2017-08-03 15:35:59 -07:00
2017-07-01 07:39:09 -07:00
2017-09-03 17:08:42 -07:00
2017-07-04 22:35:17 +01:00
2017-08-29 15:16:52 -07:00
2017-08-11 13:47:01 -07:00
2017-08-11 13:47:00 -07:00
2017-08-07 11:39:21 -07:00
2017-08-07 11:39:22 -07:00
2017-07-01 07:39:08 -07:00
2017-09-21 20:42:15 -07:00
2017-08-09 16:57:38 -07:00
2017-09-19 16:30:03 -07:00
2017-06-08 10:53:29 -04:00
2017-08-25 17:10:23 -07:00
2017-09-21 20:42:15 -07:00
2017-08-24 21:57:50 -07:00
2017-08-07 14:48:48 -07:00
2017-10-01 17:55:54 -07:00
2017-06-15 12:12:40 -04:00
2017-08-23 20:42:09 -07:00
2017-08-29 15:16:52 -07:00
2017-07-24 13:52:59 -07:00
2017-09-01 17:42:05 -07:00
2017-05-16 15:41:29 -04:00
2017-08-29 15:16:52 -07:00
2017-06-14 13:52:44 +02:00
2017-07-04 22:35:18 +01:00
2017-08-31 09:04:03 +02:00