Home
last modified time | relevance | path

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

/openbmc/linux/net/tipc/
H A Dmsg.c313 int pktno, nof_fragms, dsz, dmax, eat; in tipc_msg_fragment() local
328 nof_fragms = dsz / dmax + 1; in tipc_msg_fragment()
329 for (pktno = 1; pktno <= nof_fragms; pktno++) { in tipc_msg_fragment()
330 if (pktno < nof_fragms) in tipc_msg_fragment()
347 msg_set_nof_fragms(_hdr, nof_fragms); in tipc_msg_fragment()