aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorGerrit Renker <gerrit@erg.abdn.ac.uk>2007-09-26 11:30:02 -0300
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 16:52:42 -0700
commitee1a15922d356aff0e31bf9bb9088ab346b8033a (patch)
treed7ace96d054e6af9f676ad63257f785f3fbb0f6e /Documentation
parent[DCCP]: Add Support for Data 1 .. 3 fields of Reset packets (diff)
downloadlinux-dev-ee1a15922d356aff0e31bf9bb9088ab346b8033a.tar.xz
linux-dev-ee1a15922d356aff0e31bf9bb9088ab346b8033a.zip
[DCCP]: Remove duplicate code for Reset from connected socket
In this patch, duplicated code is removed for the case when a Reset packet is sent from a connected socket. This code duplication is between dccp_make_reset and dccp_transmit_skb, which already contained an (up to now entirely unused) switch statement to fill in the reset code from the DCCP_SKB_CB. The only thing that has been removed is the call to dst_clone(dst), since the queue_xmit functions use sk_dst_cache anyway. I wasn't sure which purpose inet_sk_rebuild_header served, so I left it in. Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk> Signed-off-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions