Searched refs:tipc_conn (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/net/tipc/
H A Dserver.c48 #define sock2con(x) ((struct tipc_conn *)(x)->sk_user_data)
51 * struct tipc_conn - TIPC connection structure
65 struct tipc_conn { struct
72 int (*rx_action) (struct tipc_conn *con);
88 static void tipc_clean_outqueues(struct tipc_conn *con);
92 struct tipc_conn *con = container_of(kref, struct tipc_conn, kref); tipc_conn_kref_release()
113 static void conn_put(struct tipc_conn *con) conn_put()
118 static void conn_get(struct tipc_conn *con) conn_get()
123 static struct tipc_conn *tipc_conn_lookup(struct tipc_server *s, int conid) tipc_conn_lookup()
125 struct tipc_conn *con; tipc_conn_lookup()
137 struct tipc_conn *con; sock_data_ready()
151 struct tipc_conn *con; sock_write_space()
163 static void tipc_register_callbacks(struct socket *sock, struct tipc_conn *con) tipc_register_callbacks()
178 static void tipc_unregister_callbacks(struct tipc_conn *con) tipc_unregister_callbacks()
187 static void tipc_close_conn(struct tipc_conn *con) tipc_close_conn()
214 static struct tipc_conn *tipc_alloc_conn(struct tipc_server *s) tipc_alloc_conn()
216 struct tipc_conn *con; tipc_alloc_conn()
219 con = kzalloc(sizeof(struct tipc_conn), GFP_ATOMIC); tipc_alloc_conn()
246 static int tipc_receive_from_sock(struct tipc_conn *con) tipc_receive_from_sock()
288 static int tipc_accept_from_sock(struct tipc_conn *con) tipc_accept_from_sock()
293 struct tipc_conn *newcon; tipc_accept_from_sock()
318 static struct socket *tipc_create_listen_sock(struct tipc_conn *con) tipc_create_listen_sock()
383 struct tipc_conn *con; tipc_open_listening_sock()
429 static void tipc_clean_outqueues(struct tipc_conn *con) tipc_clean_outqueues()
445 struct tipc_conn *con; tipc_conn_sendmsg()
475 struct tipc_conn *con; tipc_conn_terminate()
484 static void tipc_send_to_sock(struct tipc_conn *con) tipc_send_to_sock()
536 struct tipc_conn *con = container_of(work, struct tipc_conn, rwork); tipc_recv_work()
554 struct tipc_conn *con = container_of(work, struct tipc_conn, swork); tipc_send_work()
615 struct tipc_conn *con; tipc_server_stop()

Completed in 101 milliseconds