Home
last modified time | relevance | path

Searched defs:rxrpc_net (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/net/rxrpc/
Dar-internal.h63 struct rxrpc_net { struct
64 struct proc_dir_entry *proc_net; /* Subdir in /proc/net */
65 u32 epoch; /* Local epoch for detecting local-end reset */
66 struct list_head calls; /* List of calls active in this namespace */
67 spinlock_t call_lock; /* Lock for ->calls */
68 atomic_t nr_calls; /* Count of allocated calls */
70 atomic_t nr_conns;
71 struct list_head conn_proc_list; /* List of conns in this namespace for proc */
72 struct list_head service_conns; /* Service conns in this namespace */
73 rwlock_t conn_lock; /* Lock for ->conn_proc_list, ->service_conns */
[all …]
/kernel/linux/linux-5.10/net/rxrpc/
Dar-internal.h57 struct rxrpc_net { struct
58 struct proc_dir_entry *proc_net; /* Subdir in /proc/net */
59 u32 epoch; /* Local epoch for detecting local-end reset */
60 struct list_head calls; /* List of calls active in this namespace */
61 rwlock_t call_lock; /* Lock for ->calls */
62 atomic_t nr_calls; /* Count of allocated calls */
64 atomic_t nr_conns;
65 struct list_head conn_proc_list; /* List of conns in this namespace for proc */
66 struct list_head service_conns; /* Service conns in this namespace */
67 rwlock_t conn_lock; /* Lock for ->conn_proc_list, ->service_conns */
[all …]