]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - include/net/if_inet6.h
Merge tag 'spi-fix-v5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
[mirror_ubuntu-jammy-kernel.git] / include / net / if_inet6.h
index 71bb4cc4d05de30f390bd02fd63c1fc0a6ccc13f..653e7d0f65cb7a5e7458daf860215d1873c532e7 100644 (file)
@@ -82,9 +82,6 @@ struct ip6_sf_socklist {
        struct in6_addr         sl_addr[];
 };
 
-#define IP6_SFLSIZE(count)     (sizeof(struct ip6_sf_socklist) + \
-       (count) * sizeof(struct in6_addr))
-
 #define IP6_SFBLOCK    10      /* allocate this many at once */
 
 struct ipv6_mc_socklist {
@@ -213,6 +210,8 @@ struct inet6_dev {
 
        unsigned long           tstamp; /* ipv6InterfaceTable update timestamp */
        struct rcu_head         rcu;
+
+       unsigned int            ra_mtu;
 };
 
 static inline void ipv6_eth_mc_map(const struct in6_addr *addr, char *buf)