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

/linux-master/net/batman-adv/
H A Dbridge_loop_avoidance.c263 struct batadv_bla_backbone_gw search_entry, *backbone_gw; local
270 ether_addr_copy(search_entry.orig, addr);
271 search_entry.vid = vid;
273 index = batadv_choose_backbone_gw(&search_entry, hash->size);
279 &search_entry))

Completed in 110 milliseconds