Searched refs:cong_link_cnt (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/net/tipc/ |
| D | bcast.c | 253 u16 *cong_link_cnt) in tipc_bcast_xmit() argument 267 *cong_link_cnt = 1; in tipc_bcast_xmit() 282 struct tipc_nlist *dests, u16 *cong_link_cnt) in tipc_rcast_xmit() argument 298 (*cong_link_cnt)++; in tipc_rcast_xmit() 314 u16 *cong_link_cnt) in tipc_mcast_send_sync() argument 350 tipc_bcast_xmit(net, &tmpq, cong_link_cnt); in tipc_mcast_send_sync() 352 tipc_rcast_xmit(net, &tmpq, dests, cong_link_cnt); in tipc_mcast_send_sync() 372 u16 *cong_link_cnt) in tipc_mcast_xmit() argument 401 dests, cong_link_cnt); in tipc_mcast_xmit() 404 rc = tipc_rcast_xmit(net, pkts, dests, cong_link_cnt); in tipc_mcast_xmit() [all …]
|
| D | socket.c | 108 u16 cong_link_cnt; member 512 tipc_wait_for_cond(sock, &timeout, (!tsk->cong_link_cnt && in __tipc_shutdown() 593 tsk->cong_link_cnt = 0; in tipc_release() 738 if (!tsk->cong_link_cnt && !tsk_conn_cong(tsk)) in tipc_poll() 747 if (tsk->group_is_open && !tsk->cong_link_cnt) in tipc_poll() 790 rc = tipc_wait_for_cond(sock, &timeout, !tsk->cong_link_cnt); in tipc_sendmcast() 820 &tsk->cong_link_cnt); in tipc_sendmcast() 866 tsk->cong_link_cnt++; in tipc_send_group_msg() 1035 !tsk->cong_link_cnt && tsk->group && in tipc_send_group_bcast() 1067 rc = tipc_mcast_xmit(net, &pkts, method, dsts, &tsk->cong_link_cnt); in tipc_send_group_bcast() [all …]
|
| D | bcast.h | 91 u16 *cong_link_cnt);
|