]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1295039cef7556e93a5eaba583804604892b0f38
treebe901749cef8a7d65ad9ecccd5704e55fe975afc
parent8baee1c3f9d7077cb4c477d62d9b8b16891c8244
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