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