net/tipc/diag.c
51
struct tipc_sock *tsk)
net/tipc/socket.c
1006
struct tipc_sock *tsk = tipc_sk(sk);
net/tipc/socket.c
1088
struct tipc_sock *tsk = tipc_sk(sk);
net/tipc/socket.c
1161
struct tipc_sock *tsk = tipc_sk(sk);
net/tipc/socket.c
1272
static void tipc_sk_push_backlog(struct tipc_sock *tsk, bool nagle_ack)
net/tipc/socket.c
1326
static void tipc_sk_conn_proto_rcv(struct tipc_sock *tsk, struct sk_buff *skb,
net/tipc/socket.c
1414
struct tipc_sock *tsk = tipc_sk(sk);
net/tipc/socket.c
151
static int tipc_sk_publish(struct tipc_sock *tsk, struct tipc_uaddr *ua);
net/tipc/socket.c
152
static int tipc_sk_withdraw(struct tipc_sock *tsk, struct tipc_uaddr *ua);
net/tipc/socket.c
153
static int tipc_sk_leave(struct tipc_sock *tsk);
net/tipc/socket.c
154
static struct tipc_sock *tipc_sk_lookup(struct net *net, u32 portid);
net/tipc/socket.c
155
static int tipc_sk_insert(struct tipc_sock *tsk);
net/tipc/socket.c
156
static void tipc_sk_remove(struct tipc_sock *tsk);
net/tipc/socket.c
1563
struct tipc_sock *tsk = tipc_sk(sk);
net/tipc/socket.c
159
static void tipc_sk_push_backlog(struct tipc_sock *tsk, bool nagle_ack);
net/tipc/socket.c
1662
static void tipc_sk_finish_conn(struct tipc_sock *tsk, u32 peer_port,
net/tipc/socket.c
168
static u32 tsk_own_node(struct tipc_sock *tsk)
net/tipc/socket.c
173
static u32 tsk_peer_node(struct tipc_sock *tsk)
net/tipc/socket.c
1738
struct tipc_sock *tsk)
net/tipc/socket.c
178
static u32 tsk_peer_port(struct tipc_sock *tsk)
net/tipc/socket.c
1794
static struct sk_buff *tipc_sk_build_ack(struct tipc_sock *tsk)
net/tipc/socket.c
1821
static void tipc_sk_send_ack(struct tipc_sock *tsk)
net/tipc/socket.c
183
static bool tsk_unreliable(struct tipc_sock *tsk)
net/tipc/socket.c
188
static void tsk_set_unreliable(struct tipc_sock *tsk, bool unreliable)
net/tipc/socket.c
1891
struct tipc_sock *tsk = tipc_sk(sk);
net/tipc/socket.c
193
static bool tsk_unreturnable(struct tipc_sock *tsk)
net/tipc/socket.c
198
static void tsk_set_unreturnable(struct tipc_sock *tsk, bool unreturnable)
net/tipc/socket.c
2019
struct tipc_sock *tsk = tipc_sk(sk);
net/tipc/socket.c
203
static int tsk_importance(struct tipc_sock *tsk)
net/tipc/socket.c
208
static struct tipc_sock *tipc_sk(const struct sock *sk)
net/tipc/socket.c
210
return container_of(sk, struct tipc_sock, sk);
net/tipc/socket.c
2154
struct tipc_sock *tsk = tipc_sk(sk);
net/tipc/socket.c
2195
static bool tipc_sk_filter_connect(struct tipc_sock *tsk, struct sk_buff *skb,
net/tipc/socket.c
221
static bool tsk_conn_cong(struct tipc_sock *tsk)
net/tipc/socket.c
2313
struct tipc_sock *tsk = tipc_sk(sk);
net/tipc/socket.c
2343
struct tipc_sock *tsk = tipc_sk(sk);
net/tipc/socket.c
244
static u16 tsk_inc(struct tipc_sock *tsk, int msglen)
net/tipc/socket.c
2490
struct tipc_sock *tsk;
net/tipc/socket.c
253
static void tsk_set_nagle(struct tipc_sock *tsk)
net/tipc/socket.c
2579
struct tipc_sock *tsk = tipc_sk(sk);
net/tipc/socket.c
2725
struct tipc_sock *new_tsock;
net/tipc/socket.c
2833
struct tipc_sock *tsk = tipc_sk(sk);
net/tipc/socket.c
2858
struct tipc_sock *tsk = tipc_sk(sk);
net/tipc/socket.c
2873
struct tipc_sock *tsk = tipc_sk(sk);
net/tipc/socket.c
2907
static int tipc_sk_publish(struct tipc_sock *tsk, struct tipc_uaddr *ua)
net/tipc/socket.c
2932
static int tipc_sk_withdraw(struct tipc_sock *tsk, struct tipc_uaddr *ua)
net/tipc/socket.c
2973
struct tipc_sock *tsk;
net/tipc/socket.c
2999
static struct tipc_sock *tipc_sk_lookup(struct net *net, u32 portid)
net/tipc/socket.c
3002
struct tipc_sock *tsk;
net/tipc/socket.c
3013
static int tipc_sk_insert(struct tipc_sock *tsk)
net/tipc/socket.c
3036
static void tipc_sk_remove(struct tipc_sock *tsk)
net/tipc/socket.c
3047
.head_offset = offsetof(struct tipc_sock, node),
net/tipc/socket.c
3048
.key_offset = offsetof(struct tipc_sock, portid),
net/tipc/socket.c
3072
static int tipc_sk_join(struct tipc_sock *tsk, struct tipc_group_req *mreq)
net/tipc/socket.c
3111
static int tipc_sk_leave(struct tipc_sock *tsk)
net/tipc/socket.c
3146
struct tipc_sock *tsk = tipc_sk(sk);
net/tipc/socket.c
3239
struct tipc_sock *tsk = tipc_sk(sk);
net/tipc/socket.c
3337
struct tipc_sock *tsk2 = tipc_sk(sock2->sk);
net/tipc/socket.c
3338
struct tipc_sock *tsk1 = tipc_sk(sock1->sk);
net/tipc/socket.c
335
static bool tsk_peer_msg(struct tipc_sock *tsk, struct tipc_msg *msg)
net/tipc/socket.c
3428
.obj_size = sizeof(struct tipc_sock),
net/tipc/socket.c
3467
static int __tipc_nl_add_sk_con(struct sk_buff *skb, struct tipc_sock *tsk)
net/tipc/socket.c
3504
static int __tipc_nl_add_sk_info(struct sk_buff *skb, struct tipc_sock
net/tipc/socket.c
3526
struct tipc_sock *tsk)
net/tipc/socket.c
3559
struct tipc_sock *tsk))
net/tipc/socket.c
3562
struct tipc_sock *tsk;
net/tipc/socket.c
3627
struct tipc_sock *tsk, u32 sk_filter_state,
net/tipc/socket.c
3742
struct tipc_sock *tsk, u32 *last_publ)
net/tipc/socket.c
3787
struct tipc_sock *tsk;
net/tipc/socket.c
3842
struct tipc_sock *tsk;
net/tipc/socket.c
3946
struct tipc_sock *tsk;
net/tipc/socket.c
464
struct tipc_sock *tsk;
net/tipc/socket.c
544
struct tipc_sock *tsk = container_of(head, struct tipc_sock, rcu);
net/tipc/socket.c
553
struct tipc_sock *tsk = tipc_sk(sk);
net/tipc/socket.c
629
struct tipc_sock *tsk;
net/tipc/socket.c
679
struct tipc_sock *tsk = tipc_sk(sock->sk);
net/tipc/socket.c
751
struct tipc_sock *tsk = tipc_sk(sk);
net/tipc/socket.c
795
struct tipc_sock *tsk = tipc_sk(sk);
net/tipc/socket.c
847
struct tipc_sock *tsk = tipc_sk(sk);
net/tipc/socket.c
906
static int tipc_send_group_msg(struct net *net, struct tipc_sock *tsk,
net/tipc/socket.c
963
struct tipc_sock *tsk = tipc_sk(sk);
net/tipc/socket.h
52
struct tipc_sock;
net/tipc/socket.h
65
struct tipc_sock *tsk, u32 sk_filter_state,
net/tipc/socket.h
70
struct tipc_sock *tsk));