aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc')
-rw-r--r--net/tipc/topsrv.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/net/tipc/topsrv.c b/net/tipc/topsrv.c
index c8e34ef22c30..c782b352d928 100644
--- a/net/tipc/topsrv.c
+++ b/net/tipc/topsrv.c
@@ -57,16 +57,12 @@
57 * @idr_lock: protect the connection identifier set 57 * @idr_lock: protect the connection identifier set
58 * @idr_in_use: amount of allocated identifier entry 58 * @idr_in_use: amount of allocated identifier entry
59 * @net: network namspace instance 59 * @net: network namspace instance
60 * @rcvbuf_cache: memory cache of server receive buffer 60 * @awork: accept work item
61 * @rcv_wq: receive workqueue 61 * @rcv_wq: receive workqueue
62 * @send_wq: send workqueue 62 * @send_wq: send workqueue
63 * @max_rcvbuf_size: maximum permitted receive message length 63 * @max_rcvbuf_size: maximum permitted receive message length
64 * @tipc_conn_new: callback will be called when new connection is incoming 64 * @listener: topsrv listener socket
65 * @tipc_conn_release: callback will be called before releasing the connection
66 * @tipc_conn_recvmsg: callback will be called when message arrives
67 * @name: server name 65 * @name: server name
68 * @imp: message importance
69 * @type: socket type
70 */ 66 */
71struct tipc_topsrv { 67struct tipc_topsrv {
72 struct idr conn_idr; 68 struct idr conn_idr;
@@ -90,9 +86,7 @@ struct tipc_topsrv {
90 * @server: pointer to connected server 86 * @server: pointer to connected server
91 * @sub_list: lsit to all pertaing subscriptions 87 * @sub_list: lsit to all pertaing subscriptions
92 * @sub_lock: lock protecting the subscription list 88 * @sub_lock: lock protecting the subscription list
93 * @outqueue_lock: control access to the outqueue
94 * @rwork: receive work item 89 * @rwork: receive work item
95 * @rx_action: what to do when connection socket is active
96 * @outqueue: pointer to first outbound message in queue 90 * @outqueue: pointer to first outbound message in queue
97 * @outqueue_lock: control access to the outqueue 91 * @outqueue_lock: control access to the outqueue
98 * @swork: send work item 92 * @swork: send work item