Lines Matching refs:tipc_sk

195 static struct tipc_sock *tipc_sk(const struct sock *sk)  in tipc_sk()  function
443 tsk = tipc_sk(sk); in tipc_sk_create()
500 struct tipc_sock *tsk = tipc_sk(sk); in __tipc_shutdown()
569 tsk = tipc_sk(sk); in tipc_release()
610 struct tipc_sock *tsk = tipc_sk(sk); in tipc_bind()
671 struct tipc_sock *tsk = tipc_sk(sk); in tipc_getname()
715 struct tipc_sock *tsk = tipc_sk(sk); in tipc_poll()
766 struct tipc_sock *tsk = tipc_sk(sk); in tipc_sendmcast()
880 struct tipc_sock *tsk = tipc_sk(sk); in tipc_send_group_unicast()
922 struct tipc_sock *tsk = tipc_sk(sk); in tipc_send_group_anycast()
1006 struct tipc_sock *tsk = tipc_sk(sk); in tipc_send_group_bcast()
1078 struct tipc_sock *tsk = tipc_sk(sk); in tipc_send_group_mcast()
1280 struct tipc_sock *tsk = tipc_sk(sk); in __tipc_sendmsg()
1416 struct tipc_sock *tsk = tipc_sk(sk); in __tipc_sendstream()
1703 struct tipc_sock *tsk = tipc_sk(sk); in tipc_recvmsg()
1809 struct tipc_sock *tsk = tipc_sk(sk); in tipc_recvstream()
1942 struct tipc_sock *tsk = tipc_sk(sk); in tipc_sk_proto_rcv()
2081 struct tipc_sock *tsk = tipc_sk(sk); in rcvbuf_limit()
2111 struct tipc_sock *tsk = tipc_sk(sk); in tipc_sk_filter_rcv()
2169 atomic_add(added, &tipc_sk(sk)->dupl_rcvcnt); in tipc_sk_backlog_rcv()
2209 dcnt = &tipc_sk(sk)->dupl_rcvcnt; in tipc_sk_enqueue()
2311 struct tipc_sock *tsk = tipc_sk(sk); in tipc_connect()
2482 new_tsock = tipc_sk(new_sk); in tipc_accept()
2563 struct tipc_sock *tsk = tipc_sk(sk); in tipc_sk_timeout()
2838 struct tipc_sock *tsk = tipc_sk(sk); in tipc_setsockopt()
2885 tipc_sk(sk)->conn_timeout = value; in tipc_setsockopt()
2927 struct tipc_sock *tsk = tipc_sk(sk); in tipc_getsockopt()
3021 struct tipc_sock *tsk2 = tipc_sk(sock2->sk); in tipc_socketpair()
3022 struct tipc_sock *tsk1 = tipc_sk(sock1->sk); in tipc_socketpair()