Searched defs:rxrpc_net (Results 1 – 1 of 1) sorted by relevance
73 struct rxrpc_net { struct74 struct proc_dir_entry *proc_net; /* Subdir in /proc/net */75 u32 epoch; /* Local epoch for detecting local-end reset */76 struct list_head calls; /* List of calls active in this namespace */77 rwlock_t call_lock; /* Lock for ->calls */79 struct list_head conn_proc_list; /* List of conns in this namespace for proc */80 struct list_head service_conns; /* Service conns in this namespace */81 rwlock_t conn_lock; /* Lock for ->conn_proc_list, ->service_conns */82 struct delayed_work service_conn_reaper;84 unsigned int nr_client_conns;[all …]