summaryrefslogtreecommitdiffstats
path: root/include/linux/mroute.h
diff options
context:
space:
mode:
authorYuval Mintz2018-03-26 14:01:31 +0200
committerDavid S. Miller2018-03-26 19:14:42 +0200
commitbc67a0daf8f3bc6fa8fcb68090f3c444de7f951c (patch)
tree8a04f078c99bdacd22c50739c10e63e76039ed58 /include/linux/mroute.h
parentMerge branch 'pernet-convert-part7.1' (diff)
downloadkernel-qcow2-linux-bc67a0daf8f3bc6fa8fcb68090f3c444de7f951c.tar.gz
kernel-qcow2-linux-bc67a0daf8f3bc6fa8fcb68090f3c444de7f951c.tar.xz
kernel-qcow2-linux-bc67a0daf8f3bc6fa8fcb68090f3c444de7f951c.zip
ipmr: Make vif fib notifiers common
The fib-notifiers are tightly coupled with the vif_device which is already common. Move the notifier struct definition and helpers to the common file; Currently they're only used by ipmr. Signed-off-by: Yuval Mintz <yuvalm@mellanox.com> Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/mroute.h')
-rw-r--r--include/linux/mroute.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/mroute.h b/include/linux/mroute.h
index 7ed82e4f11b3..3f70a04a5879 100644
--- a/include/linux/mroute.h
+++ b/include/linux/mroute.h
@@ -55,14 +55,6 @@ static inline bool ipmr_rule_default(const struct fib_rule *rule)
}
#endif
-struct vif_entry_notifier_info {
- struct fib_notifier_info info;
- struct net_device *dev;
- vifi_t vif_index;
- unsigned short vif_flags;
- u32 tb_id;
-};
-
#define VIFF_STATIC 0x8000
struct mfc_cache_cmp_arg {