Home
last modified time | relevance | path

Searched refs:cong_link_cnt (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/net/tipc/
H A Dbcast.c260 u16 *cong_link_cnt) in tipc_bcast_xmit() argument
274 *cong_link_cnt = 1; in tipc_bcast_xmit()
289 struct tipc_nlist *dests, u16 *cong_link_cnt) in tipc_rcast_xmit() argument
305 (*cong_link_cnt)++; in tipc_rcast_xmit()
323 u16 cong_link_cnt = 0; in tipc_mcast_send_sync() local
358 rc = tipc_bcast_xmit(net, &tmpq, &cong_link_cnt); in tipc_mcast_send_sync()
360 rc = tipc_rcast_xmit(net, &tmpq, dests, &cong_link_cnt); in tipc_mcast_send_sync()
380 u16 *cong_link_cnt) in tipc_mcast_xmit() argument
417 rc = tipc_rcast_xmit(net, pkts, dests, cong_link_cnt); in tipc_mcast_xmit()
419 rc = tipc_bcast_xmit(net, pkts, cong_link_cnt); in tipc_mcast_xmit()
H A Dbcast.h92 u16 *cong_link_cnt);
94 u16 *cong_link_cnt);
H A Dsocket.c121 u16 cong_link_cnt; member
652 tsk->cong_link_cnt = 0; in tipc_release()
933 tsk->cong_link_cnt++; in tipc_send_group_msg()
1314 tsk->cong_link_cnt = 1; in tipc_sk_push_backlog()
1514 tsk->cong_link_cnt++; in __tipc_sendmsg()
1583 (!tsk->cong_link_cnt && in __tipc_sendstream()
1624 tsk->cong_link_cnt = 1; in __tipc_sendstream()
2162 tsk->cong_link_cnt--; in tipc_sk_proto_rcv()
2854 if (tsk->cong_link_cnt) { in tipc_sk_retry_connect()
2895 tsk->cong_link_cnt = 1; in tipc_sk_timeout()
[all …]
H A Dcrypto.c2240 u16 size, cong_link_cnt; in tipc_crypto_key_xmit() local
2267 rc = tipc_bcast_xmit(net, &pkts, &cong_link_cnt); in tipc_crypto_key_xmit()