Symbol: tipc_conn
net/tipc/subscr.h
48
struct tipc_conn;
net/tipc/topsrv.c
117
static void tipc_conn_delete_sub(struct tipc_conn *con, struct tipc_subscr *s);
net/tipc/topsrv.c
119
static bool connected(struct tipc_conn *con)
net/tipc/topsrv.c
126
struct tipc_conn *con = container_of(kref, struct tipc_conn, kref);
net/tipc/topsrv.c
146
static void conn_put(struct tipc_conn *con)
net/tipc/topsrv.c
151
static void conn_get(struct tipc_conn *con)
net/tipc/topsrv.c
156
static void tipc_conn_close(struct tipc_conn *con)
net/tipc/topsrv.c
180
static struct tipc_conn *tipc_conn_alloc(struct tipc_topsrv *s, struct socket *sock)
net/tipc/topsrv.c
182
struct tipc_conn *con;
net/tipc/topsrv.c
216
static struct tipc_conn *tipc_conn_lookup(struct tipc_topsrv *s, int conid)
net/tipc/topsrv.c
218
struct tipc_conn *con;
net/tipc/topsrv.c
231
static void tipc_conn_delete_sub(struct tipc_conn *con, struct tipc_subscr *s)
net/tipc/topsrv.c
249
static void tipc_conn_send_to_sock(struct tipc_conn *con)
net/tipc/topsrv.c
303
struct tipc_conn *con = container_of(work, struct tipc_conn, swork);
net/tipc/topsrv.c
319
struct tipc_conn *con;
net/tipc/topsrv.c
349
struct tipc_conn *con;
net/tipc/topsrv.c
362
struct tipc_conn *con,
net/tipc/topsrv.c
388
static int tipc_conn_rcv_from_sock(struct tipc_conn *con)
net/tipc/topsrv.c
420
struct tipc_conn *con = container_of(work, struct tipc_conn, rwork);
net/tipc/topsrv.c
441
struct tipc_conn *con;
net/tipc/topsrv.c
459
struct tipc_conn *con;
net/tipc/topsrv.c
577
struct tipc_conn *con;
net/tipc/topsrv.c
602
struct tipc_conn *con;
net/tipc/topsrv.c
700
struct tipc_conn *con;