Home
last modified time | relevance | path

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

/Linux-v4.19/net/9p/
Dtrans_fd.c128 struct p9_conn { struct
129 struct list_head mux_list;
130 struct p9_client *client;
131 int err;
132 struct list_head req_list;
133 struct list_head unsent_req_list;
134 struct p9_req_t *req;
135 char tmp_buf[7];
159 struct p9_conn conn; argument