Searched refs:cong_link_cnt (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/tipc/ |
D | bcast.c | 234 u16 *cong_link_cnt) in tipc_bcast_xmit() argument 248 *cong_link_cnt = 1; in tipc_bcast_xmit() 263 struct tipc_nlist *dests, u16 *cong_link_cnt) in tipc_rcast_xmit() argument 279 (*cong_link_cnt)++; in tipc_rcast_xmit() 296 u16 *cong_link_cnt) in tipc_mcast_xmit() argument 313 rc = tipc_rcast_xmit(net, pkts, dests, cong_link_cnt); in tipc_mcast_xmit() 315 rc = tipc_bcast_xmit(net, pkts, cong_link_cnt); in tipc_mcast_xmit()
|
D | bcast.h | 85 u16 *cong_link_cnt);
|
D | socket.c | 108 u16 cong_link_cnt; member 507 tipc_wait_for_cond(sock, &timeout, (!tsk->cong_link_cnt && in __tipc_shutdown() 583 tsk->cong_link_cnt = 0; in tipc_release() 728 if (!tsk->cong_link_cnt && !tsk_conn_cong(tsk)) in tipc_poll() 736 if (tsk->group_is_open && !tsk->cong_link_cnt) in tipc_poll() 779 rc = tipc_wait_for_cond(sock, &timeout, !tsk->cong_link_cnt); in tipc_sendmcast() 807 &tsk->cong_link_cnt); in tipc_sendmcast() 852 tsk->cong_link_cnt++; in tipc_send_group_msg() 1021 rc = tipc_wait_for_cond(sock, &timeout, !tsk->cong_link_cnt && in tipc_send_group_bcast() 1049 rc = tipc_mcast_xmit(net, &pkts, method, dsts, &tsk->cong_link_cnt); in tipc_send_group_bcast() [all …]
|