Searched defs:rxrpc_local (Results 1 – 1 of 1) sorted by relevance
276 struct rxrpc_local { struct277 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