Searched refs:collect_len (Results 1 – 5 of 5) sorted by relevance
280 if (ch->collect_len > 0) { in chx_txdone()290 if (ch->prof.maxmulti < (ch->collect_len + 2)) in chx_txdone()291 ch->prof.maxmulti = ch->collect_len + 2; in chx_txdone()294 *((__u16 *)skb_put(ch->trans_skb, 2)) = ch->collect_len + 2; in chx_txdone()305 ch->collect_len = 0; in chx_txdone()725 ch->collect_len = 0; in ctcm_chx_cleanup()1251 if ((ch->collect_len <= 0) || (grp->in_sweep != 0)) { in ctcmpc_chx_txdone()1264 if (ch->prof.maxmulti < (ch->collect_len + TH_HEADER_LENGTH)) in ctcmpc_chx_txdone()1265 ch->prof.maxmulti = ch->collect_len + TH_HEADER_LENGTH; in ctcmpc_chx_txdone()1292 ch->collect_len -= skb->len; in ctcmpc_chx_txdone()
164 int collect_len; member
483 if (ch->collect_len + l > ch->max_bufsize - 2) { in ctcm_transmit_skb()494 ch->collect_len += l; in ctcm_transmit_skb()685 ch->collect_len += skb->len; in ctcmpc_transmit_skb()725 if (ch->collect_len > 0) { in ctcmpc_transmit_skb()728 ch->collect_len += skb->len; in ctcmpc_transmit_skb()730 ch->collect_len -= skb->len; in ctcmpc_transmit_skb()
147 int collect_len; member718 if (conn->collect_len > conn->prof.maxmulti) in conn_action_txdone()719 conn->prof.maxmulti = conn->collect_len; in conn_action_txdone()720 conn->collect_len = 0; in conn_action_txdone()1129 if (conn->collect_len + l > in netiucv_transmit_skb()1137 conn->collect_len += l; in netiucv_transmit_skb()
886 if (ch->collect_len > 0) { in mpc_group_ready()889 ch->collect_len = 0; in mpc_group_ready()
Completed in 16 milliseconds