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-09-24 07:21:05 -07:00
2009-10-01 16:11:16 -07:00
2009-09-21 15:14:58 +02:00
2009-08-31 17:44:05 -10:00
2009-09-24 07:47:42 -04:00
2009-10-01 20:23:15 -07:00
2009-09-26 10:10:35 -07:00
2009-10-04 15:05:10 -07:00
2009-09-11 09:20:26 +02:00
2009-09-23 07:39:28 -07:00
2009-09-23 07:39:29 -07:00
2009-09-23 09:10:34 -05:00
2009-09-24 07:47:38 -04:00
2009-09-24 07:53:22 -07:00
2009-09-24 07:53:22 -07:00
2009-10-03 11:24:19 -07:00
2009-09-30 09:31:14 -07:00
2009-09-27 11:39:25 -07:00
2009-09-27 11:39:25 -07:00
2009-09-24 07:47:42 -04:00
2009-09-24 07:47:42 -04:00
2009-09-24 08:32:11 -07:00
2009-09-24 07:47:42 -04:00
2009-09-16 17:44:10 +02:00
2009-10-01 16:11:11 -07:00
2009-09-23 10:07:49 -07:00
2009-09-24 07:47:42 -04:00
2009-09-23 18:13:10 -07:00
2009-09-23 07:39:57 -07:00
2009-09-27 11:39:25 -07:00
2009-09-27 11:39:25 -07:00
2009-10-01 16:11:11 -07:00
2009-10-01 16:11:11 -07:00
2009-09-30 09:31:14 -07:00
2009-08-28 12:51:14 -04:00
2009-09-24 08:32:11 -07:00
2009-10-18 18:52:53 -07:00
2009-10-01 16:11:11 -07:00
2009-10-04 21:04:38 +02:00
2009-09-24 17:11:24 -07:00
2009-09-23 07:39:30 -07:00
2009-09-22 07:17:24 -07:00
2009-09-24 08:41:47 -04:00
2009-09-22 07:17:24 -07:00
2009-09-24 07:21:05 -07:00
2009-09-24 07:47:42 -04:00
2009-09-22 07:17:24 -07:00
2009-09-27 11:39:25 -07:00
2009-09-27 11:39:25 -07:00
2009-09-14 19:13:01 +02:00
2009-09-27 11:39:25 -07:00
2009-09-23 07:39:29 -07:00
2009-10-04 15:05:10 -07:00
2009-09-24 08:41:47 -04:00
2009-09-24 07:21:02 -07:00
2009-09-24 07:21:01 -07:00
2009-09-24 07:21:03 -07:00
2009-10-01 21:15:46 +02:00
2009-09-24 07:47:41 -04:00
2009-09-25 09:27:30 -07:00
2009-09-24 07:21:03 -07:00
2009-09-24 08:40:15 -04:00
2009-09-24 07:21:04 -07:00
2009-09-23 07:39:29 -07:00
2009-09-24 07:21:05 -07:00
2009-09-24 07:21:01 -07:00
2009-09-24 07:21:04 -07:00
2009-09-26 00:10:40 +02:00
2009-09-24 07:47:27 -04:00
2009-09-24 08:40:15 -04:00
2009-09-24 07:47:31 -04:00
2009-09-22 07:17:41 -07:00
2009-09-24 07:47:30 -04:00
2009-09-22 07:17:25 -07:00
2009-09-11 08:55:49 -07:00
2009-09-24 08:40:15 -04:00
2009-09-23 09:21:05 -07:00
2009-09-24 07:47:34 -04:00
2009-10-04 15:05:10 -07:00
2009-09-24 07:47:35 -04:00
2009-09-14 17:55:15 -07:00
2009-09-24 07:47:41 -04:00
2009-09-23 07:39:29 -07:00
2009-09-10 10:11:22 +10:00