Lines Matching refs:tipc_sock

110 struct tipc_sock {  struct
153 static int tipc_sk_publish(struct tipc_sock *tsk, struct tipc_uaddr *ua); argument
154 static int tipc_sk_withdraw(struct tipc_sock *tsk, struct tipc_uaddr *ua);
155 static int tipc_sk_leave(struct tipc_sock *tsk);
156 static struct tipc_sock *tipc_sk_lookup(struct net *net, u32 portid);
157 static int tipc_sk_insert(struct tipc_sock *tsk);
158 static void tipc_sk_remove(struct tipc_sock *tsk);
161 static void tipc_sk_push_backlog(struct tipc_sock *tsk, bool nagle_ack);
170 static u32 tsk_own_node(struct tipc_sock *tsk) in tsk_own_node()
175 static u32 tsk_peer_node(struct tipc_sock *tsk) in tsk_peer_node()
180 static u32 tsk_peer_port(struct tipc_sock *tsk) in tsk_peer_port()
185 static bool tsk_unreliable(struct tipc_sock *tsk) in tsk_unreliable()
190 static void tsk_set_unreliable(struct tipc_sock *tsk, bool unreliable) in tsk_set_unreliable()
195 static bool tsk_unreturnable(struct tipc_sock *tsk) in tsk_unreturnable()
200 static void tsk_set_unreturnable(struct tipc_sock *tsk, bool unreturnable) in tsk_set_unreturnable()
205 static int tsk_importance(struct tipc_sock *tsk) in tsk_importance()
210 static struct tipc_sock *tipc_sk(const struct sock *sk) in tipc_sk()
212 return container_of(sk, struct tipc_sock, sk); in tipc_sk()
223 static bool tsk_conn_cong(struct tipc_sock *tsk) in tsk_conn_cong()
246 static u16 tsk_inc(struct tipc_sock *tsk, int msglen) in tsk_inc()
255 static void tsk_set_nagle(struct tipc_sock *tsk) in tsk_set_nagle()
337 static bool tsk_peer_msg(struct tipc_sock *tsk, struct tipc_msg *msg) in tsk_peer_msg()
466 struct tipc_sock *tsk; in tipc_sk_create()
545 struct tipc_sock *tsk = container_of(head, struct tipc_sock, rcu); in tipc_sk_callback()
554 struct tipc_sock *tsk = tipc_sk(sk); in __tipc_shutdown()
630 struct tipc_sock *tsk; in tipc_release()
680 struct tipc_sock *tsk = tipc_sk(sock->sk); in __tipc_bind()
752 struct tipc_sock *tsk = tipc_sk(sk); in tipc_getname()
796 struct tipc_sock *tsk = tipc_sk(sk); in tipc_poll()
848 struct tipc_sock *tsk = tipc_sk(sk); in tipc_sendmcast()
907 static int tipc_send_group_msg(struct net *net, struct tipc_sock *tsk, in tipc_send_group_msg()
964 struct tipc_sock *tsk = tipc_sk(sk); in tipc_send_group_unicast()
1007 struct tipc_sock *tsk = tipc_sk(sk); in tipc_send_group_anycast()
1090 struct tipc_sock *tsk = tipc_sk(sk); in tipc_send_group_bcast()
1163 struct tipc_sock *tsk = tipc_sk(sk); in tipc_send_group_mcast()
1275 static void tipc_sk_push_backlog(struct tipc_sock *tsk, bool nagle_ack) in tipc_sk_push_backlog()
1329 static void tipc_sk_conn_proto_rcv(struct tipc_sock *tsk, struct sk_buff *skb, in tipc_sk_conn_proto_rcv()
1414 struct tipc_sock *tsk = tipc_sk(sk); in __tipc_sendmsg()
1563 struct tipc_sock *tsk = tipc_sk(sk); in __tipc_sendstream()
1662 static void tipc_sk_finish_conn(struct tipc_sock *tsk, u32 peer_port, in tipc_sk_finish_conn()
1738 struct tipc_sock *tsk) in tipc_sk_anc_data_recv()
1794 static struct sk_buff *tipc_sk_build_ack(struct tipc_sock *tsk) in tipc_sk_build_ack()
1821 static void tipc_sk_send_ack(struct tipc_sock *tsk) in tipc_sk_send_ack()
1891 struct tipc_sock *tsk = tipc_sk(sk); in tipc_recvmsg()
2019 struct tipc_sock *tsk = tipc_sk(sk); in tipc_recvstream()
2154 struct tipc_sock *tsk = tipc_sk(sk); in tipc_sk_proto_rcv()
2195 static bool tipc_sk_filter_connect(struct tipc_sock *tsk, struct sk_buff *skb, in tipc_sk_filter_connect()
2311 struct tipc_sock *tsk = tipc_sk(sk); in rcvbuf_limit()
2341 struct tipc_sock *tsk = tipc_sk(sk); in tipc_sk_filter_rcv()
2488 struct tipc_sock *tsk; in tipc_sk_rcv()
2577 struct tipc_sock *tsk = tipc_sk(sk); in tipc_connect()
2724 struct tipc_sock *new_tsock; in tipc_accept()
2832 struct tipc_sock *tsk = tipc_sk(sk); in tipc_sk_check_probing_state()
2857 struct tipc_sock *tsk = tipc_sk(sk); in tipc_sk_retry_connect()
2872 struct tipc_sock *tsk = tipc_sk(sk); in tipc_sk_timeout()
2906 static int tipc_sk_publish(struct tipc_sock *tsk, struct tipc_uaddr *ua) in tipc_sk_publish()
2931 static int tipc_sk_withdraw(struct tipc_sock *tsk, struct tipc_uaddr *ua) in tipc_sk_withdraw()
2972 struct tipc_sock *tsk; in tipc_sk_reinit()
2998 static struct tipc_sock *tipc_sk_lookup(struct net *net, u32 portid) in tipc_sk_lookup()
3001 struct tipc_sock *tsk; in tipc_sk_lookup()
3012 static int tipc_sk_insert(struct tipc_sock *tsk) in tipc_sk_insert()
3035 static void tipc_sk_remove(struct tipc_sock *tsk) in tipc_sk_remove()
3048 .head_offset = offsetof(struct tipc_sock, node),
3049 .key_offset = offsetof(struct tipc_sock, portid),
3073 static int tipc_sk_join(struct tipc_sock *tsk, struct tipc_group_req *mreq) in tipc_sk_join()
3112 static int tipc_sk_leave(struct tipc_sock *tsk) in tipc_sk_leave()
3147 struct tipc_sock *tsk = tipc_sk(sk); in tipc_setsockopt()
3241 struct tipc_sock *tsk = tipc_sk(sk); in tipc_getsockopt()
3338 struct tipc_sock *tsk2 = tipc_sk(sock2->sk); in tipc_socketpair()
3339 struct tipc_sock *tsk1 = tipc_sk(sock1->sk); in tipc_socketpair()
3429 .obj_size = sizeof(struct tipc_sock),
3468 static int __tipc_nl_add_sk_con(struct sk_buff *skb, struct tipc_sock *tsk) in __tipc_nl_add_sk_con()
3505 static int __tipc_nl_add_sk_info(struct sk_buff *skb, struct tipc_sock in __tipc_nl_add_sk_info()
3527 struct tipc_sock *tsk) in __tipc_nl_add_sk()
3560 struct tipc_sock *tsk)) in tipc_nl_sk_walk()
3563 struct tipc_sock *tsk; in tipc_nl_sk_walk()
3631 struct tipc_sock *tsk, u32 sk_filter_state, in tipc_sk_fill_sock_diag()
3746 struct tipc_sock *tsk, u32 *last_publ) in __tipc_nl_list_sk_publ()
3791 struct tipc_sock *tsk; in tipc_nl_publ_dump()
3846 struct tipc_sock *tsk; in tipc_sk_filtering()
3950 struct tipc_sock *tsk; in tipc_sk_dump()