Home
last modified time | relevance | path

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

/openbmc/linux/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.c122 u16 cong_link_cnt; member
655 tsk->cong_link_cnt = 0; in tipc_release()
936 tsk->cong_link_cnt++; in tipc_send_group_msg()
1319 tsk->cong_link_cnt = 1; in tipc_sk_push_backlog()
1519 tsk->cong_link_cnt++; in __tipc_sendmsg()
1588 (!tsk->cong_link_cnt && in __tipc_sendstream()
1629 tsk->cong_link_cnt = 1; in __tipc_sendstream()
2167 tsk->cong_link_cnt--; in tipc_sk_proto_rcv()
2860 if (tsk->cong_link_cnt) { in tipc_sk_retry_connect()
2901 tsk->cong_link_cnt = 1; in tipc_sk_timeout()
[all …]
H A Dcrypto.c2235 u16 size, cong_link_cnt; in tipc_crypto_key_xmit() local
2262 rc = tipc_bcast_xmit(net, &pkts, &cong_link_cnt); in tipc_crypto_key_xmit()