Searched refs:pktrem (Results 1 – 1 of 1) sorted by relevance
374 int pktrem = pktmax; in tipc_msg_build() local426 pktrem -= INT_H_SIZE; in tipc_msg_build()429 pktrem -= mhsz; in tipc_msg_build()432 if (drem < pktrem) in tipc_msg_build()433 pktrem = drem; in tipc_msg_build()435 if (!copy_from_iter_full(pktpos, pktrem, &m->msg_iter)) { in tipc_msg_build()439 drem -= pktrem; in tipc_msg_build()461 pktrem = pktsz - INT_H_SIZE; in tipc_msg_build()