]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - net/netlink/af_netlink.h
Merge branch 'stable-4.6' of git://git.infradead.org/users/pcmoore/audit
[mirror_ubuntu-jammy-kernel.git] / net / netlink / af_netlink.h
index 14437d9b1965dcf3d3f085e4aba1f804bdc6f652..e68ef9ccd7039df76db504060912c0491ce98589 100644 (file)
@@ -44,12 +44,6 @@ struct netlink_sock {
        int                     (*netlink_bind)(struct net *net, int group);
        void                    (*netlink_unbind)(struct net *net, int group);
        struct module           *module;
-#ifdef CONFIG_NETLINK_MMAP
-       struct mutex            pg_vec_lock;
-       struct netlink_ring     rx_ring;
-       struct netlink_ring     tx_ring;
-       atomic_t                mapped;
-#endif /* CONFIG_NETLINK_MMAP */
 
        struct rhash_head       node;
        struct rcu_head         rcu;
@@ -60,15 +54,6 @@ static inline struct netlink_sock *nlk_sk(struct sock *sk)
        return container_of(sk, struct netlink_sock, sk);
 }
 
-static inline bool netlink_skb_is_mmaped(const struct sk_buff *skb)
-{
-#ifdef CONFIG_NETLINK_MMAP
-       return NETLINK_CB(skb).flags & NETLINK_SKB_MMAPED;
-#else
-       return false;
-#endif /* CONFIG_NETLINK_MMAP */
-}
-
 struct netlink_table {
        struct rhashtable       hash;
        struct hlist_head       mc_list;