aboutsummaryrefslogtreecommitdiff
path: root/include/net/ip_fib.h
diff options
context:
space:
mode:
authorJulia Cartwright <julia@ni.com>2018-12-20 15:24:03 -0600
committerJulia Cartwright <julia@ni.com>2018-12-20 15:24:03 -0600
commitb45844901c47b3652cff1f7a2dbf4d1400067c77 (patch)
treed3841267d1fc34fefc8e34e9b531fa410554033a /include/net/ip_fib.h
parentbc95fbbe0f722127c6ef5fc7700356b1d1fc53b0 (diff)
parent1d326a94d1039e4543edd97cbaf0fc38d2cefbb5 (diff)
Merge tag 'v4.9.134' into v4.9-rt
This is the 4.9.134 stable release
Diffstat (limited to 'include/net/ip_fib.h')
-rw-r--r--include/net/ip_fib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h
index 978387d6c3e6..a6446d72c5d9 100644
--- a/include/net/ip_fib.h
+++ b/include/net/ip_fib.h
@@ -363,6 +363,7 @@ int ip_fib_check_default(__be32 gw, struct net_device *dev);
int fib_sync_down_dev(struct net_device *dev, unsigned long event, bool force);
int fib_sync_down_addr(struct net_device *dev, __be32 local);
int fib_sync_up(struct net_device *dev, unsigned int nh_flags);
+void fib_sync_mtu(struct net_device *dev, u32 orig_mtu);
extern u32 fib_multipath_secret __read_mostly;