Searched defs:rxrpc_local (Results 1 – 1 of 1) sorted by relevance
287 struct rxrpc_local { struct288 struct rcu_head rcu;291 struct net *net; /* The network namespace */293 struct hlist_node link;294 struct socket *socket; /* my UDP socket */295 struct task_struct *io_thread;302 struct sk_buff_head rx_queue; /* Received packets */308 bool kill_all_client_conns;309 struct list_head idle_client_conns;310 struct timer_list client_conn_reap_timer;[all …]