Home
last modified time | relevance | path

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

/linux-4.1.27/net/tipc/
Dname_distr.c176 uint msg_rem = msg_dsz; in named_distribute() local
181 skb = named_prepare_buf(net, PUBLICATION, msg_rem, in named_distribute()
193 msg_rem -= ITEM_SIZE; in named_distribute()
196 if (!msg_rem) { in named_distribute()
199 msg_rem = msg_dsz; in named_distribute()
203 msg_set_size(buf_msg(skb), INT_H_SIZE + (msg_dsz - msg_rem)); in named_distribute()
204 skb_trim(skb, INT_H_SIZE + (msg_dsz - msg_rem)); in named_distribute()