Searched refs:pktrem (Results 1 – 1 of 1) sorted by relevance
378 int pktrem = pktmax; in tipc_msg_build() local430 pktrem -= INT_H_SIZE; in tipc_msg_build()433 pktrem -= mhsz; in tipc_msg_build()436 if (drem < pktrem) in tipc_msg_build()437 pktrem = drem; in tipc_msg_build()439 if (!copy_from_iter_full(pktpos, pktrem, &m->msg_iter)) { in tipc_msg_build()443 drem -= pktrem; in tipc_msg_build()465 pktrem = pktsz - INT_H_SIZE; in tipc_msg_build()