Searched refs:cong_links (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/net/tipc/ |
D | socket.c | 116 struct list_head cong_links; member 498 INIT_LIST_HEAD(&tsk->cong_links); in tipc_sk_create() 654 tipc_dest_list_purge(&tsk->cong_links); in tipc_release() 935 tipc_dest_push(&tsk->cong_links, dnode, 0); in tipc_send_group_msg() 977 !tipc_dest_find(&tsk->cong_links, node, 0) && in tipc_send_group_unicast() 1008 struct list_head *cong_links = &tsk->cong_links; in tipc_send_group_anycast() local 1049 if (likely(!cong && !tipc_dest_find(cong_links, node, 0))) in tipc_send_group_anycast() 1054 !tipc_dest_find(cong_links, node, 0) && in tipc_send_group_anycast() 1417 struct list_head *clinks = &tsk->cong_links; in __tipc_sendmsg() 2164 tipc_dest_del(&tsk->cong_links, msg_orignode(hdr), 0); in tipc_sk_proto_rcv() [all …]
|