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

/linux-master/net/batman-adv/
H A Dbridge_loop_avoidance.c800 struct hlist_node *claim_removed_node; local
811 claim_removed_node = batadv_hash_remove(bat_priv->bla.claim_hash,
814 if (!claim_removed_node)
818 claim_removed_entry = hlist_entry(claim_removed_node,

Completed in 136 milliseconds