[DCCP]: Generalize dccp_v4_send_reset
authorArnaldo Carvalho de Melo <acme@mandriva.com>
Tue, 21 Mar 2006 03:25:24 +0000 (19:25 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Mar 2006 03:25:24 +0000 (19:25 -0800)
commit017487d7d1e905a5bb529f6a2bc8cf8ea14e2307
tree6a68904ea48ccae0c4c17f7dc248831fd46bd3e6
parente55d912f5b75723159348a7fc7692f869a86636a
[DCCP]: Generalize dccp_v4_send_reset

Renaming it to dccp_send_reset and moving it from the ipv4 specific
code to the core dccp code.

This fixes some bugs in IPV6 where timers would send v4 resets, etc.

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/dccp.h
net/dccp/input.c
net/dccp/ipv4.c
net/dccp/output.c
net/dccp/timer.c