Eric Dumazet
c720c7e838
inet: rename some inet_sock fields
...
In order to have better cache layouts of struct sock (separate zones
for rx/tx paths), we need this preliminary patch.
Goal is to transfert fields used at lookup time in the first
read-mostly cache line (inside struct sock_common) and move sk_refcnt
to a separate cache line (only written by rx path)
This patch adds inet_ prefix to daddr, rcv_saddr, dport, num, saddr,
sport and id fields. This allows a future patch to define these
fields as macros, like sk_refcnt, without name clashes.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-10-18 18:52:53 -07:00
..
2009-09-23 13:03:46 -05:00
2009-10-07 01:10:46 -07:00
2009-08-05 10:42:58 -07:00
2009-06-19 00:10:40 -07:00
2009-09-10 18:17:09 -07:00
2009-09-01 17:40:31 -07:00
2009-10-14 15:04:17 -07:00
2009-09-30 16:12:20 -07:00
2009-08-17 21:33:49 -07:00
2009-09-15 02:37:40 -07:00
2009-08-12 21:54:50 -07:00
2008-11-26 15:32:27 -08:00
2009-09-01 17:40:57 -07:00
2009-01-21 14:01:59 -08:00
2009-03-24 23:32:03 -07:00
2009-10-07 16:39:46 -04:00
2008-11-19 15:44:53 -08:00
2009-03-28 15:01:36 +11:00
2009-10-12 23:40:10 -07:00
2009-09-01 01:24:30 -07:00
2008-11-27 00:12:47 -08:00
2008-11-27 23:04:13 -08:00
2009-03-21 19:06:54 -07:00
2009-09-01 17:40:31 -07:00
2009-09-01 17:40:31 -07:00
2009-03-27 00:16:21 -07:00
2009-05-20 17:26:23 -07:00
2008-11-25 17:35:18 -08:00
2009-10-07 01:07:42 -07:00
2009-07-12 14:03:27 -07:00
2009-03-27 20:12:52 -04:00
2009-08-19 23:08:22 +04:00
2009-07-23 17:08:51 +04:00
2009-03-21 13:29:05 -07:00
2009-10-18 18:52:53 -07:00
2009-09-30 16:12:20 -07:00
2009-02-14 22:58:35 -08:00
2009-02-26 23:13:35 -08:00
2009-10-18 18:52:53 -07:00
2009-10-18 18:52:53 -07:00
2009-10-18 18:52:53 -07:00
2009-07-30 18:52:15 -07:00
2009-06-03 02:51:04 -07:00
2009-10-05 00:21:56 -07:00
2009-08-05 10:42:58 -07:00
2009-10-18 18:52:53 -07:00
2009-10-07 01:07:37 -07:00
2009-09-30 16:12:20 -07:00
2009-02-14 22:58:35 -08:00
2009-10-07 16:39:43 -04:00
2008-11-21 11:42:55 -05:00
2009-10-12 15:55:53 -04:00
2009-09-24 07:21:04 -07:00
2009-09-01 17:40:57 -07:00
2009-10-07 16:39:43 -04:00
2009-01-06 11:38:15 -07:00
2009-03-28 15:01:37 +11:00
2009-08-25 16:07:40 +02:00
2009-01-21 14:02:01 -08:00
2009-08-19 23:08:22 +04:00
2008-11-16 23:01:49 -08:00
2009-09-01 17:59:25 -07:00
2009-09-14 17:03:05 -07:00
2009-03-21 19:06:50 -07:00
2009-06-23 04:31:07 -07:00
2009-04-22 16:57:17 -04:00
2008-11-21 16:45:22 -08:00
2009-07-26 19:11:14 -07:00
2009-06-03 02:51:02 -07:00
2009-09-10 18:17:09 -07:00
2009-09-15 02:53:07 -07:00
2009-07-05 19:16:10 -07:00
2009-04-27 02:45:02 -07:00
2009-10-13 12:55:20 -07:00
2009-09-30 16:12:20 -07:00
2008-11-21 16:45:22 -08:00
2009-09-02 01:03:49 -07:00
2009-10-07 22:00:22 -07:00
2008-10-29 01:41:45 -07:00
2009-10-07 16:39:43 -04:00
2009-06-03 14:06:13 -04:00
2009-08-19 23:08:20 +04:00
2009-06-16 05:40:30 -07:00
2009-07-30 18:52:15 -07:00