1
0
Files
linux/net/dccp
Octavian Purdila 476eab8251 net: remove inet6_reqsk_alloc
Since pktops is only used for IPv6 only and opts is used for IPv4
only, we can move these fields into a union and this allows us to drop
the inet6_reqsk_alloc function as after this change it becomes
equivalent with inet_reqsk_alloc.

This patch also fixes a kmemcheck issue in the IPv6 stack: the flags
field was not annotated after a request_sock was allocated.

Signed-off-by: Octavian Purdila <octavian.purdila@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-06-27 15:53:35 -07:00
..
2014-02-16 23:45:00 -05:00
2014-01-04 20:18:49 -05:00
2014-05-23 16:28:53 -04:00
2014-06-27 15:53:35 -07:00
2014-01-04 20:18:49 -05:00
2014-05-07 16:06:05 -04:00