summaryrefslogtreecommitdiff
path: root/dissector_80211.h
diff options
context:
space:
mode:
Diffstat (limited to 'dissector_80211.h')
0 files changed, 0 insertions, 0 deletions
ass='commit-subject'>bridge: fdb: converge fdb_delete_by functions into one
We can simplify the logic of entries pointing to the bridge by converging the fdb_delete_by functions, this would allow us to use the same function for both cases since the fdb's dst is set to NULL if it is pointing to the bridge thus we can always check for a port match. Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat
-rw-r--r--net/bridge/br_fdb.c62
1 files changed, 15 insertions, 47 deletions
diff --git a/net/bridge/br_fdb.c b/net/bridge/br_fdb.c