summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
diff options
context:
space:
mode:
authorEric Dumazet2015-09-25 16:39:16 +0200
committerDavid S. Miller2015-09-25 22:00:38 +0200
commitcfe673b0ae4754ffc051482f4a948b67ddbeec10 (patch)
treec521e7c60858ec4b86ab8199e1717e9a9df44b1e /net/ipv4/tcp_output.c
parenttcp: md5: constify tcp_md5_do_lookup() socket argument (diff)
downloadkernel-qcow2-linux-cfe673b0ae4754ffc051482f4a948b67ddbeec10.tar.gz
kernel-qcow2-linux-cfe673b0ae4754ffc051482f4a948b67ddbeec10.tar.xz
kernel-qcow2-linux-cfe673b0ae4754ffc051482f4a948b67ddbeec10.zip
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>
Diffstat (limited to 'net/ipv4/tcp_output.c')
0 files changed, 0 insertions, 0 deletions