Lines Matching refs:last_bonding_candidate
468 * batadv_last_bonding_get() - Get last_bonding_candidate of orig_node
478 struct batadv_orig_ifinfo *last_bonding_candidate;
481 last_bonding_candidate = orig_node->last_bonding_candidate;
483 if (last_bonding_candidate)
484 kref_get(&last_bonding_candidate->refcount);
487 return last_bonding_candidate;
491 * batadv_last_bonding_replace() - Replace last_bonding_candidate of orig_node
502 old_candidate = orig_node->last_bonding_candidate;
506 orig_node->last_bonding_candidate = new_candidate;