diff options
Diffstat (limited to 'include/linux/if_bridge.h')
-rw-r--r-- | include/linux/if_bridge.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/if_bridge.h b/include/linux/if_bridge.h index dad8b00beed2..a338a688ee4a 100644 --- a/include/linux/if_bridge.h +++ b/include/linux/if_bridge.h | |||
@@ -46,6 +46,12 @@ struct br_ip_list { | |||
46 | #define BR_LEARNING_SYNC BIT(9) | 46 | #define BR_LEARNING_SYNC BIT(9) |
47 | #define BR_PROXYARP_WIFI BIT(10) | 47 | #define BR_PROXYARP_WIFI BIT(10) |
48 | 48 | ||
49 | /* values as per ieee8021QBridgeFdbAgingTime */ | ||
50 | #define BR_MIN_AGEING_TIME (10 * HZ) | ||
51 | #define BR_MAX_AGEING_TIME (1000000 * HZ) | ||
52 | |||
53 | #define BR_DEFAULT_AGEING_TIME (300 * HZ) | ||
54 | |||
49 | extern void brioctl_set(int (*ioctl_hook)(struct net *, unsigned int, void __user *)); | 55 | extern void brioctl_set(int (*ioctl_hook)(struct net *, unsigned int, void __user *)); |
50 | 56 | ||
51 | typedef int br_should_route_hook_t(struct sk_buff *skb); | 57 | typedef int br_should_route_hook_t(struct sk_buff *skb); |