Home
last modified time | relevance | path

Searched refs:cong_link_cnt (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/tipc/
H A Dbcast.c255 * @cong_link_cnt: set to 1 if broadcast link is congested, otherwise 0
260 u16 *cong_link_cnt) in tipc_bcast_xmit()
274 *cong_link_cnt = 1; in tipc_bcast_xmit()
284 * @cong_link_cnt: returns number of congested links
289 struct tipc_nlist *dests, u16 *cong_link_cnt) in tipc_rcast_xmit()
305 (*cong_link_cnt)++; in tipc_rcast_xmit()
324 u16 cong_link_cnt; 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()
374 * @cong_link_cnt
259 tipc_bcast_xmit(struct net *net, struct sk_buff_head *pkts, u16 *cong_link_cnt) tipc_bcast_xmit() argument
288 tipc_rcast_xmit(struct net *net, struct sk_buff_head *pkts, struct tipc_nlist *dests, u16 *cong_link_cnt) tipc_rcast_xmit() argument
378 tipc_mcast_xmit(struct net *net, struct sk_buff_head *pkts, struct tipc_mc_method *method, struct tipc_nlist *dests, u16 *cong_link_cnt) tipc_mcast_xmit() argument
[all...]
H A Dbcast.h92 u16 *cong_link_cnt);
94 u16 *cong_link_cnt);
H A Dsocket.c88 * @cong_link_cnt: number of congested links
111 u16 cong_link_cnt; member
547 tipc_wait_for_cond(sock, &timeout, (!tsk->cong_link_cnt && in __tipc_shutdown()
641 tsk->cong_link_cnt = 0; in tipc_release()
785 if (!tsk->cong_link_cnt && !tsk_conn_cong(tsk)) in tipc_poll()
794 if (tsk->group_is_open && !tsk->cong_link_cnt) in tipc_poll()
837 rc = tipc_wait_for_cond(sock, &timeout, !tsk->cong_link_cnt); in tipc_sendmcast()
867 &tsk->cong_link_cnt); in tipc_sendmcast()
913 tsk->cong_link_cnt++; in tipc_send_group_msg()
1082 !tsk->cong_link_cnt in tipc_send_group_bcast()
[all...]
H A Dcrypto.c2239 u16 size, cong_link_cnt; in tipc_crypto_key_xmit() local
2266 rc = tipc_bcast_xmit(net, &pkts, &cong_link_cnt); in tipc_crypto_key_xmit()
/kernel/linux/linux-6.6/net/tipc/
H A Dbcast.c255 * @cong_link_cnt: set to 1 if broadcast link is congested, otherwise 0
260 u16 *cong_link_cnt) in tipc_bcast_xmit()
274 *cong_link_cnt = 1; in tipc_bcast_xmit()
284 * @cong_link_cnt: returns number of congested links
289 struct tipc_nlist *dests, u16 *cong_link_cnt) in tipc_rcast_xmit()
305 (*cong_link_cnt)++; in tipc_rcast_xmit()
324 u16 cong_link_cnt; 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()
374 * @cong_link_cnt
259 tipc_bcast_xmit(struct net *net, struct sk_buff_head *pkts, u16 *cong_link_cnt) tipc_bcast_xmit() argument
288 tipc_rcast_xmit(struct net *net, struct sk_buff_head *pkts, struct tipc_nlist *dests, u16 *cong_link_cnt) tipc_rcast_xmit() argument
378 tipc_mcast_xmit(struct net *net, struct sk_buff_head *pkts, struct tipc_mc_method *method, struct tipc_nlist *dests, u16 *cong_link_cnt) tipc_mcast_xmit() argument
[all...]
H A Dbcast.h92 u16 *cong_link_cnt);
94 u16 *cong_link_cnt);
H A Dsocket.c88 * @cong_link_cnt: number of congested links
122 u16 cong_link_cnt; member
561 tipc_wait_for_cond(sock, &timeout, (!tsk->cong_link_cnt && in __tipc_shutdown()
655 tsk->cong_link_cnt = 0; in tipc_release()
809 if (!tsk->cong_link_cnt && !tsk_conn_cong(tsk)) in tipc_poll()
818 if (tsk->group_is_open && !tsk->cong_link_cnt) in tipc_poll()
860 rc = tipc_wait_for_cond(sock, &timeout, !tsk->cong_link_cnt); in tipc_sendmcast()
889 &tsk->cong_link_cnt); in tipc_sendmcast()
936 tsk->cong_link_cnt++; in tipc_send_group_msg()
1102 !tsk->cong_link_cnt in tipc_send_group_bcast()
[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()

Completed in 15 milliseconds