]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net: ipv6: mld: introduce mld_{gq, ifc, dad}_stop_timer functions
authorDaniel Borkmann <dborkman@redhat.com>
Tue, 3 Sep 2013 22:19:43 +0000 (00:19 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Sep 2013 18:53:21 +0000 (14:53 -0400)
commitb4af8def5c083e5424c66051fe400444a01c4644
tree781f3e4fea6356d28340c5acc5aa89f8f1f001f0
parent2b7c121f82b47ba5efac1ef47355376d1f8d6980
net: ipv6: mld: introduce mld_{gq, ifc, dad}_stop_timer functions

We already have mld_{gq,ifc,dad}_start_timer() functions, so introduce
mld_{gq,ifc,dad}_stop_timer() functions to reduce code size and make it
more readable.

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Cc: Hannes Frederic Sowa <hannes@stressinduktion.org>
Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/mcast.c