Home
last modified time | relevance | path

Searched refs:pktrem (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/net/tipc/
Dmsg.c251 int pktrem = pktmax; in tipc_msg_build() local
291 pktrem -= INT_H_SIZE; in tipc_msg_build()
294 pktrem -= mhsz; in tipc_msg_build()
297 if (drem < pktrem) in tipc_msg_build()
298 pktrem = drem; in tipc_msg_build()
300 if (copy_from_iter(pktpos, pktrem, &m->msg_iter) != pktrem) { in tipc_msg_build()
304 drem -= pktrem; in tipc_msg_build()
326 pktrem = pktsz - INT_H_SIZE; in tipc_msg_build()