Pavel Emelyanov
39d8cda76c
[SOCK]: Add udp_hash member to struct proto.
...
Inspired by the commit ab1e0a13 ([SOCK] proto: Add hashinfo member to
struct proto) from Arnaldo, I made similar thing for UDP/-Lite IPv4
and -v6 protocols.
The result is not that exciting, but it removes some levels of
indirection in udpxxx_get_port and saves some space in code and text.
The first step is to union existing hashinfo and new udp_hash on the
struct proto and give a name to this union, since future initialization
of tcpxxx_prot, dccp_vx_protinfo and udpxxx_protinfo will cause gcc
warning about inability to initialize anonymous member this way.
Signed-off-by: Pavel Emelyanov <xemul@openvz.org >
Signed-off-by: David S. Miller <davem@davemloft.net >
2008-03-22 16:50:58 -07:00
..
2008-02-06 19:25:06 -06:00
2008-03-05 18:47:03 -08:00
2008-03-05 18:37:16 -08:00
2007-10-10 16:54:51 -07:00
2008-03-10 16:43:41 -07:00
2008-03-07 11:16:55 -08:00
2008-03-21 03:42:24 -07:00
2007-10-10 16:53:11 -07:00
2008-03-06 15:06:06 -08:00
2008-01-28 15:11:17 -08:00
2008-03-05 10:46:57 -08:00
2007-04-26 15:50:17 -07:00
2008-01-28 14:57:13 -08:00
2007-10-10 16:55:55 -07:00
2008-01-31 19:27:33 -08:00
2006-12-02 21:22:55 -08:00
2008-02-12 17:53:34 -08:00
2007-10-10 16:53:56 -07:00
2008-03-06 15:30:41 -05:00
2008-01-28 14:55:14 -08:00
2007-06-08 13:33:09 -07:00
2007-04-25 22:24:04 -07:00
2007-04-25 22:27:12 -07:00
2007-10-10 16:52:50 -07:00
2007-07-10 23:02:12 -07:00
2008-01-28 14:55:58 -08:00
2008-03-12 22:52:37 -07:00
2008-01-31 19:27:02 -08:00
2008-01-28 15:08:14 -08:00
2008-01-28 15:00:20 -08:00
2008-01-28 15:11:10 -08:00
2007-07-18 15:47:52 -07:00
2008-02-29 11:14:50 -08:00
2007-04-28 11:01:01 -04:00
2007-10-10 16:47:40 -07:00
2008-03-13 19:32:31 -04:00
2008-02-03 04:28:54 -08:00
2007-01-26 01:04:55 -08:00
2008-02-03 04:28:52 -08:00
2007-11-12 21:02:51 -08:00
2008-02-03 04:28:52 -08:00
2008-01-28 14:53:45 -08:00
2008-01-28 15:10:40 -08:00
2008-03-22 16:50:58 -07:00
2008-03-22 16:35:29 -07:00
2008-02-03 04:28:54 -08:00
2007-11-12 21:27:28 -08:00
2006-12-22 11:12:07 -08:00
2008-03-04 13:48:30 -08:00
2008-03-05 10:48:10 -08:00
2008-02-23 20:19:20 -08:00
2008-02-05 02:54:16 -08:00
2008-01-28 15:01:08 -08:00
2008-01-28 15:10:36 -08:00
2007-10-10 16:55:55 -07:00
2006-12-02 21:21:09 -08:00
2008-01-28 14:53:47 -08:00
2008-03-21 04:14:45 -07:00
2007-04-25 22:25:31 -07:00
2007-10-10 16:52:14 -07:00
2007-10-10 16:49:07 -07:00
2008-02-29 11:46:17 -08:00
2007-04-25 22:24:59 -07:00
2008-03-07 16:03:01 -05:00
2007-07-10 22:15:42 -07:00
2008-02-29 11:13:15 -08:00
2008-03-04 15:18:23 +09:00
2008-03-07 11:08:40 -08:00
2008-01-28 14:53:38 -08:00
2008-02-05 09:44:20 -08:00
2008-01-28 15:11:09 -08:00
2007-02-12 09:48:44 -08:00
2008-01-31 19:28:34 -08:00
2008-01-28 15:11:10 -08:00
2008-01-28 14:57:12 -08:00
2008-01-31 19:27:26 -08:00
2008-01-28 14:54:29 -08:00
2007-04-25 22:27:55 -07:00
2008-03-21 16:33:01 -07:00
2007-10-07 23:44:17 -07:00
2008-01-31 19:28:27 -08:00
2007-10-10 16:49:10 -07:00
2008-01-28 15:11:11 -08:00
2007-10-19 11:53:40 -07:00
2008-01-28 14:59:38 -08:00
2008-03-22 16:50:58 -07:00
2008-03-21 16:33:01 -07:00
2006-12-07 08:39:25 -08:00
2008-03-06 16:22:02 -08:00
2008-03-21 04:14:17 -07:00
2008-03-06 16:22:02 -08:00
2007-10-10 16:49:10 -07:00
2008-02-29 15:19:32 -05:00
2007-02-08 13:34:36 -08:00
2007-04-25 22:24:32 -07:00
2008-03-18 00:37:55 -07:00