Searched refs:pktrem (Results 1 – 1 of 1) sorted by relevance
385 int pktrem = pktmax; in tipc_msg_build() local436 pktrem -= INT_H_SIZE; in tipc_msg_build()439 pktrem -= mhsz; in tipc_msg_build()442 if (drem < pktrem) in tipc_msg_build()443 pktrem = drem; in tipc_msg_build()445 if (!copy_from_iter_full(pktpos, pktrem, &m->msg_iter)) { in tipc_msg_build()449 drem -= pktrem; in tipc_msg_build()471 pktrem = pktsz - INT_H_SIZE; in tipc_msg_build()