Searched defs:rxrpc_net (Results 1 – 1 of 1) sorted by relevance
86 struct rxrpc_net { struct87 struct proc_dir_entry *proc_net; /* Subdir in /proc/net */88 u32 epoch; /* Local epoch for detecting local-end reset */89 struct list_head calls; /* List of calls active in this namespace */90 spinlock_t call_lock; /* Lock for ->calls */91 atomic_t nr_calls; /* Count of allocated calls */93 atomic_t nr_conns;94 struct list_head bundle_proc_list; /* List of bundles for proc */95 struct list_head conn_proc_list; /* List of conns in this namespace for proc */96 struct list_head service_conns; /* Service conns in this namespace */[all …]