Eric Dumazet cfe673b0ae ip: constify ip_build_and_send_pkt() socket argument
This function is used to build and send SYNACK packets,
possibly on behalf of unlocked listener socket.

Make sure we did not miss a write by making this socket const.

We no longer can use ip_select_ident() and have to either
set iph->id to 0 or directly call __ip_select_ident()

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-09-25 13:00:38 -07:00
..
2015-09-01 15:52:35 +02:00
2015-09-05 18:21:14 -07:00
2015-09-09 08:33:31 -07:00
2015-09-02 12:22:54 -07:00
2015-09-08 17:22:35 -07:00
2015-09-08 14:35:59 -07:00