Searched refs:pktrem (Results 1 – 1 of 1) sorted by relevance
324 int pktrem = pktmax; in tipc_msg_build() local375 pktrem -= INT_H_SIZE; in tipc_msg_build()378 pktrem -= mhsz; in tipc_msg_build()381 if (drem < pktrem) in tipc_msg_build()382 pktrem = drem; in tipc_msg_build()384 if (!copy_from_iter_full(pktpos, pktrem, &m->msg_iter)) { in tipc_msg_build()388 drem -= pktrem; in tipc_msg_build()410 pktrem = pktsz - INT_H_SIZE; in tipc_msg_build()