]> git.karo-electronics.de Git - karo-tx-linux.git/commit
inet: request sock should init IPv6/IPv4 addresses
authorEric Dumazet <edumazet@google.com>
Wed, 18 Mar 2015 21:05:38 +0000 (14:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Mar 2015 02:00:35 +0000 (22:00 -0400)
commit08d2cc3b26554cae21f279b520ae5c2a3b2be421
tree6ef039c1602a24c64549663d734d10d2a382f08e
parentb4d6444ea3b50bf368639432657bcf2b4e5e1062
inet: request sock should init IPv6/IPv4 addresses

In order to be able to use sk_ehashfn() for request socks,
we need to initialize their IPv6/IPv4 addresses.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/request_sock.h
net/dccp/ipv4.c
net/ipv4/inet_diag.c
net/ipv4/syncookies.c
net/ipv4/tcp_ipv4.c