llc: use a device based hash table to speed up multicast delivery
[cascardo/linux.git] / include / net / llc_conn.h
index fe982fd..2f97d8d 100644 (file)
@@ -77,6 +77,7 @@ struct llc_sock {
                                              received and caused sending FRMR.
                                              Used for resending FRMR */
        u32                 cmsg_flags;
+       struct hlist_node   dev_hash_node;
 };
 
 static inline struct llc_sock *llc_sk(const struct sock *sk)