Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/rxrpc/
A Dar-internal.h276 struct rxrpc_local { struct
277 struct rcu_head rcu;
280 struct net *net; /* The network namespace */
282 struct hlist_node link;
283 struct socket *socket; /* my UDP socket */
284 struct task_struct *io_thread;
290 struct sk_buff_head rx_queue; /* Received packets */
296 bool kill_all_client_conns;
297 struct list_head idle_client_conns;
298 struct timer_list client_conn_reap_timer;
[all …]

Completed in 11 milliseconds