]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commita9b8259df745a2ee3fab8c6e78ae8b61f958924b
tree6a68904ea48ccae0c4c17f7dc248831fd46bd3e6
parented7b49e2b556dc5bea3cd0e235ce4a96abacc754
[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