]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/net/raw.h
ipv4: ipmr: support multiple tables
[mirror_ubuntu-bionic-kernel.git] / include / net / raw.h
index 67cc64369432b059f1a641cf48e7741566fa5195..43c57502659b230c637d9c8d1e21aa986bde3de9 100644 (file)
@@ -61,6 +61,7 @@ struct raw_sock {
        /* inet_sock has to be the first member */
        struct inet_sock   inet;
        struct icmp_filter filter;
+       u32                ipmr_table;
 };
 
 static inline struct raw_sock *raw_sk(const struct sock *sk)