Searched refs:pktrem (Results 1 – 1 of 1) sorted by relevance
265 int pktrem = pktmax; in tipc_msg_build() local316 pktrem -= INT_H_SIZE; in tipc_msg_build()319 pktrem -= mhsz; in tipc_msg_build()322 if (drem < pktrem) in tipc_msg_build()323 pktrem = drem; in tipc_msg_build()325 if (!copy_from_iter_full(pktpos, pktrem, &m->msg_iter)) { in tipc_msg_build()329 drem -= pktrem; in tipc_msg_build()351 pktrem = pktsz - INT_H_SIZE; in tipc_msg_build()