Lines Matching refs:cong_links
115 struct list_head cong_links; member
495 INIT_LIST_HEAD(&tsk->cong_links); in tipc_sk_create()
651 tipc_dest_list_purge(&tsk->cong_links); in tipc_release()
932 tipc_dest_push(&tsk->cong_links, dnode, 0); in tipc_send_group_msg()
974 !tipc_dest_find(&tsk->cong_links, node, 0) && in tipc_send_group_unicast()
1005 struct list_head *cong_links = &tsk->cong_links; in tipc_send_group_anycast() local
1045 if (likely(!cong && !tipc_dest_find(cong_links, node, 0))) in tipc_send_group_anycast()
1050 !tipc_dest_find(cong_links, node, 0) && in tipc_send_group_anycast()
1412 struct list_head *clinks = &tsk->cong_links; in __tipc_sendmsg()
2159 tipc_dest_del(&tsk->cong_links, msg_orignode(hdr), 0); in tipc_sk_proto_rcv()
2894 tipc_dest_push(&tsk->cong_links, pnode, 0); in tipc_sk_timeout()