/* * can in net namespaces */#ifndef __NETNS_CAN_H__#define __NETNS_CAN_H__#include <linux/spinlock.h>structdev_rcv_lists;structnetns_can{#if IS_ENABLED(CONFIG_PROC_FS)structproc_dir_entry*proc_dir;structproc_dir_entry*pde_version;structproc_dir_entry*pde_stats;structproc_dir_entry*pde_reset_stats;structproc_dir_entry*pde_rcvlist_all;structproc_dir_entry*pde_rcvlist_fil;structproc_dir_entry*pde_rcvlist_inv;structproc_dir_entry*pde_rcvlist_sff;structproc_dir_entry*pde_rcvlist_eff;structproc_dir_entry*pde_rcvlist_err;#endif/* receive filters subscribed for 'all' CAN devices */structdev_rcv_lists*can_rx_alldev_list;spinlock_tcan_rcvlists_lock;};#endif /* __NETNS_CAN_H__ */