Home
last modified time | relevance | path

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

/linux-4.1.27/net/tipc/
Dserver.c48 #define sock2con(x) ((struct tipc_conn *)(x)->sk_user_data)
65 struct tipc_conn { struct
72 int (*rx_action) (struct tipc_conn *con); argument
88 static void tipc_clean_outqueues(struct tipc_conn *con); argument
92 struct tipc_conn *con = container_of(kref, struct tipc_conn, kref); in tipc_conn_kref_release()
113 static void conn_put(struct tipc_conn *con) in conn_put()
118 static void conn_get(struct tipc_conn *con) in conn_get()
123 static struct tipc_conn *tipc_conn_lookup(struct tipc_server *s, int conid) in tipc_conn_lookup()
125 struct tipc_conn *con; in tipc_conn_lookup()
137 struct tipc_conn *con; in sock_data_ready()
[all …]