Searched hist:"959 d10f6bbf6ab5b8813c4e37540a2e43ca2ae96" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | igmp.h | diff 959d10f6bbf6ab5b8813c4e37540a2e43ca2ae96 Tue Feb 17 05:19:24 CST 2015 Eric Dumazet <edumazet@google.com> igmp: add __ip_mc_{join|leave}_group()
There is a need to perform igmp join/leave operations while RTNL is held.
Make ip_mc_{join|leave}_group() wrappers around __ip_mc_{join|leave}_group() to avoid the proliferation of work queues.
For example, vxlan_igmp_join() could possibly be removed.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/ipv4/ |
H A D | igmp.c | diff 959d10f6bbf6ab5b8813c4e37540a2e43ca2ae96 Tue Feb 17 05:19:24 CST 2015 Eric Dumazet <edumazet@google.com> igmp: add __ip_mc_{join|leave}_group()
There is a need to perform igmp join/leave operations while RTNL is held.
Make ip_mc_{join|leave}_group() wrappers around __ip_mc_{join|leave}_group() to avoid the proliferation of work queues.
For example, vxlan_igmp_join() could possibly be removed.
Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|