Searched refs:msg_rem (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/tipc/ |
H A D | name_distr.c | 153 u32 msg_rem = msg_dsz; in named_distribute() local 159 skb = named_prepare_buf(net, PUBLICATION, msg_rem, in named_distribute() 175 msg_rem -= ITEM_SIZE; in named_distribute() 178 if (!msg_rem) { in named_distribute() 181 msg_rem = msg_dsz; in named_distribute() 186 msg_set_size(hdr, INT_H_SIZE + (msg_dsz - msg_rem)); in named_distribute() 187 skb_trim(skb, INT_H_SIZE + (msg_dsz - msg_rem)); in named_distribute()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | name_distr.c | 158 u32 msg_rem = msg_dsz; in named_distribute() local 164 skb = named_prepare_buf(net, PUBLICATION, msg_rem, in named_distribute() 180 msg_rem -= ITEM_SIZE; in named_distribute() 183 if (!msg_rem) { in named_distribute() 186 msg_rem = msg_dsz; in named_distribute() 191 msg_set_size(hdr, INT_H_SIZE + (msg_dsz - msg_rem)); in named_distribute() 192 skb_trim(skb, INT_H_SIZE + (msg_dsz - msg_rem)); in named_distribute()
|
Completed in 2 milliseconds