Home
last modified time | relevance | path

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

/linux-6.1.9/net/tipc/
Dmsg.c309 int pktno, nof_fragms, dsz, dmax, eat; in tipc_msg_fragment() local
324 nof_fragms = dsz / dmax + 1; in tipc_msg_fragment()
325 for (pktno = 1; pktno <= nof_fragms; pktno++) { in tipc_msg_fragment()
326 if (pktno < nof_fragms) in tipc_msg_fragment()
343 msg_set_nof_fragms(_hdr, nof_fragms); in tipc_msg_fragment()