Lines Matching refs:tipc_sock

96 struct tipc_sock {  struct
140 static int tipc_sk_publish(struct tipc_sock *tsk, uint scope, argument
142 static int tipc_sk_withdraw(struct tipc_sock *tsk, uint scope,
144 static int tipc_sk_leave(struct tipc_sock *tsk);
145 static struct tipc_sock *tipc_sk_lookup(struct net *net, u32 portid);
146 static int tipc_sk_insert(struct tipc_sock *tsk);
147 static void tipc_sk_remove(struct tipc_sock *tsk);
150 static void tipc_sk_push_backlog(struct tipc_sock *tsk, bool nagle_ack);
158 static u32 tsk_own_node(struct tipc_sock *tsk) in tsk_own_node()
163 static u32 tsk_peer_node(struct tipc_sock *tsk) in tsk_peer_node()
168 static u32 tsk_peer_port(struct tipc_sock *tsk) in tsk_peer_port()
173 static bool tsk_unreliable(struct tipc_sock *tsk) in tsk_unreliable()
178 static void tsk_set_unreliable(struct tipc_sock *tsk, bool unreliable) in tsk_set_unreliable()
183 static bool tsk_unreturnable(struct tipc_sock *tsk) in tsk_unreturnable()
188 static void tsk_set_unreturnable(struct tipc_sock *tsk, bool unreturnable) in tsk_set_unreturnable()
193 static int tsk_importance(struct tipc_sock *tsk) in tsk_importance()
198 static struct tipc_sock *tipc_sk(const struct sock *sk) in tipc_sk()
200 return container_of(sk, struct tipc_sock, sk); in tipc_sk()
211 static bool tsk_conn_cong(struct tipc_sock *tsk) in tsk_conn_cong()
234 static u16 tsk_inc(struct tipc_sock *tsk, int msglen) in tsk_inc()
243 static void tsk_set_nagle(struct tipc_sock *tsk) in tsk_set_nagle()
322 static bool tsk_peer_msg(struct tipc_sock *tsk, struct tipc_msg *msg) in tsk_peer_msg()
451 struct tipc_sock *tsk; in tipc_sk_create()
529 struct tipc_sock *tsk = container_of(head, struct tipc_sock, rcu); in tipc_sk_callback()
538 struct tipc_sock *tsk = tipc_sk(sk); in __tipc_shutdown()
614 struct tipc_sock *tsk; in tipc_release()
666 struct tipc_sock *tsk = tipc_sk(sk); in tipc_bind()
726 struct tipc_sock *tsk = tipc_sk(sk); in tipc_getname()
770 struct tipc_sock *tsk = tipc_sk(sk); in tipc_poll()
822 struct tipc_sock *tsk = tipc_sk(sk); in tipc_sendmcast()
882 static int tipc_send_group_msg(struct net *net, struct tipc_sock *tsk, in tipc_send_group_msg()
939 struct tipc_sock *tsk = tipc_sk(sk); in tipc_send_group_unicast()
982 struct tipc_sock *tsk = tipc_sk(sk); in tipc_send_group_anycast()
1068 struct tipc_sock *tsk = tipc_sk(sk); in tipc_send_group_bcast()
1141 struct tipc_sock *tsk = tipc_sk(sk); in tipc_send_group_mcast()
1259 static void tipc_sk_push_backlog(struct tipc_sock *tsk, bool nagle_ack) in tipc_sk_push_backlog()
1311 static void tipc_sk_conn_proto_rcv(struct tipc_sock *tsk, struct sk_buff *skb, in tipc_sk_conn_proto_rcv()
1396 struct tipc_sock *tsk = tipc_sk(sk); in __tipc_sendmsg()
1543 struct tipc_sock *tsk = tipc_sk(sk); in __tipc_sendstream()
1642 static void tipc_sk_finish_conn(struct tipc_sock *tsk, u32 peer_port, in tipc_sk_finish_conn()
1718 struct tipc_sock *tsk) in tipc_sk_anc_data_recv()
1783 static struct sk_buff *tipc_sk_build_ack(struct tipc_sock *tsk) in tipc_sk_build_ack()
1810 static void tipc_sk_send_ack(struct tipc_sock *tsk) in tipc_sk_send_ack()
1879 struct tipc_sock *tsk = tipc_sk(sk); in tipc_recvmsg()
1986 struct tipc_sock *tsk = tipc_sk(sk); in tipc_recvstream()
2119 struct tipc_sock *tsk = tipc_sk(sk); in tipc_sk_proto_rcv()
2160 static bool tipc_sk_filter_connect(struct tipc_sock *tsk, struct sk_buff *skb, in tipc_sk_filter_connect()
2276 struct tipc_sock *tsk = tipc_sk(sk); in rcvbuf_limit()
2306 struct tipc_sock *tsk = tipc_sk(sk); in tipc_sk_filter_rcv()
2451 struct tipc_sock *tsk; in tipc_sk_rcv()
2540 struct tipc_sock *tsk = tipc_sk(sk); in tipc_connect()
2687 struct tipc_sock *new_tsock; in tipc_accept()
2793 struct tipc_sock *tsk = tipc_sk(sk); in tipc_sk_check_probing_state()
2818 struct tipc_sock *tsk = tipc_sk(sk); in tipc_sk_retry_connect()
2832 struct tipc_sock *tsk = tipc_sk(sk); in tipc_sk_timeout()
2866 static int tipc_sk_publish(struct tipc_sock *tsk, uint scope, in tipc_sk_publish()
2894 static int tipc_sk_withdraw(struct tipc_sock *tsk, uint scope, in tipc_sk_withdraw()
2936 struct tipc_sock *tsk; in tipc_sk_reinit()
2962 static struct tipc_sock *tipc_sk_lookup(struct net *net, u32 portid) in tipc_sk_lookup()
2965 struct tipc_sock *tsk; in tipc_sk_lookup()
2976 static int tipc_sk_insert(struct tipc_sock *tsk) in tipc_sk_insert()
2999 static void tipc_sk_remove(struct tipc_sock *tsk) in tipc_sk_remove()
3012 .head_offset = offsetof(struct tipc_sock, node),
3013 .key_offset = offsetof(struct tipc_sock, portid),
3037 static int tipc_sk_join(struct tipc_sock *tsk, struct tipc_group_req *mreq) in tipc_sk_join()
3075 static int tipc_sk_leave(struct tipc_sock *tsk) in tipc_sk_leave()
3108 struct tipc_sock *tsk = tipc_sk(sk); in tipc_setsockopt()
3202 struct tipc_sock *tsk = tipc_sk(sk); in tipc_getsockopt()
3299 struct tipc_sock *tsk2 = tipc_sk(sock2->sk); in tipc_socketpair()
3300 struct tipc_sock *tsk1 = tipc_sk(sock1->sk); in tipc_socketpair()
3393 .obj_size = sizeof(struct tipc_sock),
3432 static int __tipc_nl_add_sk_con(struct sk_buff *skb, struct tipc_sock *tsk) in __tipc_nl_add_sk_con()
3468 static int __tipc_nl_add_sk_info(struct sk_buff *skb, struct tipc_sock in __tipc_nl_add_sk_info()
3490 struct tipc_sock *tsk) in __tipc_nl_add_sk()
3523 struct tipc_sock *tsk)) in tipc_nl_sk_walk()
3526 struct tipc_sock *tsk; in tipc_nl_sk_walk()
3594 struct tipc_sock *tsk, u32 sk_filter_state, in tipc_sk_fill_sock_diag()
3709 struct tipc_sock *tsk, u32 *last_publ) in __tipc_nl_list_sk_publ()
3754 struct tipc_sock *tsk; in tipc_nl_publ_dump()
3808 struct tipc_sock *tsk; in tipc_sk_filtering()
3911 struct tipc_sock *tsk; in tipc_sk_dump()