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-25 13:38:50 -07:00
2015-09-17 17:18:37 -07:00
2015-09-01 14:32:44 -07:00
2015-09-01 14:32:44 -07:00
2015-08-29 13:05:16 -07:00
2015-08-29 13:07:54 -07:00
2015-09-17 17:18:37 -07:00
2015-09-17 17:18:37 -07:00
2015-09-17 17:18:37 -07:00
2015-07-09 21:09:10 -07:00
2015-09-17 17:18:37 -07:00
2015-09-21 16:19:01 -07:00
2015-07-09 14:22:52 -07:00
2015-07-09 14:22:52 -07:00
2015-09-21 16:19:01 -07:00
2015-07-09 14:22:52 -07:00
2015-07-09 14:22:52 -07:00
2015-08-13 22:43:20 -07:00
2015-09-17 17:18:37 -07:00
2015-09-15 12:01:41 -07:00