Searched refs:num_dests_slot (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/batman-adv/
H A Dmulticast_forw.c703 * @num_dests_slot: remaining entries in tracker TVLV from/including slot
711 static bool batadv_mcast_forw_shrink_fill(u8 *slot, u16 num_dests_slot) argument
717 if (!num_dests_slot)
720 num_dests_filler = num_dests_slot - 1;
752 u16 num_dests_slot; local
757 num_dests_slot = ntohs(mcast_tracker->num_dests);
761 batadv_mcast_forw_tracker_for_each_dest(slot, num_dests_slot) {
766 if (!batadv_mcast_forw_shrink_fill(slot, num_dests_slot))
768 * and can stop - and must not reduce num_dests_slot!
773 /* num_dests_slot i
[all...]

Completed in 149 milliseconds