net: ipv6: mld: refactor query processing into v1/v2 functions
authorDaniel Borkmann <dborkman@redhat.com>
Tue, 3 Sep 2013 22:19:42 +0000 (00:19 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Sep 2013 18:53:21 +0000 (14:53 -0400)
commit2b7c121f82b47ba5efac1ef47355376d1f8d6980
treebe901749cef8a7d65ad9ecccd5704e55fe975afc
parentcc7f7ab758f66a9110c8e737c3de3e9f5fc209b5
net: ipv6: mld: refactor query processing into v1/v2 functions

Make igmp6_event_query() a bit easier to read by refactoring code
parts into mld_process_v1() and mld_process_v2().

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