Lines Matching defs:cong_link_cnt
255 * @cong_link_cnt: set to 1 if broadcast link is congested, otherwise 0
260 u16 *cong_link_cnt)
274 *cong_link_cnt = 1;
284 * @cong_link_cnt: returns number of congested links
289 struct tipc_nlist *dests, u16 *cong_link_cnt)
305 (*cong_link_cnt)++;
324 u16 cong_link_cnt;
358 rc = tipc_bcast_xmit(net, &tmpq, &cong_link_cnt);
360 rc = tipc_rcast_xmit(net, &tmpq, dests, &cong_link_cnt);
374 * @cong_link_cnt: returns number of encountered congested destination links
380 u16 *cong_link_cnt)
417 rc = tipc_rcast_xmit(net, pkts, dests, cong_link_cnt);
419 rc = tipc_bcast_xmit(net, pkts, cong_link_cnt);