Home
last modified time | relevance | path

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

/linux-4.1.27/net/tipc/
Dmsg.c252 int pktrem = pktmax; in tipc_msg_build() local
292 pktrem -= INT_H_SIZE; in tipc_msg_build()
295 pktrem -= mhsz; in tipc_msg_build()
298 if (drem < pktrem) in tipc_msg_build()
299 pktrem = drem; in tipc_msg_build()
301 if (copy_from_iter(pktpos, pktrem, &m->msg_iter) != pktrem) { in tipc_msg_build()
305 drem -= pktrem; in tipc_msg_build()
327 pktrem = pktsz - INT_H_SIZE; in tipc_msg_build()