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-08-30 18:12:36 -04:00
2015-03-02 16:43:41 -05:00
2015-03-06 21:50:02 -05:00
2015-09-25 12:25:16 -07:00
2015-08-24 14:48:10 -07:00
2015-09-25 12:27:22 -07:00
2015-08-31 12:45:09 -07:00
2015-09-24 12:25:23 -07:00
2015-09-03 15:43:05 -07:00
2015-09-09 08:33:31 -07:00