Home
last modified time | relevance | path

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

/linux-4.4.14/net/tipc/
Dname_distr.c174 uint msg_dsz = (tipc_node_get_mtu(net, dnode, 0) / ITEM_SIZE) * in named_distribute() local
176 uint msg_rem = msg_dsz; 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()