Home
last modified time | relevance | path

Searched refs:nc_path1 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/batman-adv/
H A Dnetwork-coding.c517 const struct batadv_nc_path *nc_path1, *nc_path2; in batadv_nc_hash_compare() local
519 nc_path1 = container_of(node, struct batadv_nc_path, hash_entry); in batadv_nc_hash_compare()
523 if (!batadv_compare_eth(nc_path1->prev_hop, nc_path2->prev_hop)) in batadv_nc_hash_compare()
526 if (!batadv_compare_eth(nc_path1->next_hop, nc_path2->next_hop)) in batadv_nc_hash_compare()