Searched refs:drem (Results 1 – 1 of 1) sorted by relevance
376 int drem = dsz; in tipc_msg_build() local432 if (drem < pktrem) in tipc_msg_build()433 pktrem = drem; in tipc_msg_build()439 drem -= pktrem; in tipc_msg_build()441 if (!drem) in tipc_msg_build()445 if (drem < (pktmax - INT_H_SIZE)) in tipc_msg_build()446 pktsz = drem + INT_H_SIZE; in tipc_msg_build()
Completed in 6 milliseconds