commit | 025d89c27f54c69cd0e51666d88aada33666bb6c | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Sat Feb 27 19:41:43 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Feb 28 00:48:44 2010 -0800 |
tree | 73063f6189c25d55c71ae6dad96a3711df87b7a6 | |
parent | 6088a539d8d1666dca6979b5759bf966ee9124ef [diff] |
bridge: Split may_deliver/deliver_clone out of br_flood This patch moves the main loop body in br_flood into the function may_deliver. The code that clones an skb and delivers it is moved into the deliver_clone function. This allows this to be reused by the future multicast forward function. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>